From 4bd1d7bec6f4cfde5d687791bda7f6ee2da21bb3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 17 Sep 2014 10:00:47 +0200 Subject: PHP 5.5.17 --- php.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index fa1306a..c138a37 100644 --- a/php.spec +++ b/php.spec @@ -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 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 - 5.5.16-1 - update to 5.5.16 - cleanup, merge with spec from remi repository -- cgit