From: Graham Leggett Date: Thu, 14 Oct 2004 11:33:04 +0000 (+0000) Subject: Propose a backport. X-Git-Tag: 2.0.53~216 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e718060ab2fc06ba448da6b66a609f58293094f;p=thirdparty%2Fapache%2Fhttpd.git Propose a backport. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105454 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index e6022112b82..757fed8408c 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2004/10/13 18:45:47 $] +Last modified at [$Date: 2004/10/14 11:33:04 $] Release: @@ -75,6 +75,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! ] + *) mod_ldap: Fix format strings to use %APR_PID_T_FMT instead of %d. + modules/ldap/util_ldap.c: 1.16 + +1: minfrin + *) mod_ssl: Fix and prevent an SSLCipherSuite bypass by resuming a session during a renegotiation. http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/ssl/ssl_engine_kernel.c?r1=1.110&r2=1.111