Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 75043 invoked from network); 11 Feb 2011 12:16:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Feb 2011 12:16:26 -0000 Received: (qmail 61413 invoked by uid 500); 11 Feb 2011 12:16:26 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 61208 invoked by uid 500); 11 Feb 2011 12:16:24 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 61200 invoked by uid 99); 11 Feb 2011 12:16:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Feb 2011 12:16:23 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Feb 2011 12:16:22 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 82B9423888FE; Fri, 11 Feb 2011 12:16:02 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1069767 - /httpd/httpd/branches/2.2.x/STATUS Date: Fri, 11 Feb 2011 12:16:02 -0000 To: cvs@httpd.apache.org From: rpluem@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110211121602.82B9423888FE@eris.apache.org> Author: rpluem Date: Fri Feb 11 12:16:02 2011 New Revision: 1069767 URL: http://svn.apache.org/viewvc?rev=1069767&view=rev Log: * Promote Modified: httpd/httpd/branches/2.2.x/STATUS Modified: httpd/httpd/branches/2.2.x/STATUS URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=1069767&r1=1069766&r2=1069767&view=diff ============================================================================== --- httpd/httpd/branches/2.2.x/STATUS (original) +++ httpd/httpd/branches/2.2.x/STATUS Fri Feb 11 12:16:02 2011 @@ -90,6 +90,26 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + * suEXEC: Add Suexec directive to disable suEXEC without renaming the + binary (Suexec Off), or force startup failure if suEXEC is required + but not supported (Suexec On). + Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1033519 + Simpler 2.2.x patch: http://people.apache.org/~trawick/suexec-2.2.txt + (unlike trunk, a) doesn't cause startup to fail if SuexecUserGroup + coded but suEXEC disabled, and b) doesn't add field to unixd structure + with reason string for why suEXEC is disabled) + Plz consider where doc for directive should go. Patch has it in core, as + enabling/disabling the basic capability is not split out into mod_unixd 2.2.x. + +1: trawick, covener, wrowe + + * mod_proxy_http: Become aware of ssl handshake failures when attempting + to pass request. Makes it so workers are put in error state when a + handshake failure is encountered. + PR50332 + Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1039304 + http://svn.apache.org/viewvc?view=revision&revision=1053584 + 2.2.x patch: https://issues.apache.org/bugzilla/attachment.cgi?id=26450 + +1: rpluem, jim, wrowe PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -164,27 +184,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: rpluem says: Mind to update the 2.2.x version of the patch with r1052224, r1052314, r1055246 and r1055570 (Comment fix by Jim)? - * suEXEC: Add Suexec directive to disable suEXEC without renaming the - binary (Suexec Off), or force startup failure if suEXEC is required - but not supported (Suexec On). - Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1033519 - Simpler 2.2.x patch: http://people.apache.org/~trawick/suexec-2.2.txt - (unlike trunk, a) doesn't cause startup to fail if SuexecUserGroup - coded but suEXEC disabled, and b) doesn't add field to unixd structure - with reason string for why suEXEC is disabled) - Plz consider where doc for directive should go. Patch has it in core, as - enabling/disabling the basic capability is not split out into mod_unixd 2.2.x. - +1: trawick, covener, wrowe - - * mod_proxy_http: Become aware of ssl handshake failures when attempting - to pass request. Makes it so workers are put in error state when a - handshake failure is encountered. - PR50332 - Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1039304 - http://svn.apache.org/viewvc?view=revision&revision=1053584 - 2.2.x patch: https://issues.apache.org/bugzilla/attachment.cgi?id=26450 - +1: rpluem, jim, wrowe - * core: Add NoDecode option to AllowEncodedSlashes to turn off decoding of encoded slashes in path info. (This is already the behavior of AllowEncodedSlashes On in trunk.)