]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
simple mod_ssl fix (too bad about the pSTRNdup)
authorJeff Trawick <trawick@apache.org>
Fri, 14 Dec 2007 23:42:35 +0000 (23:42 +0000)
committerJeff Trawick <trawick@apache.org>
Fri, 14 Dec 2007 23:42:35 +0000 (23:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@604332 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 226a992bd493380db9595a0adfb553d8c4edf9e7..a82fc162cc9f2e9518a5af37fa69a89b7b88451b 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -79,6 +79,17 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+   * mod_ssl: Correctly terminate string in SSL client certificate extensions
+     parsing by ensuring that it always has a \0 at the end.
+     PR: 44073
+     Trunk version of patch:
+        Trunk changed in http://svn.apache.org/viewvc?view=rev&revision=289444
+        in a way that IMHO is not backportable (due to the changes done in
+        mod_ssl.h).
+     Backport version for 2.2.x of patch:
+        http://people.apache.org/~rpluem/patches/foreign_patches/44073_2.2.x.diff
+     +1: rpluem, jorton, trawick
+     jorton: s/pstrndup/pstrmemdup/ would be better but it works either way
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -100,18 +111,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                Better IMHO to separate releasing it from the many bugfixes
                in 2.2.7 mod_proxy.  Hence +1 for 2.2.8.
 
-   * mod_ssl: Correctly terminate string in SSL client certificate extensions
-     parsing by ensuring that it always has a \0 at the end.
-     PR: 44073
-     Trunk version of patch:
-        Trunk changed in http://svn.apache.org/viewvc?view=rev&revision=289444
-        in a way that IMHO is not backportable (due to the changes done in
-        mod_ssl.h).
-     Backport version for 2.2.x of patch:
-        http://people.apache.org/~rpluem/patches/foreign_patches/44073_2.2.x.diff
-     +1: rpluem, jorton
-     jorton: s/pstrndup/pstrmemdup/ would be better but it works either way
-
 PATCHES/ISSUES THAT ARE STALLED
 
    * beos MPM: Create pmain pool and run modules' child_init hooks when