You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ni...@apache.org on 2007/08/02 22:51:13 UTC

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

Author: niq
Date: Thu Aug  2 13:51:12 2007
New Revision: 562252

URL: http://svn.apache.org/viewvc?view=rev&rev=562252
Log:
Add 2.2.x patch for proxy_util date fix

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?view=diff&rev=562252&r1=562251&r2=562252
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Thu Aug  2 13:51:12 2007
@@ -346,7 +346,8 @@
     * mod_proxy: fix buffer overread in date parsing
       PR: 41144
       CVE-2007-3847
-      http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/proxy_util.c?r1=550514&r2=562069
+      Trunk: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/proxy_util.c?r1=550514&r2=562069
+      2.2.x: http://people.apache.org/~niq/proxy-util-22x.patch
       +1: niq
       rpluem says: This does not apply cleanly to 2.2.x because of the style
       fixes done in r429875