]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Propose backport of hardware SSL fix
authorSander Temme <sctemme@apache.org>
Thu, 5 Apr 2007 06:00:16 +0000 (06:00 +0000)
committerSander Temme <sctemme@apache.org>
Thu, 5 Apr 2007 06:00:16 +0000 (06:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@525712 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index e41d33b9c5ae9a401ed37b3fb667a8659d3393f4..b1a9d05fefcd731180593a52c3d7333db66ab8d0 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -100,6 +100,15 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 
+    * mod_ssl: Move thread locking upcall initialization before
+      hardware library initialization, so hardware library can use
+      these upcalls when run in a threaded MPM. Fixes PR 20951. 
+      Trunk version of patch applies: 
+
+      http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/ssl/ssl_engine_init.c?r1=520701&r2=525709&view=patch
+      
+      +1: sctemme
+
     * mod_proxy_ajp: Fix wrong retry when sending the response failed.
       PR 40310 (The old fix wasn't ok).
       Trunk version of patch: