You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jk...@apache.org on 2015/12/15 14:07:41 UTC

svn commit: r1720152 - /httpd/httpd/branches/2.2.x/STATUS

Author: jkaluza
Date: Tue Dec 15 13:07:40 2015
New Revision: 1720152

URL: http://svn.apache.org/viewvc?rev=1720152&view=rev
Log:
Propose r1720129

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=1720152&r1=1720151&r2=1720152&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Tue Dec 15 13:07:40 2015
@@ -176,6 +176,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      ylavic: while at it, I also included r1678763 which is only an
              optimization, but allows to keep code in sync with 2.4/trunk.
 
+  *) mod_ssl: Free dhparams when getting DH params. This fixes issue when
+     SSLCryptoDevice does not get unregistered because of non-zero refcount
+     during the mod_ssl unload happening on httpd startup.
+     trunk patch: http://svn.apache.org/r1720129
+     2.2.x patch: http://jkaluza.fedorapeople.org/httpd-2.2.x-dhparams-free.patch
+     +1: jkaluza
 
 PATCHES/ISSUES THAT ARE STALLED