From a8e360a8f4bfbf678a757fdc2cc766804f79f511 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 6 Aug 2015 09:20:34 +0200 Subject: PHP 5.5.28 --- failed.txt | 30 ++++++++++++------------------ php55.spec | 11 +++++------ 2 files changed, 17 insertions(+), 24 deletions(-) diff --git a/failed.txt b/failed.txt index 1e06d7c..538c113 100644 --- a/failed.txt +++ b/failed.txt @@ -1,29 +1,23 @@ -==== PHP 5.5.27 +==== PHP 5.5.28 $ grep -r 'Tests failed' /var/lib/mock/*/build.log -/var/lib/mock/el5i/build.log:Tests failed : 4 ( 0.0%) ( 0.1%) - Bug #64802: openssl_x509_parse fails to parse subject properly in some cases [ext/openssl/tests/bug64802.phpt] - Bug #66501: EC private key support in openssl_sign [ext/openssl/tests/bug66501.phpt] - openssl_x509_parse() basic test for OpenSSL 0.9 [ext/openssl/tests/openssl_x509_parse_basic_v9.phpt] - Bug #64146 (serialize incorrectly saving objects when they are cloned) [ext/standard/tests/serialize/bug64146.phpt] - +/var/lib/mock/el5i/build.log:Tests failed : 5 ( 0.0%) ( 0.1%) /var/lib/mock/el5x/build.log:Tests failed : 3 ( 0.0%) ( 0.0%) +/var/lib/mock/el6i/build.log:Tests failed : 3 ( 0.0%) ( 0.0%) +/var/lib/mock/el6x/build.log:Tests failed : 0 ( 0.0%) ( 0.0%) +/var/lib/mock/el7x/build.log:Tests failed : 0 ( 0.0%) ( 0.0%) +/var/lib/mock/fc20i/build.log:Tests failed : 2 ( 0.0%) ( 0.0%) +/var/lib/mock/fc20x/build.log:Tests failed : 0 ( 0.0%) ( 0.0%) + +el5i, el5x Bug #64802: openssl_x509_parse fails to parse subject properly in some cases [ext/openssl/tests/bug64802.phpt] Bug #66501: EC private key support in openssl_sign [ext/openssl/tests/bug66501.phpt] openssl_x509_parse() basic test for OpenSSL 0.9 [ext/openssl/tests/openssl_x509_parse_basic_v9.phpt] - -/var/lib/mock/el6i/build.log:Tests failed : 2 ( 0.0%) ( 0.0%) +el6i Bug #54268 (Double free when destroy_zend_class fails) [Zend/tests/bug54268.phpt] +el5i, el6i, fc20i + 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] -/var/lib/mock/el6x/build.log:Tests failed : 0 ( 0.0%) ( 0.0%) - -/var/lib/mock/el7x/build.log:Tests failed : 0 ( 0.0%) ( 0.0%) - -/var/lib/mock/fc20i/build.log:Tests failed : 1 ( 0.0%) ( 001%) - Bug #64146 (serialize incorrectly saving objects when they are cloned) [ext/standard/tests/serialize/bug64146.phpt] - -/var/lib/mock/fc20x/build.log:Tests failed : 0 ( 0.0%) ( 0.0%) - * fixed upstream in next diff --git a/php55.spec b/php55.spec index f8fcade..7025c6b 100644 --- a/php55.spec +++ b/php55.spec @@ -136,16 +136,11 @@ %global db_devel libdb-devel %endif -#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php -Version: 5.5.27 -%if 0%{?snapdate:1}%{?rcver:1} -Release: 0.1.%{?snapdate}%{?rcver}%{?dist} -%else +Version: 5.5.28 Release: 1%{?dist} -%endif # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -1972,6 +1967,10 @@ fi %changelog +* Thu Aug 6 2015 Remi Collet 5.5.28-1 +- Update to 5.5.28 + http://www.php.net/releases/5_5_28.php + * Mon Jul 13 2015 Remi Collet 5.5.27-1 - Update to 5.5.27 http://www.php.net/releases/5_5_27.php -- cgit