From: Graham Leggett Date: Thu, 23 May 2013 13:09:24 +0000 (+0000) Subject: Promote, noting wrowe's -1 becoming +1. X-Git-Tag: 2.2.25~57 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebb803e0f547af76f827cbac752b1ff08ed4965a;p=thirdparty%2Fapache%2Fhttpd.git Promote, noting wrowe's -1 becoming +1. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1485688 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index a4dbd659a87..f2c4067de9b 100644 --- a/STATUS +++ b/STATUS @@ -103,6 +103,24 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK: 2.2.x patch: http://people.apache.org/~wrowe/httpd-2.2-quiet-fips.patch +1: wrowe, druggeri, kbrand + * mod_authnz_ldap: Allow using exec: callouts like SSLPassphraseDialog + for AuthLDAPBindPassword. + trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1433478 + http://svn.apache.org/viewvc?view=revision&revision=1467523 + http://svn.apache.org/viewvc?view=revision&revision=1467792 + 2.2.x patch: http://people.apache.org/~druggeri/patches/AuthLDAPBindPasswordExec-2.2.patch + (20130119 - updated to include minor mmn bump) + (20130412 - 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.) + kudos for using apr_tokenize_to_argv to allow spaces in args. + druggeri: This was updated in trunk 1467523/1467792. The 2.2. patch now reflects + the same. + +1: minfrin (including fix for wrowe's issue above) + minfrin: wrowe's -1 switches to +1 as above + + PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -168,22 +186,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: or only the PR attachment. The latter is only about r627637. covener: withdrawing my vote, I reviewed the attachment but missed the OR_AUTHCFG change. - * mod_authnz_ldap: Allow using exec: callouts like SSLPassphraseDialog - for AuthLDAPBindPassword. - trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1433478 - http://svn.apache.org/viewvc?view=revision&revision=1467523 - http://svn.apache.org/viewvc?view=revision&revision=1467792 - 2.2.x patch: http://people.apache.org/~druggeri/patches/AuthLDAPBindPasswordExec-2.2.patch - (20130119 - updated to include minor mmn bump) - (20130412 - 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.) - kudos for using apr_tokenize_to_argv to allow spaces in args. - druggeri: This was updated in trunk 1467523/1467792. The 2.2. patch now reflects - the same. - +1: minfrin (including fix for wrowe's issue above) - * mod_proxy_balancer: Add failontimeout parameter. Timeout will put worker in error state if an IO timeout is detected. trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1465839