]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Vote, promote.
authorYann Ylavic <ylavic@apache.org>
Fri, 21 Aug 2015 13:51:22 +0000 (13:51 +0000)
committerYann Ylavic <ylavic@apache.org>
Fri, 21 Aug 2015 13:51:22 +0000 (13:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1696992 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 093a5f5deaa391762a63e1915d803671b4d3e14e..4f12f35a7afb01ea461728bd900c4c97f32d05b4 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -103,6 +103,15 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) mod_ssl: Fix spurious errors when loading certificate chain
+     2.2.x uses a home grown version of SSL_CTX_use_certificate_chain_file
+     called SSL_CTX_use_certificate_chain() which also needs the
+     ERR_clear_error() call.
+     See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=794383
+     trunk patch: N/A, but similar to https://svn.apache.org/r1588427
+     2.2.x patch: http://people.apache.org/~sf/SSL_CTX_use_certificate_clear_errors.diff
+     +1: sf, rpluem, ylavic
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -124,16 +133,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
          http://svn.apache.org/r1664709
       Backport version for 2.2.x of patch:
          http://people.apache.org/~rpluem/patches/proxy_race_retry_2.2.x.diff
-      +1: rpluem,
-
-  *) mod_ssl: Fix spurious errors when loading certificate chain
-     2.2.x uses a home grown version of SSL_CTX_use_certificate_chain_file
-     called SSL_CTX_use_certificate_chain() which also needs the
-     ERR_clear_error() call.
-     See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=794383
-     trunk patch: N/A, but similar to https://svn.apache.org/r1588427
-     2.2.x patch: http://people.apache.org/~sf/SSL_CTX_use_certificate_clear_errors.diff
-     +1: sf, rpluem
+      +1: rpluem, ylavic
 
   *) mod_proxy: save DNS lookups
       trunk patch: https://svn.apache.org/viewvc?view=revision&revision=1462269