From 4464b77e627fe305887d8c47afadcfe80dcb1bd2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 14 Dec 2015 14:38:48 +0100 Subject: php/curl: add CURL_SSLVERSION_TLSv1_x constant --- php56.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'php56.spec') diff --git a/php56.spec b/php56.spec index f0bdfca..27fc67a 100644 --- a/php56.spec +++ b/php56.spec @@ -161,8 +161,8 @@ URL: http://www.php.net/ Source0: http://snaps.php.net/php5.6-%{snapdate}.tar.xz %else # Need to download official tarball and strip non-free stuff -# wget http://www.php.net/distributions/php-%{version}%{?rcver}.tar.xz -# ./strip.sh %{version} +# wget http://www.php.net/distributions/php-%%{version}%%{?rcver}.tar.xz +# ./strip.sh %%{version} Source0: php-%{version}%{?rcver}-strip.tar.xz %endif Source1: php.conf @@ -189,6 +189,7 @@ Patch5: php-5.6.3-includedir.patch Patch6: php-5.6.3-embed.patch Patch7: php-5.3.0-recode.patch Patch8: php-5.6.3-libdb.patch +Patch9: php-5.5.30-curl.patch # Fixes for extension modules # https://bugs.php.net/63171 no odbc call during timeout @@ -956,6 +957,9 @@ rm -rf ext/json %patch6 -p1 -b .embed %patch7 -p1 -b .recode %patch8 -p1 -b .libdb +%if 0%{?rhel} +%patch9 -p1 -b .curltls +%endif %patch21 -p1 -b .odbctimer @@ -1984,6 +1988,9 @@ fi %changelog +* Mon Dec 14 2015 Remi Collet 5.6.16-1.1 +- curl: add CURL_SSLVERSION_TLSv1_x constant + * Thu Nov 26 2015 Remi Collet 5.6.16-1 - Update to 5.6.16 http://www.php.net/releases/5_6_16.php -- cgit