]> granicus.if.org Git - apache/commitdiff
Vote and promote
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 27 May 2015 15:36:52 +0000 (15:36 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 27 May 2015 15:36:52 +0000 (15:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1682059 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 254bed75fb06dd2b92a4bf3da223be7c6c41d7dc..71a0d56b70ae96591176789adcf36577b3604150 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -105,6 +105,12 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) mod_ssl: fix small memory leak in ssl_init_server_certs when ECDH is used.
+     SSL_CTX_set_tmp_ecdh increases reference count, so we have to call
+     EC_KEY_free, otherwise eckey will not be freed.
+     trunk patch: http://svn.apache.org/r1666363
+     2.4.x patch: http://people.apache.org/~rjung/patches/httpd-2.4.x-free-eckey.patch
+     +1: rjung, ylavic, wrowe
 
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -225,13 +231,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk patch works
      +1: jailletc36
 
-  *) mod_ssl: fix small memory leak in ssl_init_server_certs when ECDH is used.
-     SSL_CTX_set_tmp_ecdh increases reference count, so we have to call
-     EC_KEY_free, otherwise eckey will not be freed.
-     trunk patch: http://svn.apache.org/r1666363
-     2.4.x patch: http://people.apache.org/~rjung/patches/httpd-2.4.x-free-eckey.patch
-     +1: rjung, ylavic
-
   *) mod_ssl: add ALPN support by allowing other modules to register callbacks
               for negotiation of the application layer protocol.  PR 52210.
      trunk patch: http://svn.apache.org/r1332643