You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2016/06/06 18:33:28 UTC

svn commit: r1747050 - /httpd/httpd/branches/2.4.x/STATUS

Author: rpluem
Date: Mon Jun  6 18:33:28 2016
New Revision: 1747050

URL: http://svn.apache.org/viewvc?rev=1747050&view=rev
Log:
* Vote and promote

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1747050&r1=1747049&r2=1747050&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Mon Jun  6 18:33:28 2016
@@ -130,7 +130,21 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
      trunk patch: http://svn.apache.org/r1744206
      2.4.x patch: trunk works
      +1: icing, jim, covener
-   
+
+  *) Correct the behavior and interaction between SSLProxyCheckPeer[CN|Name], 
+     such that disabling either disables both, and that enabling either will
+     trigger the more comprehensive SSLProxyCheckPeerName behavior.
+     Only a single configuration remains to enable the legacy behavior, which is
+     to explicitly disable SSLProxyCheckPeerName and enable SSLProxyCheckPeerCN.
+     2.4.x patch: https://github.com/wrowe/patches/blob/master/fix_proxy_check_peer-2.4.x.patch
+     icing: raw patch version https://raw.githubusercontent.com/wrowe/patches/master/fix_proxy_check_peer-2.4.x.patch
+     +1: wrowe, icing, rpluem
+
+  *) core: improve error message when docroot is unreadable.
+     trunk patch: http://svn.apache.org/r1506474
+     2.4.x patch: trunk works
+     +1: jorton, covener, rpluem
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -222,26 +236,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      +1: gsmith,
      +0: wrowe [I did not observe such issues, and will review the patch/issue]
 
-  *) Correct the behavior and interaction between SSLProxyCheckPeer[CN|Name], 
-     such that disabling either disables both, and that enabling either will
-     trigger the more comprehensive SSLProxyCheckPeerName behavior.
-     Only a single configuration remains to enable the legacy behavior, which is
-     to explicitly disable SSLProxyCheckPeerName and enable SSLProxyCheckPeerCN.
-     2.4.x patch: https://github.com/wrowe/patches/blob/master/fix_proxy_check_peer-2.4.x.patch
-     icing: raw patch version https://raw.githubusercontent.com/wrowe/patches/master/fix_proxy_check_peer-2.4.x.patch
-     +1: wrowe, icing
-
   *) mod_userdir: Constify and save a few bytes in the conf pool when parsing
      "UserDir" directive
      trunk patch: http://svn.apache.org/r1745835
      2.4.x: trunk works
      +1: jailletc36
 
-  *) core: improve error message when docroot is unreadable.
-     trunk patch: http://svn.apache.org/r1506474
-     2.4.x patch: trunk works
-     +1: jorton, covener
-
 PATCHES/ISSUES THAT ARE BEING WORKED
 
   *) http: Don't remove the Content-Length of zero from a HEAD response if