]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r1676085 from trunk:
authorJim Jagielski <jim@apache.org>
Thu, 7 May 2015 16:26:43 +0000 (16:26 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 7 May 2015 16:26:43 +0000 (16:26 +0000)
consistently output SSLCertificateChainFile deprecation warnings
Submitted by: kbrand
Reviewed/backported by: jim

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1678233 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
STATUS
modules/ssl/ssl_engine_config.c

diff --git a/CHANGES b/CHANGES
index a04c2798c051c13b2d394873bae75a3ec558dc12..9fce9fd41831af50203bb4f0a124948aceadc5d1 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -25,6 +25,10 @@ Changes with Apache 2.4.13
   *) mod_status: Add more data to machine readable server-status produced
      when using the "?auto" query string.  [Rainer Jung]
 
+  *) mod_ssl: make sure to consistently output SSLCertificateChainFile
+     deprecation warnings, when encountered in a VirtualHost block.
+     [Falco Schwarz <hiding falco.me>]
+
   *) Allow FallbackResource to work when a directory is requested and
      there is no autoindex nor DirectoryIndex. 
      [Jack <tjerk.meesters gmail.com>, Eric Covener]
diff --git a/STATUS b/STATUS
index c27575b9907a3e2c9aaf1b8513bdec982c0a6a94..135b91f000b15a3adafc0685e14133ab99c77884 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -105,11 +105,6 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-   * mod_ssl: consistently output SSLCertificateChainFile deprecation warnings
-     trunk patch: https://svn.apache.org/r1676085
-     2.4.x patch: trunk patch works (modulo CHANGES)
-     +1: kbrand, trawick, ylavic
-
   *) mod_proxy_scgi: ProxySCGIInternalRedirect with alternate response header
      trunk patch: 1674510
      2.4.x patch: trunk works (modulo CHANGES)
index b3c05f523c5815caba70413283fb7b4ec87b23bc..0d4e661d5db5286b57e59d8ebf20501e94e80f54 100644 (file)
@@ -854,7 +854,7 @@ const char *ssl_cmd_SSLCertificateChainFile(cmd_parms *cmd,
     SSLSrvConfigRec *sc = mySrvConfig(cmd->server);
     const char *err;
 
-    ap_log_error(APLOG_MARK, APLOG_WARNING|APLOG_STARTUP, 0, cmd->server,
+    ap_log_error(APLOG_MARK, APLOG_WARNING|APLOG_STARTUP, 0, NULL,
                  APLOGNO(02559)
                  "The SSLCertificateChainFile directive (%s:%d) is deprecated, "
                  "SSLCertificateFile should be used instead",