You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2017/03/23 14:39:13 UTC

svn commit: r1788257 - /httpd/httpd/branches/2.4.x/STATUS

Author: wrowe
Date: Thu Mar 23 14:39:13 2017
New Revision: 1788257

URL: http://svn.apache.org/viewvc?rev=1788257&view=rev
Log:
Multiple comments

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1788257&r1=1788256&r2=1788257&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Thu Mar 23 14:39:13 2017
@@ -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