diff options
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -127,7 +127,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: 5.5.17 -Release: 1%{?dist} +Release: 2%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -178,6 +178,8 @@ Patch91: php-5.3.7-oci8conf.patch # Upstream fixes (100+) Patch100: php-bug65641.patch +# Revert to fix regression +Patch101: php-5.5.17-openssl.patch # Security fixes (200+) @@ -841,6 +843,7 @@ support for using the enchant library to PHP. # upstream patches %patch100 -p1 -b .bug65641 +%patch101 -p1 -R -b .revert # security patches @@ -1687,6 +1690,10 @@ fi %changelog +* Sat Sep 20 2014 Remi Collet <remi@fedoraproject.org> 5.5.17-2 +- openssl: fix regression introduce in changes for upstream + bug #65137 and #41631, revert to 5.5.16 behavior + * Wed Sep 17 2014 Remi Collet <remi@fedoraproject.org> 5.5.17-1 - Update to 5.5.17 http://www.php.net/releases/5_5_17.php |