diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-12-14 14:38:48 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-12-14 14:38:48 +0100 |
commit | 14498c9dfb1211e6184b5972a2e274e1489d805b (patch) | |
tree | 9aa7affc834d39eba3828f0031cb3c9797a525ae /php55.spec | |
parent | 33b99d2acc9a943837ee6436513c6bd62e5ae4b2 (diff) |
php/curl: add CURL_SSLVERSION_TLSv1_x constant
Diffstat (limited to 'php55.spec')
-rw-r--r-- | php55.spec | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -152,8 +152,8 @@ URL: http://www.php.net/ Source0: http://snaps.php.net/php5.5-%{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 @@ -177,6 +177,7 @@ Patch5: php-5.2.0-includedir.patch Patch6: php-5.5.19-embed.patch Patch7: php-5.3.0-recode.patch Patch8: php-5.4.7-libdb.patch +Patch9: php-5.5.30-curl.patch # Fixes for extension modules # https://bugs.php.net/63171 no odbc call during timeout @@ -936,6 +937,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 @@ -1967,6 +1971,9 @@ fi %changelog +* Mon Dec 14 2015 Remi Collet <remi@fedoraproject.org> 5.5.30-1.1 +- curl: add CURL_SSLVERSION_TLSv1_x constant + * Thu Oct 1 2015 Remi Collet <remi@fedoraproject.org> 5.5.30-1 - Update to 5.5.30 http://www.php.net/releases/5_5_30.php |