SPECS: apache.spec - from upstream, prefork: log an error instead of segfau...
hawk
hawk at pld-linux.org
Fri Feb 13 13:20:47 CET 2009
Author: hawk Date: Fri Feb 13 12:20:47 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- from upstream, prefork: log an error instead of segfaulting when child
startup fails due to pollset creation failures
---- Files affected:
SPECS:
apache.spec (1.552 -> 1.553)
---- Diffs:
================================================================
Index: SPECS/apache.spec
diff -u SPECS/apache.spec:1.552 SPECS/apache.spec:1.553
--- SPECS/apache.spec:1.552 Thu Feb 12 17:16:31 2009
+++ SPECS/apache.spec Fri Feb 13 13:20:41 2009
@@ -35,7 +35,7 @@
Summary(tr.UTF-8): Lider WWW tarayıcı
Name: apache
Version: 2.2.11
-Release: 3
+Release: 4
License: Apache v2.0
Group: Networking/Daemons/HTTP
Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
@@ -94,6 +94,7 @@
Patch23: %{name}-suexec_fcgi.patch
Patch24: %{name}-revert-bug-40463.patch
Patch25: %{name}-prefork-graceful-fix.patch
+Patch26: %{name}-pollset-segv.patch
URL: http://httpd.apache.org/
BuildRequires: apr-devel >= 1:1.2
BuildRequires: apr-util-devel >= 1:1.3
@@ -1752,6 +1753,7 @@
%patch23 -p1
%patch24 -p1
%patch25 -p0
+%patch26 -p0
# using system apr, apr-util and pcre
rm -rf srclib/{apr,apr-util,pcre}
@@ -2730,6 +2732,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.553 2009/02/13 12:20:41 hawk
+- from upstream, prefork: log an error instead of segfaulting when child
+ startup fails due to pollset creation failures
+
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
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/apache.spec?r1=1.552&r2=1.553&f=u
More information about the pld-cvs-commit
mailing list