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 2005/09/11 22:28:49 UTC

svn commit: r280178 - /httpd/httpd/branches/2.0.x/STATUS

Author: wrowe
Date: Sun Sep 11 13:28:48 2005
New Revision: 280178

URL: http://svn.apache.org/viewcvs?rev=280178&view=rev
Log:

  Notes/votes

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

Modified: httpd/httpd/branches/2.0.x/STATUS
URL: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/STATUS?rev=280178&r1=280177&r2=280178&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/STATUS (original)
+++ httpd/httpd/branches/2.0.x/STATUS Sun Sep 11 13:28:48 2005
@@ -194,6 +194,12 @@
        +1: pquerna, nd, wrowe
        Votes from before the integration branch: +1: jerenkrantz
 
+    *) Fix CAN-2005-2491, integer overflow in pcre.
+         http://svn.apache.org/viewcvs?rev=233493&view=rev
+       rediff for 2.0: http://people.apache.org/~jorton/CAN-2005-2491.patch
+       test case: perl-framework/t/security/CAN-2005-2491.t
+       +1: jorton, nd, wrowe
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ please place SVN revisions from trunk here, so it is easy to
     identify exactly what the proposed changes are!  Add all new
@@ -202,13 +208,8 @@
     *) Fix CAN-2005-2700, mod_ssl SSLVerifyClient bug
          http://svn.apache.org/viewcvs?rev=264800&view=rev
        test case: perl-framework/t/security/CAN-2005-2700.t
-       +1: jorton
-
-    *) Fix CAN-2005-2491, integer overflow in pcre.
-         http://svn.apache.org/viewcvs?rev=233493&view=rev
-       rediff for 2.0: http://people.apache.org/~jorton/CAN-2005-2491.patch
-       test case: perl-framework/t/security/CAN-2005-2491.t
-       +1: jorton, nd
+       +1: jorton, wrowe
+       wrowe cautions to backport to 2.2.x branch as well.
 
     *) Correct RFC 2616 non-compliance by refusing to proxy a request body 
        in a TRACE request, unless TraceEnable extended is configured.
@@ -277,7 +278,8 @@
         default installation on Windows.
         http://svn.apache.org/viewcvs?rev=179622&view=rev
         http://svn.apache.org/viewcvs?rev=280114&view=rev
-        +1: trawick
+        +1: trawick, wrowe
+         backported 280114 to 2.2.x branch already
 
      *) mod_cache: Fix handling of 'Vary: *". PR 16125.
         Trunk: r180341