From: Joe Orton Date: Tue, 23 Aug 2005 08:24:52 +0000 (+0000) Subject: Propose backport of pcre fix. X-Git-Tag: 2.0.55~80 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28c927eb559bfc03183a71ab9a038654ddb0ae0c;p=thirdparty%2Fapache%2Fhttpd.git Propose backport of pcre fix. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@239377 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 96417aeadd6..ab717769d1b 100644 --- a/STATUS +++ b/STATUS @@ -216,6 +216,12 @@ 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! ] + *) 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 + *) Remove the base href tag from mod_proxy_ftp, as it breaks relative links for clients not using an Authorization header. modules/proxy/mod_proxy_ftp.c: r231044 @@ -318,6 +324,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: includes. http://svn.apache.org/viewcvs?rev=179763&view=rev 2.0.x patch: http://people.apache.org/~jorton/ap_pr12655.patch + test case in perl-framework/t/modules/include.t PR: 12655 +1: jorton