]> granicus.if.org Git - apache/blobdiff - STATUS
Revive stalled work with comments addressed, resetting votes.
[apache] / STATUS
diff --git a/STATUS b/STATUS
index d139b41437f8be02e45365e4fd2130f61ff99db7..6e8de3d1dae909641e012975b2fb6b0a3d52c8f6 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -112,14 +112,6 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-  *) mod_ssl: Add SSLOCSPProxyURL to add the possibility to do all queries
-     to OCSP responders through a HTTP proxy.
-     Trunk version of patch:
-         http://svn.apache.org/r1726881
-         http://svn.apache.org/r1727111
-     Backport version for 2.4.x of patch:
-         Trunk version of patch works modulo CHANGES
-     +1: rpluem, jim, ylavic
 
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -202,7 +194,8 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      trunk patch: http://svn.apache.org/r1729826
                   http://svn.apache.org/r1729847
                   http://svn.apache.org/r1732986
-     2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-mod_proxy-SNI_reuse.patch
+                  http://svn.apache.org/r1733056
+     2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-mod_proxy-SNI_reuse-v2.patch
      +1: ylavic
 
   *) core: Fix a bug in <UnDefine ...> directive processing. When used, the
@@ -213,20 +206,16 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
          Trunk version of patch works (modulo CHNAGES)
      +1: jailletc36
 
+   * prefork: Fix crash in ap_mpm_pod_check call caused by NULL dereference of
+           its parameter when starting httpd as single process (httpd -X).
+     trunk patch: http://svn.apache.org/r1711479
+                  http://svn.apache.org/r1733064
+                  http://svn.apache.org/r1733068
+     2.4.x patch: http://people.apache.org/~ylavic/httpd-2.4.x-prefork-ONE_PROCESS_POD.patch
+     +1: ylavic
 
-PATCHES/ISSUES THAT ARE BEING WORKED
 
-   * core: Fix crash in ap_mpm_pod_check call caused by NULL dereference of
-          its parameter when starting httpd as single process (httpd -X).
-     trunk patch: http://svn.apache.org/r1711479
-     2.4.x patch: trunk works
-     +1: jkaluza, jim
-     minfrin: Needs extra parens to suppress a warning:
-              prefork.c:1319:16: note: place parentheses around the assignment
-              to silence this warning
-     jailletc36: This has been done in r1711919
-     ylavic: Also, I don't think the changes on worker/event are needed,
-             only prefork requires the accept mutex in ONE_PROCESS mode.
+PATCHES/ISSUES THAT ARE BEING WORKED
 
   *) http: Don't remove the Content-Length of zero from a HEAD response if
      it comes from an origin server, module or script. Allow the previous