]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
vote and promote 3 patches
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 8 May 2009 18:13:06 +0000 (18:13 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 8 May 2009 18:13:06 +0000 (18:13 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@773056 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 46e3b9e768cfcea97b1f33d6752acf0a27e830c2..a7c533046aed52d24fc2d1aba4c2a39e5f3e02a7 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -87,27 +87,13 @@ RELEASE SHOWSTOPPERS:
 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 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       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 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       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