From 668bc72b11f450b1097481578a77a51a8891c1f7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 19 Jul 2018 19:57:37 +0200 Subject: Update to 5.6.37 - http://www.php.net/releases/5_6_37.php --- failed.txt | 16 ++++++++++------ php.spec | 5 ++++- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/failed.txt b/failed.txt index ca7494c..b58aedf 100644 --- a/failed.txt +++ b/failed.txt @@ -1,12 +1,12 @@ -===== 5.6.36 (2018-04-26) +===== 5.6.37 (2018-04-27) $ grep -r 'Tests failed' /var/lib/mock/scl56*/build.log -/var/lib/mock/scl56el6x/build.log:Tests failed : 2 -/var/lib/mock/scl56el7x/build.log:Tests failed : 2 -/var/lib/mock/scl56fc25x/build.log:Tests failed : 1 +/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 : 4 +/var/lib/mock/scl56fc27x/build.log:Tests failed : 7 /var/lib/mock/scl56fc28x/build.log:Tests failed : 4 @@ -14,9 +14,13 @@ el6x, el7x: 4 Bug #33414 [2] (Comprehensive list of incorrect days returned after strotime() / date() tests) [ext/date/tests/bug33414-2.phpt] el6x, el7x, fc25x, fc26x, fc27x, fc28x: 4 Bug #33415 [2] (Possibly invalid non-one-hour DST or timezone shifts) [ext/date/tests/bug33415-2.phpt] -fc26x, fc27x, fc28x: +el6xn el7x, fc26x, fc27x, fc28x: 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: + 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: 2 substr_compare() [ext/standard/tests/strings/substr_compare.phpt] diff --git a/php.spec b/php.spec index 8109e6c..707fa88 100644 --- a/php.spec +++ b/php.spec @@ -133,7 +133,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php -Version: 5.6.36 +Version: 5.6.37 %if 0%{?rcver:1} Release: 0.%{rpmrel}.%{rcver}%{?dist} %else @@ -1834,6 +1834,9 @@ fi %changelog +* Thu Jul 19 2018 Remi Collet - 5.6.37-1 +- Update to 5.6.37 - http://www.php.net/releases/5_6_37.php + * Wed Apr 25 2018 Remi Collet - 5.6.36-1 - Update to 5.6.36 - http://www.php.net/releases/5_6_36.php -- cgit