From: Graham Leggett Date: Fri, 16 Feb 2018 13:02:07 +0000 (+0000) Subject: Update proposal. X-Git-Tag: 2.4.30~38 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a2dffeb814f87066bbe6ae57069b20bc441ff0b7;p=apache Update proposal. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1824462 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index d60f484909..a19d2a8b36 100644 --- 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.