]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Backports done.
authorJoe Orton <jorton@apache.org>
Wed, 10 Nov 2004 12:04:50 +0000 (12:04 +0000)
committerJoe Orton <jorton@apache.org>
Wed, 10 Nov 2004 12:04:50 +0000 (12:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105734 13f79535-47bb-0310-9956-ffa450edef68

CHANGES
STATUS

diff --git a/CHANGES b/CHANGES
index 1e058a498be8873c498081df97ca125e7767c494..ab5e8ff9a119d27e99762f6e59cc7d7d375d22d2 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,18 @@
 Changes with Apache 2.0.53
 
+  *) SECURITY: CAN-2004-0942 (cve.mitre.org):
+     Fix for memory consumption DoS in handling of MIME folded request
+     headers.  [Joe Orton]
+
+  *) SECURITY: CAN-2004-0885 (cve.mitre.org)
+     mod_ssl: Fix a bug which allowed an SSLCipherSuite setting to be
+     bypassed during an SSL renegotiation.  PR 31505.  
+     [Hartmut Keil <Hartmut.Keil adnovum.ch>, Joe Orton]
+
+  *) mod_ssl: Fail at startup rather than segfault at runtime if a
+     client cert is configured with an encrypted private key.
+     PR 24030.  [Joe Orton]
+
   *) apxs: fix handling of -Wc/-Wl and "-o mod_foo.so". PR 31448
      [Joe Orton]
 
diff --git a/STATUS b/STATUS
index aff23bd2fb58ebad086196f409eaf948de8c06a9..ceb0c1b99eeff64294cad96dad38874a15127470 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/11/09 19:25:13 $]
+Last modified at [$Date: 2004/11/10 12:04:50 $]
 
 Release:
 
@@ -71,19 +71,10 @@ Contributors looking for a mission:
 
 RELEASE SHOWSTOPPERS:
 
-    *) mod_rewrite: Regression since 2.0.52 in QUERY_STRING handling
-       for [P] rules.
-       http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/mappers/mod_rewrite.c?r1=1.262&r2=1.263
-       +1: jorton, nd, wrowe
-
 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! ]
 
-    *) SECURITY: CAN-2004-0942 Fix for memory consumption DoS.
-       http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/protocol.c?r1=1.158&r2=1.159
-       +1: stoddard, jorton, nd
-
     *) util_ldap: Add the util_ldap_cache_getuserdn() API to allow 
        non-LDAP authentication modules the ability to use the util_ldap 
        cache for authorization purposes only rather than authentication.  
@@ -98,20 +89,6 @@ PATCHES TO BACKPORT FROM 2.1
         docs/manual/mod/mod_authnz_ldap.xml: r1.3
        +1: bnicholes, wrowe
 
-    *) mod_ssl: Fix and prevent an SSLCipherSuite bypass by resuming a
-       session during a renegotiation.
-       http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/ssl/ssl_engine_kernel.c?r1=1.110&r2=1.111
-       http://cvs.apache.org/viewcvs.cgi/httpd-2.0/modules/ssl/ssl_engine_init.c?r1=1.128&r2=1.129
-       PR: 31505
-       +1: jorton, pquerna, minfrin, wrowe
-
-    *) mod_ssl: Fail to configure when an SSL proxy is configured with
-       incomplete client cert keypair, rather than segfaulting at
-       runtime.
-       http://cvs.apache.org/viewcvs/httpd-2.0/modules/ssl/ssl_engine_init.c.diff?r1=1.118&r2=1.119
-       PR: 24030
-       +1: jorton, minfrin, jerenkrantz, wrowe
-
     *) mod_ssl: Fix an possible NULL pointer dereference in some configs.
        http://nagoya.apache.org/bugzilla/showattachment.cgi?attach_id=13182
        PR: 31848