]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Vote and promote.
authorRuediger Pluem <rpluem@apache.org>
Mon, 6 Aug 2007 19:44:30 +0000 (19:44 +0000)
committerRuediger Pluem <rpluem@apache.org>
Mon, 6 Aug 2007 19:44:30 +0000 (19:44 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@563236 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index ef903d345cc15908649e0bf9e07fc4faa1506e93..0e2107f14ce7c09c53b19e5043b1a9a0acbff926 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -114,6 +114,13 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+    *) SECURITY: CVE-2007-3847
+       mod_proxy: Prevent reading past the end of a buffer when parsing
+       date-related headers.  PR 41144.
+         2.2.x: http://svn.apache.org/viewvc?view=rev&revision=563198
+         2.0.x: http://people.apache.org/~covener/proxy-util-20x.patch
+            (Same as 2.2 but removed lines have hard tabs)
+       +1: covener, niq, rpluem
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ please place SVN revisions from trunk here, so it is easy to
@@ -142,14 +149,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
          http://svn.apache.org/viewcvs.cgi?rev=102870&view=rev
        +1: wrowe, colm
 
-    *) SECURITY: CVE-2007-3847
-       mod_proxy: Prevent reading past the end of a buffer when parsing
-       date-related headers.  PR 41144.
-         2.2.x: http://svn.apache.org/viewvc?view=rev&revision=563198
-         2.0.x: http://people.apache.org/~covener/proxy-util-20x.patch
-            (Same as 2.2 but removed lines have hard tabs)
-       +1: covener, niq
-
 PATCHES TO BACKPORT THAT ARE ON HOLD OR NOT GOING ANYWHERE SOON:
 
     *) mod_headers: Support {...}s tag for SSL variable lookup.