From 822e6b924bf3de13d596d6f8d4a8d7f5e76fbd68 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 10 Jun 2015 14:44:47 +0200 Subject: PHP 5.4.42 --- failed.txt | 30 ++++++++++++++++++++++++++++++ php54.spec | 6 +++++- 2 files changed, 35 insertions(+), 1 deletion(-) create mode 100644 failed.txt diff --git a/failed.txt b/failed.txt new file mode 100644 index 0000000..98261cc --- /dev/null +++ b/failed.txt @@ -0,0 +1,30 @@ +===== 5.5.42 + +$ grep -r 'Tests failed' /var/lib/mock/*/build.log + +/var/lib/mock/el5x/build.log:Tests failed : 2 ( 0.0%) ( 0.0%) + 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] + +/var/lib/mock/el6x/build.log:Tests failed : 1 ( 0.0%) ( 0.0%) + Bug #32001 (xml_parse*() goes into infinite loop when autodetection in effect), using UTF-* [ext/xml/tests/bug32001.phpt] + +/var/lib/mock/el7x/build.log:Tests failed : 3 ( 0.0%) ( 0.0%) + Bug #37911 (preg_replace_callback ignores named groups) [ext/pcre/tests/bug37911.phpt] + preg_grep() 2nd test [ext/pcre/tests/grep2.phpt] + preg_match() flags 3 [ext/pcre/tests/match_flags3.phpt] + +/var/lib/mock/el5i/build.log:Tests failed : 5 ( 0.0%) ( 0.1%) + Bug #41523 (strtotime('0000-00-00 00:00:00') is parsed as 1999-11-30) (32 bit) [ext/date/tests/bug41523.phpt] + 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] + Testing xpath() with invalid XML [ext/simplexml/tests/SimpleXMLElement_xpath.phpt] + Bug #64146 (serialize incorrectly saving objects when they are cloned) [ext/standard/tests/serialize/bug64146.phpt] + +/var/lib/mock/el6i/build.log:Tests failed : 6 ( 0.0%) ( 0.1%) + Bug #41523 (strtotime('0000-00-00 00:00:00') is parsed as 1999-11-30) (32 bit) [ext/date/tests/bug41523.phpt] + IPv4 Loopback test [ext/sockets/tests/ipv4loop.phpt] + ext/sockets - socket_getpeername_ipv4loop - basic test [ext/sockets/tests/socket_getpeername_ipv4loop.phpt] + Testing xpath() with invalid XML [ext/simplexml/tests/SimpleXMLElement_xpath.phpt] + Bug #64146 (serialize incorrectly saving objects when they are cloned) [ext/standard/tests/serialize/bug64146.phpt] + Bug #32001 (xml_parse*() goes into infinite loop when autodetection in effect), using UTF-* [ext/xml/tests/bug32001.phpt] diff --git a/php54.spec b/php54.spec index b3c0b87..2f73832 100644 --- a/php54.spec +++ b/php54.spec @@ -81,7 +81,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: php -Version: 5.4.41 +Version: 5.4.42 Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend @@ -1706,6 +1706,10 @@ fi %changelog +* Wed Jun 10 2015 Remi Collet 5.4.42-1 +- Update to 5.4.42 + http://www.php.net/releases/5_4_42.php + * Thu May 14 2015 Remi Collet 5.4.41-1 - Update to 5.4.41 http://www.php.net/releases/5_4_41.php -- cgit