]> granicus.if.org Git - apache/commitdiff
Wondering why the obstruction?
authorJim Jagielski <jim@apache.org>
Thu, 16 Feb 2017 18:43:27 +0000 (18:43 +0000)
committerJim Jagielski <jim@apache.org>
Thu, 16 Feb 2017 18:43:27 +0000 (18:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1783271 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index ca2926a6768cbd0177a866fda873ff5c53682758..7ab0ab8bd2c14e6f59f821664e5bc5adf82ba619 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -153,24 +153,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4 patch: trunk works (modulo CHANGES)
      +1: elukey, jim
 
-  *) mod_remoteip: Add PROXY protocol support
-     trunk patch: http://svn.apache.org/r1776575
-                  http://svn.apache.org/r1776578 (doc fix)
-                  http://svn.apache.org/r1776627 (shortened name + doc fix)
-                  http://svn.apache.org/r1776674 (attribution moved to CHANGES)
-                  http://svn.apache.org/r1776740 (attribution updated in mod_remotip.c)
-                  http://svn.apache.org/r1778268 (fix compiler warning)
-                  http://svn.apache.org/r1780725 (set buckets aside)
-                  http://svn.apache.org/r1781030 (fix strict GCC warning)
-                  http://svn.apache.org/r1781031 (reference the filter by handle)
-                  http://svn.apache.org/r1781701 (rework optional processing case)
-     2.4 convenience patch (includes CHANGES):
-                  http://people.apache.org/~druggeri/patches/RemoteIPProxyProtocol.2.4.x.patch
-     +1: druggeri, jim
-     -1: wrowe (as noted on list, not limiting to inbound primary pre_conn
-                scope correctly; lots of redundant code happpening per-request
-                for a per-connection behavior. Investigating further.)
-
   *) mod_brotli: Backport of mod_brotli filter
      trunk patch: http://svn.apache.org/r1761714
                   http://svn.apache.org/r1762512
@@ -180,6 +162,11 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: http://home.apache.org/~jim/patches/brotli-2.4.patch
      +1: jim, jorton,
      -1: wrowe (Premature, waiting on github.com/google/brotli stable release)
+         jim asks: How long do you propose we wait on this?? Not sure why
+                   this is handled differently than OpenSSL 0.9.7 and APR
+                   0.9 was... What is wrong with releasing this with
+                   the caveat that it is dependent on a "still-in-work"
+                   library??
      jailletc36: doc should also be back-ported (r1779091 + r1779699)
 
   *) mod_ssl: work around leaks on (graceful) restart.
@@ -220,6 +207,24 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entried should be added at the START of the list ]
 
+  *) mod_remoteip: Add PROXY protocol support
+     trunk patch: http://svn.apache.org/r1776575
+                  http://svn.apache.org/r1776578 (doc fix)
+                  http://svn.apache.org/r1776627 (shortened name + doc fix)
+                  http://svn.apache.org/r1776674 (attribution moved to CHANGES)
+                  http://svn.apache.org/r1776740 (attribution updated in mod_remotip.c)
+                  http://svn.apache.org/r1778268 (fix compiler warning)
+                  http://svn.apache.org/r1780725 (set buckets aside)
+                  http://svn.apache.org/r1781030 (fix strict GCC warning)
+                  http://svn.apache.org/r1781031 (reference the filter by handle)
+                  http://svn.apache.org/r1781701 (rework optional processing case)
+     2.4 convenience patch (includes CHANGES):
+                  http://people.apache.org/~druggeri/patches/RemoteIPProxyProtocol.2.4.x.patch
+     +1: druggeri, jim
+     -1: wrowe (as noted on list, not limiting to inbound primary pre_conn
+                scope correctly; lots of redundant code happpening per-request
+                for a per-connection behavior. Investigating further.)
+
   *) mod_ssl: Return 502 instead of 500 when SSL peer check or 
      proxy_post_handshake hook fails. 
      Trunk patch: r1645529 (works)