]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Promote, noting wrowe's -1 becoming +1.
authorGraham Leggett <minfrin@apache.org>
Thu, 23 May 2013 13:09:24 +0000 (13:09 +0000)
committerGraham Leggett <minfrin@apache.org>
Thu, 23 May 2013 13:09:24 +0000 (13:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1485688 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index a4dbd659a87f280d35f77bbdba3c7799384aae30..f2c4067de9b9758047d2fdf7e6aa7fb5fefeac02 100644 (file)
--- 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