Author: hawk Date: Thu Feb 12 16:16:37 2009 GMT Module: SPECS Tag: HEAD ---- Log message: - from upstream: fix child process hang during graceful restart/stop in configurations with multiple listening sockets
---- Files affected: SPECS: apache.spec (1.551 -> 1.552) ---- Diffs: ================================================================ Index: SPECS/apache.spec diff -u SPECS/apache.spec:1.551 SPECS/apache.spec:1.552 --- SPECS/apache.spec:1.551 Mon Dec 15 17:53:17 2008 +++ SPECS/apache.spec Thu Feb 12 17:16:31 2009 @@ -35,7 +35,7 @@ Summary(tr.UTF-8): Lider WWW tarayıcı Name: apache Version: 2.2.11 -Release: 2 +Release: 3 License: Apache v2.0 Group: Networking/Daemons/HTTP Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz @@ -93,6 +93,7 @@ Patch21: httpd-peruser.patch Patch23: %{name}-suexec_fcgi.patch Patch24: %{name}-revert-bug-40463.patch +Patch25: %{name}-prefork-graceful-fix.patch URL: http://httpd.apache.org/ BuildRequires: apr-devel >= 1:1.2 BuildRequires: apr-util-devel >= 1:1.3 @@ -1750,6 +1751,7 @@ %patch21 -p1 %patch23 -p1 %patch24 -p1 +%patch25 -p0 # using system apr, apr-util and pcre rm -rf srclib/{apr,apr-util,pcre} @@ -2728,6 +2730,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.552 2009/02/12 16:16:31 hawk +- from upstream: fix child process hang during graceful restart/stop in + configurations with multiple listening sockets + Revision 1.551 2008/12/15 16:53:17 glen - release 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/apache.spec?r1=1.551&r2=1.552&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
