From: Mike Rumph Date: Thu, 20 Nov 2014 18:58:25 +0000 (+0000) Subject: Vote for mod_proxy_fcgi fix and add references for APR and APR-util 1.5.x branches. X-Git-Tag: 2.4.11~162 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e845ba6d114756b76c2904ccf458da5434157041;p=apache Vote for mod_proxy_fcgi fix and add references for APR and APR-util 1.5.x branches. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1640782 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 6128d077ce..abfcf5ad19 100644 --- a/STATUS +++ b/STATUS @@ -19,6 +19,8 @@ Consult the following STATUS files for information on related projects: * http://svn.apache.org/repos/asf/apr/apr/trunk/STATUS * http://svn.apache.org/repos/asf/apr/apr/branches/1.4.x/STATUS * http://svn.apache.org/repos/asf/apr/apr-util/branches/1.4.x/STATUS + * http://svn.apache.org/repos/asf/apr/apr/branches/1.5.x/STATUS + * http://svn.apache.org/repos/asf/apr/apr-util/branches/1.5.x/STATUS Patches considered for backport are noted in their branches' STATUS: @@ -102,17 +104,16 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] - - -PATCHES PROPOSED TO BACKPORT FROM TRUNK: - [ New proposals should be added at the end of the list ] - * SECURITY: CVE-2014-3583 (cve.mitre.org) mod_proxy_fcgi: Fix a potential crash with response headers' size above 8K. trunk patch: http://svn.apache.org/r1640036 http://svn.apache.org/r1640331 (tweak to CHANGES) 2.4.x patch: trunk works (modulo CHANGES) - +1: ylavic, trawick + +1: ylavic, trawick, mrumph + + +PATCHES PROPOSED TO BACKPORT FROM TRUNK: + [ New proposals should be added at the end of the list ] * mod_proxy: Preserve original request headers even if they differ from the ones to be forwarded to the backend. PR 45387.