]> granicus.if.org Git - apache/blobdiff - STATUS
Propose r1684636.
[apache] / STATUS
diff --git a/STATUS b/STATUS
index 9abcdfa6536066af81ee654e629b0295474db6a5..e2ee11f03b1c44652bd48396799f8d8890f59469 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -35,7 +35,7 @@ Release history:
           while x.{even}.z versions are Stable/GA releases.]
 
     2.4.26  : In development.
-    2.4.25  : Tagged on December 16, 2016.
+    2.4.25  : Tagged on December 16, 2016. Released on December 21, 2016.
     2.4.24  : Tagged on December 16, 2016, not released.
     2.4.23  : Tagged on June 30, 2016. Released on July 05, 2016.
     2.4.22  : Tagged on June 20, 2016, not released.
@@ -115,6 +115,19 @@ CURRENT RELEASE NOTES:
 
 RELEASE SHOWSTOPPERS:
 
+  *) 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.
+
+  *) PR 60071: Child httpd processes crash with Segmentation fault
+     trunk patch: http://svn.apache.org/r1779573
+                  http://svn.apache.org/r1779574
+                  http://svn.apache.org/r1779623
+     2.4.x patch: trunk works
+     +1: jim
+
+  *) PR60458: Rip out this regression or fix (TBD)
 
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
@@ -142,40 +155,48 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk works
      +1: ylavic, jim
 
-  *) mod_proxy_express.c: Silence compiler warning
-     "111: warning: 'backend' may be used uninitialized in this function"
-     trunk patch: http://svn.apache.org/r1741570
-     2.4.x patch: trunk works
-     +1: rjung
-
-  *) mod_ssl: Silence compiler warning
-     "686: warning: 'ok' may be used uninitialized in
-     this function"
-     This is a false positive, because the value of "ok"
-     will only be used if stapling_get_cached_response()
-     sets "rsp" to non-NULL in which case it will always
-     have set "ok".
-     trunk patch: http://svn.apache.org/r1775173
-     2.4.x patch: trunk works
-     +1: rjung
-
-  *) core: EBCDIC fix for strict host checking.
-     trunk patch: http://svn.apache.org/r1775199
-     2.4.x patch: trunk work + CHANGES
-     +1: covener
-
-  *) mod_http: Optimize bad headers handling workflow
-     Trunk version of patch:
-      http://svn.apache.org/r1775195
-     Backport version for 2.4.x of patch:
-      Trunk version of patch works
-     +1: rpluem,
-
-  *) util_fcgi: Fix crash with empty-valued envvars. PR60275
-     trunk patch: http://svn.apache.org/r1775487.
+  *) mod_proxy_fcgi: Return HTTP 504 rather than 503 in case of proxy timeout.
+     trunk patch: http://svn.apache.org/r1775858
+     2.4 patch: trunk works (modulo CHANGES)
+     +1: elukey
+
+  *) mod_remoteip: Add PROXY protocol support
+     trunk patch: http://svn.apache.org/r1776575
+                  http://svn.apache.org/r1776578 (doc fix)
+                  http://svn.apache.org/r1776627 (shortened name + doc fix)
+                  http://svn.apache.org/r1776674 (attribution moved to CHANGES)
+                  http://svn.apache.org/r1776740 (attribution updated in mod_remotip.c)
+     2.4 patch (includes CHANGES):
+                  http://people.apache.org/~druggeri/patches/RemoteIPProxyProtocol.2.4.x.patch
+     +1: druggeri, jim
+
+  *) mod_filter: AddOutputFilterByType should use underlying filters type, not just
+     AP_FTYPE_CONTENT_SET.  PR58856
+     trunk patch: http://svn.apache.org/r1726705
      2.4.x patch: trunk works
-     +1 covener
+     +1: covener, jim
 
+  *) mod_watchdog: Use pconf as parent pool so mutexes get cleaned on restarts/reloads
+     and fix leaking sems (https://bugzilla.redhat.com/show_bug.cgi?id=1410883)
+     trunk patch: http://svn.apache.org/r1778319
+                  http://svn.apache.org/r1778331
+     2.4.x patch: trunk works
+     +1: jim
+
+  *) mod_brotli: Backport of mod_brotli filter
+     trunk patch: http://svn.apache.org/r1761714
+                  http://svn.apache.org/r1762512
+                  http://svn.apache.org/r1762515
+                  http://svn.apache.org/r1771791
+                  http://svn.apache.org/r1779077
+     2.4.x patch: http://home.apache.org/~jim/patches/brotli-2.4.patch
+     +1: jim
+
+  *) mod_auth_digest: Use anonymous shm by default, fall back on name-based
+     trunk patch: http://svn.apache.org/r1684636
+     2.4.x patch: trunk works (needs CHANGES, ref PR 54622)
+     +1: jorton, 
+     
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entried should be added at the START of the list ]
 
@@ -267,15 +288,26 @@ PATCHES/ISSUES THAT ARE BEING WORKED
          (& also, making the structure change with apr-util version
          means it breaks binary compat across an apr-util upgrade?)
 
-  * mod_auth_digest: Reduce severity from NOTICE to DEBUG this 
-    once-per-restart msg (I guess the concern was that the RNG
-    could block after this message)
-
-      AH01757: generating secret for digest authentication ...
+   * Support PCRE2 (10.x) in place of PCRE (8.x).
+     Submitted by: wrowe, Petr Pisar [ppisar redhat.com]
+     trunk patches:
+         http://svn.apache.org/r1773454
+         http://svn.apache.org/r1773741
+         http://svn.apache.org/r1773742
+         http://svn.apache.org/r1773839
+         http://svn.apache.org/r1773870
+         http://svn.apache.org/r1773882
+     wrowe notes that the current code is too inefficient, owing to the fact
+     that the ovector is a required allocation and is no longer allocated on
+     the stack, by design. The correct fix is an apr userdata allocation on
+     the appropriate pool, which would be thread-safe, but the actual API of
+     ap_regexec[_len]() offers us no pool. We cannot associate that pool with
+     the ap_regex_t, because a single regex may be used by many threads in
+     parallel and is not thread-safe beyond initialization.
+     So the only fix allowing us to use PCRE 10 in httpd 2.4 would be to write
+     this as a thread safe storage buffer for the majority of cases (<10 $args)
+     and we don't have a portable tls mechanism to do so.
 
-    trunk patch: This was fixed in trunk as a trivial part of http://svn.apache.org/r1492395
-    2.4.x patch: Just change the loglevel to DEBUG.
-    +1 covener
 
 PATCHES/ISSUES THAT ARE STALLED