You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by co...@apache.org on 2017/01/07 02:16:21 UTC

svn commit: r1777746 - /httpd/httpd/branches/2.2.x/STATUS

Author: covener
Date: Sat Jan  7 02:16:21 2017
New Revision: 1777746

URL: http://svn.apache.org/viewvc?rev=1777746&view=rev
Log:
vote/promote


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

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=1777746&r1=1777745&r2=1777746&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Sat Jan  7 02:16:21 2017
@@ -99,6 +99,9 @@ CURRENT RELEASE NOTES:
 
 RELEASE SHOWSTOPPERS:
 
+PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
+  [ start all new proposals below, under PATCHES PROPOSED. ]
+
   *) mod_proxy: Correctly consider error response codes by the backend when
      processing failonstatus. PR 59869
       Trunk version of patch:
@@ -107,10 +110,25 @@ RELEASE SHOWSTOPPERS:
          http://svn.apache.org/r1756562
       Backport version for 2.2.x of patch:
          http://home.apache.org/~ylavic/patches/httpd-2.2.x-r1753592.patch
-      +1: ylavic, wrowe
+      +1: ylavic, wrowe, covener
 
-PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
-  [ start all new proposals below, under PATCHES PROPOSED. ]
+  *) mod_proxy: Play/restore the TLS-SNI on new backend connections which
+     had to be issued because the remote closed the previous/reusable one
+     during idle (keep-alive) time.
+     trunk patch: http://svn.apache.org/r1729826
+                  http://svn.apache.org/r1729847
+                  http://svn.apache.org/r1732986
+                  http://svn.apache.org/r1733056
+     2.4.x patch: http://svn.apache.org/r1733474
+     2.2.x patch: http://home.apache.org/~ylavic/patches/httpd-2.2.x-mod_proxy-SNI_reuse.patch
+     +1: ylavic, wrowe, covener
+
+  *) mod_proxy: Use the correct server name for SNI in case the backend
+     SSL connection itself is established via a proxy server.  PR 57139
+     trunk patch: http://svn.apache.org/r1634120
+     2.4.x patch: http://svn.apache.org/r1673941
+     2.2.x patch: trunk works (modulo CHANGES)
+     +1: ylavic, wrowe, covener
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -131,24 +149,8 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      Delta to proposed patch: http://home.apache.org/~ylavic/patches/mod_proxy_connect-id30144_vs_r1670324.diff
      2.2.x Proposed Patch:    http://home.apache.org/~ylavic/patches/httpd-2.2.x-mod_proxy_connect-transfer.patch
      +1: wrowe, ylavic
+     covener: this is an awful lot of code for 2.2 for something that has just never worked.
 
-  *) mod_proxy: Play/restore the TLS-SNI on new backend connections which
-     had to be issued because the remote closed the previous/reusable one
-     during idle (keep-alive) time.
-     trunk patch: http://svn.apache.org/r1729826
-                  http://svn.apache.org/r1729847
-                  http://svn.apache.org/r1732986
-                  http://svn.apache.org/r1733056
-     2.4.x patch: http://svn.apache.org/r1733474
-     2.2.x patch: http://home.apache.org/~ylavic/patches/httpd-2.2.x-mod_proxy-SNI_reuse.patch
-     +1: ylavic, wrowe
-
-  *) mod_proxy: Use the correct server name for SNI in case the backend
-     SSL connection itself is established via a proxy server.  PR 57139
-     trunk patch: http://svn.apache.org/r1634120
-     2.4.x patch: http://svn.apache.org/r1673941
-     2.2.x patch: trunk works (modulo CHANGES)
-     +1: ylavic, wrowe
 
   *) http: allow folding in check_headers(), still compliant with RFC 7230 (3.2.4).
      trunk patch: http://svn.apache.org/r1777460
@@ -156,9 +158,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: N/A
      2.2.x patch: http://home.apache.org/~ylavic/patches/httpd-2.2.x-r1777460-v3.patch
                   (needed because of s/APLOGNO//)
-     +1: ylavic
-     covener: APR_ARRAY_IDX is apr-1.4 only (noticed on $BIGCO legacy stack)
-     ylavic: changed (open coded) in v3
+     +1: ylavic, covener
 
 PATCHES/ISSUES THAT ARE STALLED