]> granicus.if.org Git - apache/commitdiff
Vote/promote OCSP fix.
authorYann Ylavic <ylavic@apache.org>
Mon, 8 Dec 2014 14:46:19 +0000 (14:46 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 8 Dec 2014 14:46:19 +0000 (14:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1643829 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index d2055268d003a5c2371d3a86f82a52021ccca7d4..8b857526d561c0c7b7e5bf819966f327c0fe7674 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -104,6 +104,12 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+   * mod_ssl: Fix recognition of OCSP stapling responses that are encoded
+     improperly or too large.
+     trunk patch: http://svn.apache.org/r1641077
+                  http://svn.apache.org/r1641095
+     2.4.x patch: trunk works other than CHANGES
+     +1: trawick, covener, ylavic
 
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -210,13 +216,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk works
      +1 covener
 
-   * mod_ssl: Fix recognition of OCSP stapling responses that are encoded
-     improperly or too large.
-     trunk patch: http://svn.apache.org/r1641077
-                  http://svn.apache.org/r1641095
-     2.4.x patch: trunk works other than CHANGES
-     +1: trawick, covener
-
    * mpm_event: Notify suspend in any case when starting lingering close (blocking),
      and outside the lingering queue's critical section.
      This is a follow up to r1639614 already backported to 2.4.11 as r1642858.