]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
yet another backport
authorAndré Malo <nd@apache.org>
Sat, 10 Apr 2004 14:03:51 +0000 (14:03 +0000)
committerAndré Malo <nd@apache.org>
Sat, 10 Apr 2004 14:03:51 +0000 (14:03 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@103329 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 9d391a4b78f3d1ff3a65f67645d0f1adb7351d7f..348c046118b3aba137835c2663f0ee280e05d9e3 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/04/10 13:19:48 $]
+Last modified at [$Date: 2004/04/10 14:03:51 $]
 
 Release:
 
@@ -72,6 +72,17 @@ PATCHES TO BACKPORT FROM 2.1
   [ please place file names and revisions from HEAD here, so it is easy to
     identify exactly what the proposed changes are! ]
 
+    *) Fix a bunch of cases where the return code of the regex compiler
+       was not checked properly. The 1.3-diff is here:
+       http://www.apache.org/~nd/regex-return-1.3.diff (only core and
+       mod_usertrack affected). PR 28218.
+         modules/metadata/mod_setenvif.c: r1.51
+         modules/metadata/mod_usertrack.c: r1.52
+         modules/proxy/mod_proxy.c: r1.99
+         modules/proxy/proxy_ftp.c: r1.140
+         server/core.c: r1.272
+       +1: nd
+
     *) mod_usertrack: Escape the cookie_name before pasting into the regexp.
        (2.0 + 1.3)
          modules/metadata/mod_usertrack.c: r1.51