rpms/httpd/FC-5 httpd-2.1.10-pod.patch, 1.1, 1.2 httpd.spec, 1.89, 1.90

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Jul 19 15:57:01 UTC 2006


Author: jorton

Update of /cvs/dist/rpms/httpd/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv22189

Modified Files:
	httpd-2.1.10-pod.patch httpd.spec 
Log Message:
* Wed Jul 19 2006 Joe Orton <jorton at redhat.com> 2.2.2-1.1
- fix segfault on dummy connection failure at graceful restart (#199429)


httpd-2.1.10-pod.patch:
 mpm_common.c |   12 ++++++++----
 1 files changed, 8 insertions(+), 4 deletions(-)

Index: httpd-2.1.10-pod.patch
===================================================================
RCS file: /cvs/dist/rpms/httpd/FC-5/httpd-2.1.10-pod.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- httpd-2.1.10-pod.patch	2 Dec 2005 10:43:00 -0000	1.1
+++ httpd-2.1.10-pod.patch	19 Jul 2006 15:56:58 -0000	1.2
@@ -43,7 +43,7 @@
  
          ap_log_error(APLOG_MARK, log_level, rv, ap_server_conf,
 -                     "connect to listener on %pI", ap_listeners->bind_addr);
-+                     "connect to listener on %pI", lr);
++                     "connect to listener on %pI", lr->bind_addr);
      }
  
      /* Create the request string. We include a User-Agent so that


Index: httpd.spec
===================================================================
RCS file: /cvs/dist/rpms/httpd/FC-5/httpd.spec,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- httpd.spec	11 May 2006 13:33:33 -0000	1.89
+++ httpd.spec	19 Jul 2006 15:56:58 -0000	1.90
@@ -7,7 +7,7 @@
 Summary: Apache HTTP Server
 Name: httpd
 Version: 2.2.2
-Release: 1.0
+Release: 1.1
 URL: http://httpd.apache.org/
 Source0: http://www.apache.org/dist/httpd/httpd-%{version}.tar.gz
 Source1: index.html
@@ -480,6 +480,9 @@
 %{_libdir}/httpd/build/*.sh
 
 %changelog
+* Wed Jul 19 2006 Joe Orton <jorton at redhat.com> 2.2.2-1.1
+- fix segfault on dummy connection failure at graceful restart (#199429)
+
 * Thu May 11 2006 Joe Orton <jorton at redhat.com> 2.2.2-1.0
 - update to 2.2.2
 




More information about the fedora-cvs-commits mailing list