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 | 9fab5e035ab13dd62e79aea3dc654511796b8a19 (patch) | |
tree | bf9fc11ff871dc310c8cf0b4590d8b3fd3df248f /php.spec | |
parent | 8a5a6dd3adfcb61ca58d23a1aca6d7b9d52541b4 (diff) |
php/curl: add CURL_SSLVERSION_TLSv1_x constant
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -170,6 +170,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 @@ -860,6 +861,9 @@ support for using the enchant library to PHP. %patch6 -p1 -b .embed %patch7 -p1 -b .recode %patch8 -p1 -b .libdb +%if 0%{?rhel} +%patch9 -p1 -b .curltls +%endif %patch21 -p1 -b .odbctimer @@ -1662,7 +1666,7 @@ fi %config(noreplace) %{_sysconfdir}/php-fpm.d/www.conf %config(noreplace) %{_root_sysconfdir}/logrotate.d/%{?scl_prefix}php-fpm %config(noreplace) %{_sysconfdir}/sysconfig/php-fpm -# %{_prefix}/lib/tmpfiles.d/php-fpm.conf +# {_prefix}/lib/tmpfiles.d/php-fpm.conf %if %{with_systemd} %{_unitdir}/%{?scl_prefix}php-fpm.service %dir %{_root_sysconfdir}/systemd/system/%{?scl_prefix}php-fpm.service.d @@ -1757,6 +1761,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 |