summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-09-17 10:00:47 +0200
committerRemi Collet <fedora@famillecollet.com>2014-09-17 10:00:47 +0200
commit4bd1d7bec6f4cfde5d687791bda7f6ee2da21bb3 (patch)
treee41331387cc6e2b2ef64ef47cf094722ec8ede85 /php.spec
parentecc16d8af29c2f1b67f30734c791aa1f811390cd (diff)
PHP 5.5.17
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec11
1 files changed, 10 insertions, 1 deletions
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 <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