You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2010/05/19 23:15:05 UTC

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

Author: jorton
Date: Wed May 19 21:15:05 2010
New Revision: 946402

URL: http://svn.apache.org/viewvc?rev=946402&view=rev
Log:
Reviewed & backported.

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=946402&r1=946401&r2=946402&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Wed May 19 21:15:05 2010
@@ -134,14 +134,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
    sf:        Couldn't the linux 2.4 bug be worked around by calling access
               twice? Once with R_OK and once with X_OK.
 
-  * mod_ssl: modules/ssl/ssl_engine_init.c (ssl_init_ctx_cleanup_proxy):
-    Unset pkp->certs pointer after freeing the array; fixes segfault at
-    startup if the certs are shared across >1 server_rec.
-    Trunk patch: http://svn.apache.org/viewvc?rev=417988&view=rev
-    2.2.x patch: Trunk patch works
-    (Original patch by jorton)
-    +1: minfrin, rjung
-
   * mod_log_config: Make ${cookie}C correctly match whole cookie names
     instead of substrings.
     PR: 28037