]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Reviewed & backported.
authorJoe Orton <jorton@apache.org>
Wed, 19 May 2010 21:15:05 +0000 (21:15 +0000)
committerJoe Orton <jorton@apache.org>
Wed, 19 May 2010 21:15:05 +0000 (21:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@946402 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index d52926531e51613fdab266cc07354e9af944f819..3b0c6854ef7a7e7ad6bc842ae5dc2143fb77ed40 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -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