]> granicus.if.org Git - apache/blobdiff - STATUS
Merge r1780328, r1780329, r1781329, r1782164, r1782166, r1782193, r1778350, r1781329...
[apache] / STATUS
diff --git a/STATUS b/STATUS
index aad16f977392a3c600472e6c4851b3037403d980..015316bdcdc94ff967051152c205864f075caf08 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -121,30 +121,21 @@ RELEASE SHOWSTOPPERS:
      2.4.x patch: trunk works (modulo CHANGES)
      +1: ylavic, jim
 
-  *) PR 60576: 2.4.21 broke PHP-FPM with the patch to strip the bogus "proxy://"
-     prefix from SCRIPT_FILENAME. We need to revert to the previous behavior
-     ASAP to avoid any further hurdles with FCGI implementations while we figure
-     this out.
-     trunk patch: http://svn.apache.org/r1780328
-                  http://svn.apache.org/r1780329
-                  http://svn.apache.org/r1781329
-                  http://svn.apache.org/r1782164
-                  http://svn.apache.org/r1782166
-                  http://svn.apache.org/r1782193
-                  http://svn.apache.org/r1778350
-                  http://svn.apache.org/r1781329
-                  http://svn.apache.org/r1782194
-                  http://svn.apache.org/r1782323
-                  http://svn.apache.org/r1782418
-                  http://svn.apache.org/r1782419
-                  http://svn.apache.org/r1782482
-                  http://svn.apache.org/r1782532
-     2.4.x patch: http://home.apache.org/~jim/patches/mod_proxy_fcgi-v3.patch
-     +1: jim, covener
-
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) core: %{DOCUMENT_URI} used in nested SSI expressions should point to the
+     URI originally requsted by the user, not the nested documents URI. This
+     restores the behavior of this variable to match the "legacy" SSI parser.
+     PR60624. 
+     trunk patch: http://svn.apache.org/r1780095
+     2.4.x patch: trunk works
+     +1: covener, wrowe, ylavic
+
+  *) 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, wrowe, ylavic (by inspection)
 
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -163,13 +154,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: http://home.apache.org/~ylavic/patches/httpd-2.4.x-r1740928_and_co-v3.patch
      +1: ylavic
 
-  *) mod_ssl: work around leaks on (graceful) restart.
-     trunk patch: http://svn.apache.org/r1781187
-                  http://svn.apache.org/r1781190
-                  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
-
   *) mod_proxy_hcheck: Don't validate timed out responses.
      trunk patch: http://svn.apache.org/r1779574
                   http://svn.apache.org/r1779623
@@ -184,6 +168,10 @@ 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?
+     ylavic: +1 with http://svn.apache.org/r1788430, fixing the merge of
+             SSLOCSPNoverify and capitalizing as suggested above.
 
   *) 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
@@ -204,18 +192,34 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
            FULL hcheck patch: http://home.apache.org/~jim/patches/httpd2.4-hcheck.patch
            (includes all hcheck related patches, including showstopper)
      +1: jim
+     ylavic: 'tpsize' needs to be reset (to HC_THREADPOOL_SIZE) in pre_config,
+             otherwise if mod_proxy_hcheck is builtin/static and for example
+             ProxyHCTPsize were commented out on restart, we wouldn't use the
+             default value (as expected).
+
+  *) mod_autoindex: Add IndexOptions UseOldDateFormat to allow the date
+     format from 2.2 in the Last Modified column. PR60846.
+     trunk patch: http://svn.apache.org/r1787525
+                  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
+     to set exceptions for ProxyPass specified in <Location> context.
+     trunk patch: http://svn.apache.org/r1781328
+     2.4.x patch: trunk works
+     +1: covener, ylavic
+     jailletc36: compatibility note is missing
+
+  *) core: Add %{REMOTE_PORT} to the expression parser. PR59938
+     trunk patch: http://svn.apache.org/r1776459
+     2.4.x patch: trunk works
+     +1: covener, ylavic
+     jailletc36: compatibility note is missing
 
-  *) Support OpenSSL 1.1.0
-     Apply trunk -> 2.4.x merge branch with the command;
-       svn merge https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x-openssl-1.1.0-compat
-     2.4.x patch of ^ for review: http://people.apache.org/~jorton/httpd-2.4.x-openssl110.patch
-       (N.B. use OpenSSL >= 1.1.0e if running the test suite)
-     +1: wrowe, jorton, 
-
-  *) Don't set SO_REUSEPORT by default.
-     trunk patch: http://svn.apache.org/r1777923
-     2.4.x patch: trunk applies fine
-     +1: jorton, covener, wrowe
 
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entried should be added at the START of the list ]