From: Gregg Lewis Smith Date: Mon, 15 Jun 2015 01:18:43 +0000 (+0000) Subject: vote/promote SSLCertificateChainFile depreciation noise restraint X-Git-Tag: 2.4.15~38 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=44e102dbc5071c4217ddffdb73a70dcb9b997007;p=apache vote/promote SSLCertificateChainFile depreciation noise restraint git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1685493 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 56737ef3c8..60f192e5ed 100644 --- a/STATUS +++ b/STATUS @@ -107,6 +107,15 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + *) mod_ssl: Warn about deprecated SSLCertificateChainFile once at startup, + on first usage only. + trunk patch: http://svn.apache.org/r1685052 + http://svn.apache.org/r1685078 + http://svn.apache.org/r1685097 + 2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-deprecated_SSLCertificateChainFile_once.patch + trunk works (modulo CHANGES, above is a review patch only) + +1: ylavic, trawick, gsmith + PATCHES PROPOSED TO BACKPORT FROM TRUNK: @@ -199,15 +208,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: trunk works (modulo CHANGES) +1: ylavic - *) mod_ssl: Warn about deprecated SSLCertificateChainFile once at startup, - on first usage only. - trunk patch: http://svn.apache.org/r1685052 - http://svn.apache.org/r1685078 - http://svn.apache.org/r1685097 - 2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-deprecated_SSLCertificateChainFile_once.patch - trunk works (modulo CHANGES, above is a review patch only) - +1: ylavic, trawick - *) core: Allow spaces after chunk-size for compatibility with implementations using a pre-filled buffer, and log parsing failures at level INFO. trunk patch: http://svn.apache.org/r1685339