From: William A. Rowe Jr Date: Thu, 23 Mar 2017 14:39:13 +0000 (+0000) Subject: Multiple comments X-Git-Tag: 2.4.26~236 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a60a93f128259bb139f41691b43750754f5448bd;p=apache Multiple comments git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1788257 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 2a9f5a4f9f..52cf0735c5 100644 --- a/STATUS +++ b/STATUS @@ -173,6 +173,10 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://svn.apache.org/r1781312 2.4.x patch: http://home.apache.org/~ylavic/patches/httpd-2.4.x-mod_ssl-restart_leaks-v2.patch +1: ylavic, jim + -1: wrowe - FIPS_mode_set(0) breaks FIPS policy and should be a noop, AIUI? + (FIPS_mod_set(1) is per-process, but if openssl has been unloaded, + unloaded, then it is obviously repeated on reload. Perhaps dodge the + second mode set with linked-in mod_ssl?) *) mod_proxy_hcheck: Don't validate timed out responses. trunk patch: http://svn.apache.org/r1779574 @@ -188,6 +192,8 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://svn.apache.org/r1783305 2.4.x patch: http://people.apache.org/~jfclere/patches/patch.46037.txt +1: jfclere, jim + wrowe asks: Can we capitalize Verify in SSLOCSPNoverify to keep + with conventions? *) mod_cache: Fix a regression in 2.4.25 for the forward proxy case by computing and using the same entity key according to when the cache @@ -215,6 +221,8 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://svn.apache.org/r1787553 2.4.x patch: trunk works +1 covener + wrowe notes: strncasecmp copy-paste error (should be strcasecmp), the + strn flavor was only for 'flag=' prefixes *) mod_proxy: Allow the per-request environment variable "no-proxy" to be used as an alternative to ProxyPass /path !. This is primarily @@ -230,12 +238,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: PR60624. trunk patch: http://svn.apache.org/r1780095 2.4.x patch: trunk works - +1: covener + +1: covener, wrowe *) core: EBCDIC fixes for interim responses with additional headers. trunk patch: http://svn.apache.org/r1777354 2.4.x patch: http://people.apache.org/~covener/patches/ebcdic-interim.diff - +1: covener + +1: covener, wrowe *) core: Add %{REMOTE_PORT} to the expression parser. PR59938 trunk patch: http://svn.apache.org/r1776459