]> granicus.if.org Git - apache/commitdiff
Propose SSLCertificateChainFile deprecation warning proposal.
authorYann Ylavic <ylavic@apache.org>
Tue, 16 Jun 2015 12:03:14 +0000 (12:03 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 16 Jun 2015 12:03:14 +0000 (12:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1685781 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 32600ec159d5191edad378abdde9fd8e52982537..ef476b957090f7d8867b9315db03200f3fd51d97 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -113,6 +113,11 @@ RELEASE SHOWSTOPPERS:
      2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-ap_http_filter_chunked.patch
      +1: ylavic
 
+  *) mod_ssl: Remove deprecated SSLCertificateChainFile warning.
+     trunk patch: http://svn.apache.org/r1685779
+     2.4.x patch: trunk works (modulo CHANGES)
+     +1: ylavic
+
 
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
@@ -121,18 +126,6 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
-  *) mod_ssl: Reduce to informative the log message about deprecated
-     SSLCertificateChainFile, once at startup, for the first usage only,
-     and when "-e info" is used in the command line.
-     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: trawick, gsmith
-     ylavic: self -1 for now since the consensus is to remove
-             the message completely, will make a new proposal.
-
    * mod_proxy: Add ap_proxy_define_match_worker() and use it for ProxyPassMatch
      and ProxyMatch section to distinguish between normal workers and workers
      with regex substitutions in the name. Implement handling of such workers