diff options
author | Remi Collet <remi@remirepo.net> | 2019-08-28 13:16:52 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-08-28 13:16:52 +0200 |
commit | 62f4f19bfc29e18d85496bb0eceb6913f3afa347 (patch) | |
tree | 78d14f5793f404ad0d2c1b350c67a70d946d91b8 | |
parent | da964cc0dc80209b85622e4308982389c30e77ed (diff) |
Update to 7.1.32 - http://www.php.net/releases/7_1_32.php
-rw-r--r-- | failed.txt | 12 | ||||
-rw-r--r-- | php.spec | 5 |
2 files changed, 11 insertions, 6 deletions
@@ -1,16 +1,18 @@ -===== 7.1.31 (2019-08-01) +===== 7.1.32 (2019-08-29) $ grep -r 'Tests failed' /var/lib/mock/scl71*/build.log -/var/lib/mock/scl71el6x/build.log:Tests failed : 0 -/var/lib/mock/scl71el7x/build.log:Tests failed : 0 +/var/lib/mock/scl71el6x/build.log:Tests failed : 1 +/var/lib/mock/scl71el7x/build.log:Tests failed : 1 /var/lib/mock/scl71el8x/build.log:Tests failed : 28 -/var/lib/mock/scl71fc28x/build.log:Tests failed : 0 /var/lib/mock/scl71fc29x/build.log:Tests failed : 2 /var/lib/mock/scl71fc30x/build.log:Tests failed : 2 +/var/lib/mock/scl71fc31x/build.log:Tests failed : 2 -fc29x, fc30x: +el6x, el7x: + 1 Bug #60120 proc_open hangs with stdin/out with 2048+ bytes [ext/standard/tests/streams/proc_open_bug60120.phpt] +fc29x, fc30x, fc31x: openssl_encrypt() with CCM cipher algorithm tests [ext/openssl/tests/openssl_encrypt_ccm.phpt] TLS server rate-limits client-initiated renegotiation [ext/openssl/tests/stream_server_reneg_limit.phpt] @@ -131,7 +131,7 @@ %global db_devel libdb-devel %endif -%global upver 7.1.31 +%global upver 7.1.32 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1867,6 +1867,9 @@ fi %changelog +* Wed Aug 28 2019 Remi Collet <remi@remirepo.net> - 7.1.32-1 +- Update to 7.1.32 - http://www.php.net/releases/7_1_32.php + * Wed Jul 31 2019 Remi Collet <remi@remirepo.net> - 7.1.31-1 - Update to 7.1.31 - http://www.php.net/releases/7_1_31.php |