From: Daniel Gruno Date: Fri, 19 Apr 2013 05:50:29 +0000 (+0000) Subject: vote + promote X-Git-Tag: 2.2.25~84 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55be9d210461d210201d352bdee32534a7589040;p=thirdparty%2Fapache%2Fhttpd.git vote + promote git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1469707 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 94e97c1b951..a9a1d05d905 100644 --- a/STATUS +++ b/STATUS @@ -100,6 +100,15 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + + + * mod_ssl: Quiet FIPS mode weak keys disabled and FIPS not selected emits + in the error log to debug level. [William Rowe] + trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1447993 + 2.4.x patch: trunk patch applies. + 2.2.x patch: http://people.apache.org/~wrowe/httpd-2.2-quiet-fips.patch + +1: wrowe, druggeri, kbrand + PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -179,12 +188,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: now it uses a static which is verboten in reentrant code.) kudos for using apr_tokenize_to_argv to allow spaces in args. - * mod_ssl: Quiet FIPS mode weak keys disabled and FIPS not selected emits - in the error log to debug level. [William Rowe] - trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1447993 - 2.4.x patch: trunk patch applies. - 2.2.x patch: http://people.apache.org/~wrowe/httpd-2.2-quiet-fips.patch - +1: wrowe, druggeri, kbrand * mod_proxy_balancer: Add failontimeout parameter. Timeout will put worker in error state if an IO timeout is detected. @@ -197,7 +200,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: PR: 51489 51982 Backport of r1386576, r1386578 attached to 51982 https://issues.apache.org/bugzilla/attachment.cgi?id=30179&action=diff - +1: wrowe, druggeri + +1: wrowe, druggeri, humbedooh * mod_ssl: Catch missing, mismatched or encrypted client cert/key pairs with SSLProxyMachineCertificateFile/Path directives. PR 52212, PR 54698.