From d3afd7b15d9800324b3926b9a1809a7a8cdc3e1b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 20 Sep 2014 17:14:21 +0200 Subject: PHP 5.5.17, openssl: fix regression introduce in changes for upstream bug #65137 and #41631, revert to 5.5.16 behavior --- php.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index c138a37..01cbf0d 100644 --- a/php.spec +++ b/php.spec @@ -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 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 5.5.17-1 - Update to 5.5.17 http://www.php.net/releases/5_5_17.php -- cgit