]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
promote/vote
authorEric Covener <covener@apache.org>
Sat, 18 Feb 2012 12:35:59 +0000 (12:35 +0000)
committerEric Covener <covener@apache.org>
Sat, 18 Feb 2012 12:35:59 +0000 (12:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1245907 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index a670eefd1bba4878c4e7db34748c2415949611fc..ff4db2b0371f11783865283ffe5fde75c4ea6d0b 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -93,6 +93,27 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  * mod_proxy: cure size_t abuse part 1, backport relevant bits of r1227856,
+    Specifically normalizes ap_proxy_string_read so that the prototype
+    agrees with the actual implementation, which I believe is a bug fix
+    as opposed to an actual API change, ergo no MMN bump necessary(?).
+    Branch patch:
+      http://svn.apache.org/viewvc?rev=1227860&view=rev
+    +1: wrowe, rpluem, jorton
+
+  * configure: Using external apr and apu in non-default path
+    breaks configure, since checking for apu version does not
+    set up apr include path in CPPFLAGS.
+    CPP with gcc before 4.6.2 only outputs an error, but our check
+    still succeeds; gcc 4.6.2 aborts and our check fails.
+      Trunk version of patch:
+         http://svn.apache.org/viewcvs.cgi?rev=1091330&view=rev
+      Backport for 2.4.x: change was applied before branching 2.4.x.
+      Backport version for 2.2.x of patch:
+         http://people.apache.org/~rjung/patches/apu-version-check-backport-r1091330-2_2_x.patch
+      +1: rjung, rpluem, jorton
+      -1:
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -143,28 +164,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     rpluem says: The proposed patch contains tabs and indenting is not correct.
                  This should be fixed first.
 
-  * mod_proxy: cure size_t abuse part 1, backport relevant bits of r1227856,
-    Specifically normalizes ap_proxy_string_read so that the prototype
-    agrees with the actual implementation, which I believe is a bug fix
-    as opposed to an actual API change, ergo no MMN bump necessary(?).
-    Branch patch:
-      http://svn.apache.org/viewvc?rev=1227860&view=rev
-    +1: wrowe, rpluem, jorton
-
-  * configure: Using external apr and apu in non-default path
-    breaks configure, since checking for apu version does not
-    set up apr include path in CPPFLAGS.
-    CPP with gcc before 4.6.2 only outputs an error, but our check
-    still succeeds; gcc 4.6.2 aborts and our check fails.
-      Trunk version of patch:
-         http://svn.apache.org/viewcvs.cgi?rev=1091330&view=rev
-      Backport for 2.4.x: change was applied before branching 2.4.x.
-      Backport version for 2.2.x of patch:
-         http://people.apache.org/~rjung/patches/apu-version-check-backport-r1091330-2_2_x.patch
-      +1: rjung, rpluem, jorton
-      -1:
-
-  * core: Fix building against external PCRE 8.30.
+    * core: Fix building against external PCRE 8.30.
     PCRE has removed long deprecated pcre_info(). Use pcre_fullinfo()
     instead which is present as a replacement since PCRE 3.0 so
     would also be OK when building with bundled PCRE.
@@ -185,7 +185,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       http://svn.apache.org/viewvc?rev=1244213&view=rev
     2.2.x patch:
       Trunk version works
-    +1: sf
+    +1: sf, covener
 
 PATCHES/ISSUES THAT ARE STALLED