diff options
author | Remi Collet <remi@remirepo.net> | 2020-03-17 12:07:45 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-03-17 12:07:45 +0100 |
commit | 887548dbbc64eb97c4a9b32fc637819ce98ddf5d (patch) | |
tree | 4df121fe0a8992654923260c4932ff668141cc54 | |
parent | 5d905b4688cf0923e7aecb907599420c89e686c9 (diff) |
Update to 7.2.29 - http://www.php.net/releases/7_2_29.php
use oracle client library version 19.6 (18.5 on EL-6)
-rw-r--r-- | failed.txt | 5 | ||||
-rw-r--r-- | php.spec | 8 |
2 files changed, 9 insertions, 4 deletions
@@ -1,4 +1,4 @@ -===== 7.2.28 (2020-02-20) +===== 7.2.29 (2020-03-17) $ grep -ar 'Tests failed' /var/lib/mock/scl72*/build.log @@ -7,9 +7,10 @@ $ grep -ar 'Tests failed' /var/lib/mock/scl72*/build.log /var/lib/mock/scl72el8x/build.log:Tests failed : 18 /var/lib/mock/scl72fc30x/build.log:Tests failed : 1 /var/lib/mock/scl72fc31x/build.log:Tests failed : 1 +/var/lib/mock/scl72fc32x/build.log:Tests failed : 1 -fc30x, fc31x: +fc30x, fc31x, fc32x: TLS server rate-limits client-initiated renegotiation [ext/openssl/tests/stream_server_reneg_limit.phpt] el8x: buildroot issue under investigation @@ -63,7 +63,7 @@ %endif %global oraclelib 18.1 %else -%global oraclever 19.5 +%global oraclever 19.6 %global oraclelib 19.1 %endif @@ -135,7 +135,7 @@ %global db_devel libdb-devel %endif -%global upver 7.2.28 +%global upver 7.2.29 #global rcver RC1 Summary: PHP scripting language for creating dynamic web sites @@ -1905,6 +1905,10 @@ fi %changelog +* Tue Mar 17 2020 Remi Collet <remi@remirepo.net> - 7.2.29-1 +- Update to 7.2.29 - http://www.php.net/releases/7_2_29.php +- use oracle client library version 19.6 (18.5 on EL-6) + * Tue Feb 18 2020 Remi Collet <remi@remirepo.net> - 7.2.28-1 - Update to 7.2.28 - http://www.php.net/releases/7_2_28.php |