From: William A. Rowe Jr Date: Fri, 8 May 2009 18:13:06 +0000 (+0000) Subject: vote and promote 3 patches X-Git-Tag: 2.2.12~140 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2ee08b24bf767e9ea33b70aaa2a8bc8ca90255c;p=thirdparty%2Fapache%2Fhttpd.git vote and promote 3 patches git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@773056 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 46e3b9e768c..a7c533046ae 100644 --- a/STATUS +++ b/STATUS @@ -87,27 +87,13 @@ 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 ] - - * prefork MPM: simple patch to enable mod_privileges. - trunk: N/A (this patch substitutes for the availability of - drop_privileges hook). - 2.2.x patch: - http://people.apache.org/~niq/patches/2.2mod_privileges-core-patch - FYI, mod_privileges hacked to work with the patch: - http://people.apache.org/~niq/patches/2.2mod_privileges.c - +1: niq - * mod_rewrite: Correctly encode spaces in proxied requests issued by rewrite rules in directory context. PR 46428 Trunk version of patch: http://svn.apache.org/viewvc?rev=757427&view=rev Backport version for 2.2.x of patch: http://people.apache.org/~rpluem/patches/46428_2.2.x.diff - +1: rpluem, jim + +1: rpluem, jim, wrowe * mod_include: Prevent a case of SSI timefmt-smashing with filter chains including multiple INCLUDES filters @@ -115,7 +101,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://svn.apache.org/viewvc?rev=757376&view=rev Backport version for 2.2.x of patch: Trunk version of patch works - +1: rpluem, jim + +1: rpluem, jim, wrowe * mod_negotiation: Escape pathes of filenames in 406 responses to avoid HTML injections and HTTP response splitting @@ -123,7 +109,21 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://svn.apache.org/viewvc?rev=752812&view=rev Backport version for 2.2.x of patch: Trunk version of patch works - +1: rpluem, jim + +1: rpluem, jim, wrowe + + + +PATCHES PROPOSED TO BACKPORT FROM TRUNK: + [ New proposals should be added at the end of the list ] + + * prefork MPM: simple patch to enable mod_privileges. + trunk: N/A (this patch substitutes for the availability of + drop_privileges hook). + 2.2.x patch: + http://people.apache.org/~niq/patches/2.2mod_privileges-core-patch + FYI, mod_privileges hacked to work with the patch: + http://people.apache.org/~niq/patches/2.2mod_privileges.c + +1: niq * mod_ssl: Improve and simplify the implementation of SSLProxyCheckPeerExpire by directly using X509_get_notBefore(), X509_get_notAfter() and