From: Daniel Ruggeri Date: Sat, 13 Apr 2013 00:13:21 +0000 (+0000) Subject: Updated patch - thanks, Bill X-Git-Tag: 2.2.25~92 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=689dea1da353cff7360d2837b74500cbcc12cf8e;p=thirdparty%2Fapache%2Fhttpd.git Updated patch - thanks, Bill git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1467524 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 3f2e5227ade..a7dcfc9cce8 100644 --- a/STATUS +++ b/STATUS @@ -188,6 +188,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1433478 2.2.x patch: http://people.apache.org/~druggeri/patches/AuthLDAPBindPasswordExec-2.2.patch (20130119 - updated to include minor mmn bump) + (20140412 - updated to not use static var - thx, wrowe) +1: druggeri -1: wrowe (switch to +1 once ap_get_exec_line is made thread-safe, right now it uses a static which is verboten in reentrant code.)