]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Propose a backport.
authorGraham Leggett <minfrin@apache.org>
Thu, 14 Oct 2004 11:33:04 +0000 (11:33 +0000)
committerGraham Leggett <minfrin@apache.org>
Thu, 14 Oct 2004 11:33:04 +0000 (11:33 +0000)
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

STATUS

diff --git a/STATUS b/STATUS
index e6022112b8272c46603305909ef77715ebd23d6c..757fed8408c7251abead2c4cd51565af86567a45 100644 (file)
--- 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