]> granicus.if.org Git - apache/commitdiff
Update proposal.
authorGraham Leggett <minfrin@apache.org>
Fri, 16 Feb 2018 13:02:07 +0000 (13:02 +0000)
committerGraham Leggett <minfrin@apache.org>
Fri, 16 Feb 2018 13:02:07 +0000 (13:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1824462 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index d60f484909f1237d1e916471c95e73b7ca09ff04..a19d2a8b36b3151b7aa5ad1bd56e472ac070692b 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -125,14 +125,13 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   *) mod_proxy: Provide an RFC1035 compliant version of the hostname in the
      proxy_worker_shared structure. PR62085
      trunk patch: http://svn.apache.org/r1824176
-     2.4.x patch: https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/proxy-rfc1035-hostname.diff
      +1: minfrin, jim, 
      jailletc36: is message 010118 still needed? Or at least mitigated with
                  something like: "for third party proxy module usage only"?
                  Also, does it require a ap_mmn.h update?
-     rpluem: Patch failed:
-     Hunk #3 FAILED at 400.
-     1 out of 3 hunks FAILED -- saving rejects to file modules/proxy/mod_proxy.h.rej
+     minfrin: message 010118 toned down, MMN bump updated, clash with r1823482 resolved
+                  http://svn.apache.org/r1824460
+     2.4.x patch: https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/proxy-rfc1035-hostname-v2.diff
 
   *) core: For consistency, ensure that read lines are NUL terminated on any
      error, not only on buffer full.