From: Sander Temme Date: Tue, 9 Sep 2008 15:09:37 +0000 (+0000) Subject: Propose backport of OpenSSL dynamic locking upcall patch X-Git-Tag: 2.2.10~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ea47658fbb28cf032168a9e64c16c7c88b0810e;p=thirdparty%2Fapache%2Fhttpd.git Propose backport of OpenSSL dynamic locking upcall patch git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@693482 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 634e4ffa067..735731817f6 100644 --- a/STATUS +++ b/STATUS @@ -214,6 +214,18 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://people.apache.org/~covener/2.2.x-auth_alias_digest.diff +1: covener + * mod_ssl: implement dynamic mutex callbacks for OpenSSL. This + locking infrastructure is currently only used by the chil plugin, + and this plugin won't load into OpenSSL 0.9.8 if these upcalls + aren't set. OpenSSL may start using dynamic locks in more places + in the future and with this patch, Apache 2.2.x is ready for that. + Trunk version of patch: + http://svn.apache.org/viewvc?rev=687550&view=rev + http://svn.apache.org/viewvc?rev=687819&view=rev + Single patch against branches/2.2.x: + http://people.apache.org/~sctemme/httpd-2.2.x-ssl-upcalls.diff + +1: + PATCHES/ISSUES THAT ARE STALLED * beos MPM: Create pmain pool and run modules' child_init hooks when