You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2009/05/08 20:13:06 UTC

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

Author: wrowe
Date: Fri May  8 18:13:06 2009
New Revision: 773056

URL: http://svn.apache.org/viewvc?rev=773056&view=rev
Log:
vote and promote 3 patches

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=773056&r1=773055&r2=773056&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Fri May  8 18:13:06 2009
@@ -87,27 +87,13 @@
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-
-
-PATCHES PROPOSED TO BACKPORT FROM TRUNK:
-  [ New proposals should be added at the end of the list ]
-
- * prefork MPM: simple patch to enable mod_privileges.
-   trunk: N/A (this patch substitutes for the availability of
-               drop_privileges hook).
-   2.2.x patch:
-      http://people.apache.org/~niq/patches/2.2mod_privileges-core-patch
-   FYI, mod_privileges hacked to work with the patch:
-      http://people.apache.org/~niq/patches/2.2mod_privileges.c
-   +1: niq
-
  * mod_rewrite: Correctly encode spaces in proxied requests issued by rewrite
    rules in directory context. PR 46428
    Trunk version of patch:
       http://svn.apache.org/viewvc?rev=757427&view=rev
    Backport version for 2.2.x of patch:
       http://people.apache.org/~rpluem/patches/46428_2.2.x.diff
-   +1: rpluem, jim
+   +1: rpluem, jim, wrowe
 
  * mod_include: Prevent a case of SSI timefmt-smashing with filter chains
    including multiple INCLUDES filters
@@ -115,7 +101,7 @@
       http://svn.apache.org/viewvc?rev=757376&view=rev
    Backport version for 2.2.x of patch:
       Trunk version of patch works
-   +1: rpluem, jim
+   +1: rpluem, jim, wrowe
 
  * mod_negotiation: Escape pathes of filenames in 406 responses to avoid
    HTML injections and HTTP response splitting
@@ -123,7 +109,21 @@
       http://svn.apache.org/viewvc?rev=752812&view=rev
    Backport version for 2.2.x of patch:
       Trunk version of patch works
-   +1: rpluem, jim
+   +1: rpluem, jim, wrowe
+
+
+
+PATCHES PROPOSED TO BACKPORT FROM TRUNK:
+  [ New proposals should be added at the end of the list ]
+
+ * prefork MPM: simple patch to enable mod_privileges.
+   trunk: N/A (this patch substitutes for the availability of
+               drop_privileges hook).
+   2.2.x patch:
+      http://people.apache.org/~niq/patches/2.2mod_privileges-core-patch
+   FYI, mod_privileges hacked to work with the patch:
+      http://people.apache.org/~niq/patches/2.2mod_privileges.c
+   +1: niq
 
  * mod_ssl: Improve and simplify the implementation of SSLProxyCheckPeerExpire
    by directly using X509_get_notBefore(), X509_get_notAfter() and