diff options
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -126,7 +126,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php -Version: 5.5.16 +Version: 5.5.17 Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend @@ -177,6 +177,7 @@ Patch47: php-5.4.9-phpinfo.patch Patch91: php-5.3.7-oci8conf.patch # Upstream fixes (100+) +Patch100: php-bug65641.patch # Security fixes (200+) @@ -839,6 +840,7 @@ support for using the enchant library to PHP. %patch91 -p1 -b .remi-oci8 # upstream patches +%patch100 -p1 -b .bug65641 # security patches @@ -1685,6 +1687,13 @@ fi %changelog +* Wed Sep 17 2014 Remi Collet <remi@fedoraproject.org> 5.5.17-1 +- Update to 5.5.17 + http://www.php.net/releases/5_5_17.php +- fpm: fix script_name with mod_proxy_fcgi / proxypass + add upstream patch for https://bugs.php.net/65641 +- add system php library to default include_path + * Wed Sep 3 2014 Remi Collet <rcollet@redhat.com> - 5.5.16-1 - update to 5.5.16 - cleanup, merge with spec from remi repository |