You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sc...@apache.org on 2007/04/05 08:00:16 UTC

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

Author: sctemme
Date: Wed Apr  4 23:00:16 2007
New Revision: 525712

URL: http://svn.apache.org/viewvc?view=rev&rev=525712
Log:
Propose backport of hardware SSL fix

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?view=diff&rev=525712&r1=525711&r2=525712
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Wed Apr  4 23:00:16 2007
@@ -100,6 +100,15 @@
 
 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: