From 1d40cea3993458a663560dc13bb27ba15ee5be8b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 12 Sep 2018 08:49:03 +0200 Subject: Update to 5.6.38 - http://www.php.net/releases/5_6_38.php --- failed.txt | 11 +++++++---- php.spec | 7 +++++-- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/failed.txt b/failed.txt index a594863..76ae5f6 100644 --- a/failed.txt +++ b/failed.txt @@ -1,14 +1,13 @@ -===== 5.6.37 (2018-04-27) +===== 5.6.38 (2018-09-13) $ grep -r 'Tests failed' /var/lib/mock/scl56*/build.log /var/lib/mock/scl56el6x/build.log:Tests failed : 7 /var/lib/mock/scl56el7x/build.log:Tests failed : 4 -/var/lib/mock/scl56fc25x/build.log:Tests failed : 4 /var/lib/mock/scl56fc26x/build.log:Tests failed : 3 /var/lib/mock/scl56fc27x/build.log:Tests failed : 7 /var/lib/mock/scl56fc28x/build.log:Tests failed : 4 -/var/lib/mock/scl56fc29x/build.log:Tests failed : 6 +/var/lib/mock/scl56fc29x/build.log:Tests failed : 13 el6x, el7x: @@ -18,13 +17,17 @@ el6x, el7x, fc25x, fc26x, fc27x, fc28x, fc29x: el6xn el7x, fc26x, fc27x, fc28x, fc29x: 4 Bug #51819 (Case discrepancy in timezone names cause Uncaught exception and fatal error) [ext/date/tests/bug51819.phpt] 4 Test date_sunset() function : usage variation - Passing high positive and negative float values to time argument. [ext/date/tests/date_sunset_variation9.phpt] -el6x, fc25x, fc27x: +el6x, fc25x, fc27x, fc29x: 3 Bug #65538: SSL context "cafile" disallows URL stream wrappers [ext/openssl/tests/bug65538_002.phpt] 3 gethostbyname() function - basic return valid ip address test [ext/standard/tests/network/gethostbyname_error004.phpt] 3 getmxrr() test [ext/standard/tests/network/getmxrr.phpt] fc27x, fc28x, fc29x: 2 substr_compare() [ext/standard/tests/strings/substr_compare.phpt] fc29x: + Bug #68265: SAN match fails with trailing DNS dot [ext/openssl/tests/bug68265.phpt] + Bug #68879: Match IP address fields in subjectAltName checks [ext/openssl/tests/bug68879.phpt] + Bug #68920: peer_fingerprint input checks should be strict [ext/openssl/tests/bug68920.phpt] + Bug #69215: Crypto servers should send client CA list [ext/openssl/tests/bug69215.phpt] openssl_error_string() tests [ext/openssl/tests/openssl_error_string_basic.phpt] TLS server rate-limits client-initiated renegotiation [ext/openssl/tests/stream_server_reneg_limit.phpt] diff --git a/php.spec b/php.spec index 4ba7d1a..a6ba008 100644 --- a/php.spec +++ b/php.spec @@ -129,11 +129,11 @@ %endif #global rcver RC1 -%global rpmrel 2 +%global rpmrel 1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php -Version: 5.6.37 +Version: 5.6.38 %if 0%{?rcver:1} Release: 0.%{rpmrel}.%{rcver}%{?dist} %else @@ -1840,6 +1840,9 @@ fi %changelog +* Wed Sep 12 2018 Remi Collet - 5.6.38-1 +- Update to 5.6.38 - http://www.php.net/releases/5_6_38.php + * Thu Aug 23 2018 Remi Collet - 5.6.37-2 - F29: backport ICU 62.1 support from 7.1 -- cgit