From: Nick Kew Date: Thu, 2 Aug 2007 20:51:12 +0000 (+0000) Subject: Add 2.2.x patch for proxy_util date fix X-Git-Tag: 2.2.5~60 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9ded6fef1d76d00e6c5f46ba2342b9f39541a2c2;p=thirdparty%2Fapache%2Fhttpd.git Add 2.2.x patch for proxy_util date fix git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@562252 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index dd91cedf0a7..c32669560e5 100644 --- a/STATUS +++ b/STATUS @@ -346,7 +346,8 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: * 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