You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by tr...@apache.org on 2007/12/15 00:42:39 UTC

svn commit: r604332 - /httpd/httpd/branches/2.2.x/STATUS

Author: trawick
Date: Fri Dec 14 15:42:35 2007
New Revision: 604332

URL: http://svn.apache.org/viewvc?rev=604332&view=rev
Log:
simple mod_ssl fix (too bad about the pSTRNdup)

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=604332&r1=604331&r2=604332&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Fri Dec 14 15:42:35 2007
@@ -79,6 +79,17 @@
 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 ]
@@ -99,18 +110,6 @@
                but -0 on including this as a new feature in 2.2.7.
                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