From 36f55ae51948d1c616d4f86e8f1b801704f8e9ad Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 10 Apr 2015 08:02:53 +0200 Subject: PHP 5.6: add upstream patch to drop SSLv3 tests --- php56.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'php56.spec') diff --git a/php56.spec b/php56.spec index 7cd886c..66d509f 100644 --- a/php56.spec +++ b/php56.spec @@ -135,7 +135,7 @@ Version: 5.6.7 %if 0%{?snapdate:1}%{?rcver:1} Release: 0.1.%{?snapdate}%{?rcver}%{?dist} %else -Release: 1%{?dist} +Release: 2%{?dist} %endif # All files licensed under PHP version 3.01, except # Zend is licensed under Zend @@ -205,6 +205,8 @@ Patch91: php-5.6.3-oci8conf.patch Patch300: php-5.6.3-datetests.patch # Revert changes for pcre < 8.34 Patch301: php-5.6.0-oldpcre.patch +# Backported from 7.0 +Patch302: php-5.6.8-openssltests.patch # WIP @@ -969,6 +971,7 @@ rm -rf ext/json %patch301 -p1 -b .pcre834 %endif %endif +%patch302 -p1 -b .sslv3 # WIP patch @@ -1952,6 +1955,9 @@ fi %changelog +* Fri Apr 10 2015 Remi Collet 5.6.7-2 +- add upstream patch to drop SSLv3 tests + * Thu Mar 19 2015 Remi Collet 5.6.7-1 - Update to 5.6.7 http://www.php.net/releases/5_6_7.php -- cgit