]> granicus.if.org Git - apache/commitdiff
Votes + 2.4.x patch for mod_deflate reentrance bundle.
authorYann Ylavic <ylavic@apache.org>
Wed, 14 May 2014 09:47:57 +0000 (09:47 +0000)
committerYann Ylavic <ylavic@apache.org>
Wed, 14 May 2014 09:47:57 +0000 (09:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1594526 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index e1e09677f0a714dc1c09c8b1e5a6d8ac4d24ad5a..4a6864d6121963597475dcf3fe7276c4612b7461 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -100,6 +100,22 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+   * mod_alias: Stop setting context document root for AliasMatch.
+     trunk patch: http://svn.apache.org/r1583175
+                  http://svn.apache.org/r1593745
+     2.4.x patch: http://people.apache.org/~covener/patches/httpd-2.4.x-aliasmatch_contextinfo.diff
+     +1 covener, jim, ylavic
+
+   * mod_proxy_fcgi: remove wasted memset() calls and other historical bits
+     trunk patch: http://svn.apache.org/r1591472
+     2.4.x patch: trunk patch works
+     +1: trawick, jim, ylavic
+
+   * mod_authn_socache: fix logging of bugus rv in r1576233 (now in 2.4.x)
+     trunk patch: http://svn.apache.org/r1583007
+     2.4.x patch: trunk patch works
+     +1: trawick, jim, ylavic
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -134,11 +150,13 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                   https://svn.apache.org/r1587594
                   https://svn.apache.org/r1587639
                   https://svn.apache.org/r1590509
-     2.4.x patch: trunk works
+     2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-mod_deflate_reentrant.patch
      +1: ylavic
-     -0: jim (having a hard time applying all the above w/o conflicts)
      ylavic: does not depend on r1572092 above or r1572896 and al below,
              these proposals can be backported in any order.
+     -0: jim (having a hard time applying all the above w/o conflicts)
+     ylavic: I don't have any conflict here but with r1586745 regarding
+             docs/log-message-tags. BTW 2.4.x patch provided above.
 
    * mod_deflate: Don't fail when asked to flush inflated data to the user-agent
                   and that coincides with the end of stream ("Zlib error flushing
@@ -163,12 +181,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      -1: covener would rather take this oppty to remove it from AliasMatch, the
          prefix and docroot don't make sense. See next proposal.
 
-   * mod_alias: Stop setting context document root for AliasMatch.
-     trunk patch: http://svn.apache.org/r1583175
-                  http://svn.apache.org/r1593745
-     2.4.x patch: http://people.apache.org/~covener/patches/httpd-2.4.x-aliasmatch_contextinfo.diff
-     +1 covener, jim
-
    * mod_ssl: Add SSLOCSPUseRequestNonce directive to control whether or not
      OCSP requests should use a nonce to be checked against the responder's
      one. PR 56233.
@@ -199,16 +211,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk patch works modulo CHANGES
      +1: ylavic, jim
 
-   * mod_proxy_fcgi: remove wasted memset() calls and other historical bits
-     trunk patch: http://svn.apache.org/r1591472
-     2.4.x patch: trunk patch works
-     +1: trawick, jim
-
-   * mod_authn_socache: fix logging of bugus rv in r1576233 (now in 2.4.x)
-     trunk patch: http://svn.apache.org/r1583007
-     2.4.x patch: trunk patch works
-     +1: trawick, jim
-
 OTHER PROPOSALS
 
    * A list of further possible backports can be found at: