]> granicus.if.org Git - apache/commitdiff
ivote
authorJim Jagielski <jim@apache.org>
Wed, 6 Feb 2013 12:42:26 +0000 (12:42 +0000)
committerJim Jagielski <jim@apache.org>
Wed, 6 Feb 2013 12:42:26 +0000 (12:42 +0000)
and

this backport appears stalled

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1442935 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index da994bb2c1d82406553c8092681a51bac6a01803..433af7f114d9e05654da8d10a80c15eb0f38c62c 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -159,13 +159,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                  Assumes BalancerInherit patch above.
     +1: jim
 
-  * mod_ssl: Allow the SSLUserName to be used to control the
-    username passed by the FakeBasicAuth option. PR52616.
-    trunk patch: http://svn.apache.org/viewvc?rev=1432322&view=rev
-    2.4.x patch: trunk patch works (minus docs/log-message-tags)
-    +1: minfrin
-    -1: jorton, changes existing semantics per kbrand msgid <50F65606.9050607@velox.ch>
-
   * mod_ssl: add support for subjectAltName-based host name checking
     in proxy mode (PR 54030)
     trunk patch: https://svn.apache.org/viewvc?view=revision&revision=r1425874
@@ -191,7 +184,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     directories (PR 39944)
     trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1442412
     2.4.x patch: trunk patch works with offset (modulo CHANGES)
-    +1: jailletc36
+    +1: jailletc36, jim
 
 
 A list of further possible backports can be found at:
@@ -225,6 +218,13 @@ OTHER PROPOSALS
 
 PATCHES/ISSUES THAT ARE STALLED
 
+  * mod_ssl: Allow the SSLUserName to be used to control the
+    username passed by the FakeBasicAuth option. PR52616.
+    trunk patch: http://svn.apache.org/viewvc?rev=1432322&view=rev
+    2.4.x patch: trunk patch works (minus docs/log-message-tags)
+    +1: minfrin
+    -1: jorton, changes existing semantics per kbrand msgid <50F65606.9050607@velox.ch>
+
   * cross-compile: allow to provide CC_FOR_BUILD so that gen_test_char will be
     compiled by the build compiler instead of the host compiler.
     Also set CC_FOR_BUILD to 'cc' when cross-compilation is detected.