You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sf...@apache.org on 2011/09/03 19:32:19 UTC

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

Author: sf
Date: Sat Sep  3 17:32:19 2011
New Revision: 1164889

URL: http://svn.apache.org/viewvc?rev=1164889&view=rev
Log:
promote, remove obsolete proposal

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=1164889&r1=1164888&r2=1164889&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Sat Sep  3 17:32:19 2011
@@ -93,12 +93,11 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-  * core: Fix CVE-2011-3192
-    Trunk patch: All changes to modules/http/byterange_filter.c from r1161534 to
-                 r1162687.
-    2.2.x patch: http://people.apache.org/~sf/CVE-2011-3192_2.2.diff
-    +1: sf, jim (with r1162669 and r1162687 added), rpluem
-
+  * core: add MaxRanges directive and limit maximum # of ranges to 200 by default
+    Trunk patch: http://svn.apache.org/viewvc?rev=1162584&view=rev
+    2.2.x patch: http://people.apache.org/~covener/patches/http-2.2.x-maxranges.diff
+    +1 covener, fuankg (we should also add r1164861),
+       sf (also add docs r1162587)
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -179,12 +178,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     sf agrees with covener. This can cause segfaults with some directives,
        see r1153676, r1153687.
 
-  * core: add MaxRanges directive and limit maximum # of ranges to 200 by default
-    Trunk patch: http://svn.apache.org/viewvc?rev=1162584&view=rev
-    2.2.x patch: http://people.apache.org/~covener/patches/http-2.2.x-maxranges.diff
-    +1 covener, fuankg (we should also add r1164861),
-       sf (also add docs r1162587)
-
   * mod_dav_fs: Fix segfault and log proper error message if apr DBM driver
     cannot be loaded. PR 51751
     Trunk patch: http://svn.apache.org/viewvc?rev=1133152&view=rev