From 30c26004b1412bece8374730f3532c20ff020109 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 1 Oct 2012 07:47:18 +0200 Subject: php 5.3: add upstream patch for fpm startup issue (#846858) --- php53.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'php53.spec') diff --git a/php53.spec b/php53.spec index cdb9926..27dcc7f 100644 --- a/php53.spec +++ b/php53.spec @@ -46,7 +46,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{phpname} Version: 5.3.17 -Release: 1%{?dist} +Release: 2%{?dist} License: PHP Group: Development/Languages URL: http://www.php.net/ @@ -81,6 +81,8 @@ Patch9: php-5.3.9-mysqlnd.patch # Fixes for extension modules Patch20: php-4.3.11-shutdown.patch Patch21: php-5.3.3-macropen.patch +# https://bugs.php.net/bug.php?id=62886 - php-fpm startup +Patch22: php-5.3.17-fpm.patch # Functional changes Patch40: php-5.0.4-dlopen.patch @@ -696,6 +698,7 @@ echo CIBLE = %{name}-%{version}-%{release} %patch20 -p1 -b .shutdown %patch21 -p1 -b .macropen +%patch22 -p1 -b .fpmstartup %patch40 -p1 -b .dlopen %patch41 -p1 -b .easter @@ -1496,6 +1499,9 @@ fi %endif %changelog +* Mon Oct 1 2012 Remi Collet 5.3.17-2 +- add upstream patch for fpm startup issue (#846858) + * Thu Sep 13 2012 Remi Collet 5.3.17-1 - update to 5.3.17 -- cgit