From: Graham Leggett Date: Sun, 19 Sep 2004 15:06:38 +0000 (+0000) Subject: - Vote for a segfault fix X-Git-Tag: 2.0.52~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=faeaf8ff8d304f9daa7cfc279a361eb58859e6a5;p=thirdparty%2Fapache%2Fhttpd.git - Vote for a segfault fix PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105204 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 5cfe1f69680..accb0637f02 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/09/18 17:19:13 $] +Last modified at [$Date: 2004/09/19 15:06:38 $] Release: @@ -74,6 +74,10 @@ PATCHES TO BACKPORT FROM 2.1 [ please place file names and revisions from HEAD here, so it is easy to identify exactly what the proposed changes are! ] + *) Fix a segfault in the LDAP cache when it is configured switched off. + httpd-2.0/modules/ldap/util_ldap_cache_mgr.c: 1.7 + +1: minfrin + *) buildconf: Clean autoconf cache and do mod_ssl timestamp dance. http://cvs.apache.org/viewcvs.cgi/httpd-2.0/buildconf?r1=1.37&r2=1.40 +1: jorton, trawick, jerenkrantz