From 72995b48a28cf7c9dd8ddcf405c2ac89cf1c763e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 23 Oct 2019 08:26:32 +0200 Subject: Update to 7.1.33 - http://www.php.net/releases/7_1_33.php --- failed.txt | 17 +++++++++++------ php.spec | 5 ++++- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/failed.txt b/failed.txt index 88478aa..c3628e0 100644 --- a/failed.txt +++ b/failed.txt @@ -1,20 +1,25 @@ -===== 7.1.32 (2019-08-29) +===== 7.1.33 (2019-10-24) $ grep -r 'Tests failed' /var/lib/mock/scl71*/build.log -/var/lib/mock/scl71el6x/build.log:Tests failed : 1 +/var/lib/mock/scl71el6x/build.log:Tests failed : 0 /var/lib/mock/scl71el7x/build.log:Tests failed : 1 /var/lib/mock/scl71el8x/build.log:Tests failed : 28 /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 +/var/lib/mock/scl71fc30x/build.log:Tests failed : 3 +/var/lib/mock/scl71fc31x/build.log:Tests failed : 3 -el6x, el7x: - 1 Bug #60120 proc_open hangs with stdin/out with 2048+ bytes [ext/standard/tests/streams/proc_open_bug60120.phpt] +el7x: + 2 Bug #73837: Milliseconds in DateTime() [ext/date/tests/bug73837.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] +fc30x + Bug #73837: Milliseconds in DateTime() [ext/date/tests/bug73837.phpt] +fc31x + 1 Bug #64438 proc_open hangs with stdin/out with 4097+ bytes [ext/standard/tests/streams/proc_open_bug64438.phpt] + 1 proc_open give erratic test results :( 2 test issue (fixed upstream) diff --git a/php.spec b/php.spec index d6bbe39..7ff5072 100644 --- a/php.spec +++ b/php.spec @@ -131,7 +131,7 @@ %global db_devel libdb-devel %endif -%global upver 7.1.32 +%global upver 7.1.33 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php @@ -1867,6 +1867,9 @@ fi %changelog +* Wed Oct 23 2019 Remi Collet - 7.1.33-1 +- Update to 7.1.33 - http://www.php.net/releases/7_1_33.php + * Wed Aug 28 2019 Remi Collet - 7.1.32-1 - Update to 7.1.32 - http://www.php.net/releases/7_1_32.php -- cgit