From c6f2ddf57f8d1a58048f4a0e233ad12cd174db5e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 29 Sep 2016 10:58:24 +0200 Subject: PHP 5.6.27RC1 --- failed.txt | 13 +++++++++---- php56.spec | 9 +++++---- 2 files changed, 14 insertions(+), 8 deletions(-) diff --git a/failed.txt b/failed.txt index f2f8ca8..6d34bfa 100644 --- a/failed.txt +++ b/failed.txt @@ -1,13 +1,13 @@ -===== 5.6.26 (2016-09-15) +===== 5.6.27RC1 (2016-09-29) $ grep -r 'Tests failed' /var/lib/mock/*/build.log -/var/lib/mock/el5i/build.log:Tests failed : 7 +/var/lib/mock/el5i/build.log:Tests failed : 8 /var/lib/mock/el5x/build.log:Tests failed : 2 /var/lib/mock/el6i/build.log:Tests failed : 5 /var/lib/mock/el6x/build.log:Tests failed : 0 /var/lib/mock/el7x/build.log:Tests failed : 0 -/var/lib/mock/fc22i/build.log:Tests failed : 2 +/var/lib/mock/fc22i/build.log:Tests failed : 3 /var/lib/mock/fc22x/build.log:Tests failed : 0 /var/lib/mock/fc23i/build.log:Tests failed : 2 /var/lib/mock/fc23x/build.log:Tests failed : 0 @@ -16,8 +16,13 @@ $ grep -r 'Tests failed' /var/lib/mock/*/build.log el5i, el5x - openssl_x509_parse() basic test for OpenSSL 0.9 [ext/openssl/tests/openssl_x509_parse_basic_v9.phpt] + openssl_error_string() tests [ext/openssl/tests/openssl_error_string_basic.phpt] +el5i + Specific protocol method specification [ext/openssl/tests/stream_crypto_flags_004.phpt] +el5i, el5x sni_server [ext/openssl/tests/sni_server.phpt] +fc22i + openssl_pkey_new() basic usage tests [ext/openssl/tests/openssl_pkey_new_basic.phpt] el5i, el6i, fc21i, fc22i, fc23i, fc24i Bug #53437 DateInterval unserialize bad data, 32 bit [ext/date/tests/bug53437_var3.phpt] Bug #64146 (serialize incorrectly saving objects when they are cloned) [ext/standard/tests/serialize/bug64146.phpt] diff --git a/php56.spec b/php56.spec index 083fdf0..776a97e 100644 --- a/php56.spec +++ b/php56.spec @@ -143,12 +143,12 @@ %global db_devel libdb-devel %endif -#global rcver RC1 +%global rcver RC1 %global rpmrel 1 Summary: PHP scripting language for creating dynamic web sites Name: php -Version: 5.6.26 +Version: 5.6.27 %if 0%{?rcver:1} Release: 0.%{rpmrel}.%{rcver}%{?dist} %else @@ -207,7 +207,6 @@ Patch47: php-5.6.3-phpinfo.patch Patch91: php-5.6.3-oci8conf.patch # Upstream fixes (100+) -Patch100: php-upstream.patch # Security fixes (200+) @@ -970,7 +969,6 @@ httpd -V | grep -q 'threaded:.*yes' && exit 1 %patch91 -p1 -b .remi-oci8 # upstream patches -%patch100 -p1 -b .upstream # security patches @@ -1999,6 +1997,9 @@ fi %changelog +* Thu Sep 29 2016 Remi Collet 5.6.27-0.1.RC1 +- update to 5.6.27RC1 + * Thu Sep 15 2016 Remi Collet 5.6.26-1 - Update to 5.6.26 - http://www.php.net/releases/5_6_26.php -- cgit