]> granicus.if.org Git - apache/commitdiff
Multiple comments
authorWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 23 Mar 2017 14:39:13 +0000 (14:39 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Thu, 23 Mar 2017 14:39:13 +0000 (14:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1788257 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 2a9f5a4f9f6b21c9e3e07700b8a9d91c7dc2ed1f..52cf0735c5a4e18433b51a7d8dbc13d0d82c375f 100644 (file)
--- 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