From: Ruediger Pluem Date: Sat, 25 Apr 2009 09:38:29 +0000 (+0000) Subject: * Promote X-Git-Tag: 2.2.12~159 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c841c508f3ce1330a025364300d12ae9b651cfcd;p=thirdparty%2Fapache%2Fhttpd.git * Promote git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@768502 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index aa1d3288214..46e03bad811 100644 --- a/STATUS +++ b/STATUS @@ -81,6 +81,12 @@ CURRENT RELEASE NOTES: RELEASE SHOWSTOPPERS: +* We should wait for a release of APR 1.3.4 at least for + http://svn.apache.org/viewvc?view=rev&revision=727605 + +PATCHES ACCEPTED TO BACKPORT FROM TRUNK: + [ start all new proposals below, under PATCHES PROPOSED. ] + * mod_proxy_ajp: Avoid delivering content from a previous request which failed to send a request body by closing the connection to the backend in this case instead of reusing it. @@ -91,17 +97,6 @@ RELEASE SHOWSTOPPERS: Trunk version of patch works +1: rpluem, wrowe, jfclere -* We should wait for a release of APR 1.3.4 at least for - http://svn.apache.org/viewvc?view=rev&revision=727605 - -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 ] - * mod_proxy_balancer: Fix handling of lbset for non-seq config'ed clusters: Trunk version of patch: @@ -112,6 +107,24 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://people.apache.org/~jim/patches/httpd-2.2-lbset.patch +1: jim, rpluem, jfclere + * mod_ssl: Add SSLProxyCheckPeerExpire and SSLProxyCheckPeerCN directives + to enable stricter checking of remote server certificates. + Trunk version of patch: + http://svn.apache.org/viewvc?rev=760866&view=rev + Backport version for 2.2.x of patch: + http://people.apache.org/~rpluem/patches/SSLProxyCheckPeer.diff + +1: rpluem, jim, jfclere + + * mod_proxy_ajp: Check more strictly that the backend follows the AJP protocol. + Trunk version of patch: + http://svn.apache.org/viewvc?rev=764239&view=rev + Backport version for 2.2.x of patch: + Trunk version of patch works + +1: rpluem, jim, jfclere + +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). @@ -145,22 +158,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: Trunk version of patch works +1: rpluem, jim - * mod_ssl: Add SSLProxyCheckPeerExpire and SSLProxyCheckPeerCN directives - to enable stricter checking of remote server certificates. - Trunk version of patch: - http://svn.apache.org/viewvc?rev=760866&view=rev - Backport version for 2.2.x of patch: - http://people.apache.org/~rpluem/patches/SSLProxyCheckPeer.diff - +1: rpluem, jim, jfclere - - * mod_proxy_ajp: Check more strictly that the backend follows the AJP protocol. - Trunk version of patch: - http://svn.apache.org/viewvc?rev=764239&view=rev - Backport version for 2.2.x of patch: - Trunk version of patch works - +1: rpluem, jim, jfclere - - PATCHES/ISSUES THAT ARE STALLED * mod_ssl: Add server name indication (RFC 4366) support (PR 34607).