]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
update patch, reply
authorStefan Fritsch <sf@apache.org>
Mon, 12 Aug 2013 19:06:27 +0000 (19:06 +0000)
committerStefan Fritsch <sf@apache.org>
Mon, 12 Aug 2013 19:06:27 +0000 (19:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1513223 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index f427673a8a53866981029bb41d10fd8f72487bcf..aca1810e5cac769a4ed8602e1185a7638658faf4 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -114,21 +114,25 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 
   * mod_ssl: Support ECC keys
     trunk patch: http://svn.apache.org/r834378 
+                 http://svn.apache.org/r835046
                  http://svn.apache.org/r1040304
                  http://svn.apache.org/r1040373
                  http://svn.apache.org/r1090645
                  http://svn.apache.org/r1294306
                  http://svn.apache.org/r1509872
-    2.4.x patch: first four from above, plus
+    2.4.x patch: first five from above, plus
                  http://svn.apache.org/r1308862
                  http://svn.apache.org/r1509875
-    2.2.x patch: http://people.apache.org/~sf/ECC-2.2.diff
+    2.2.x patch: http://people.apache.org/~sf/ECC-2.2-v2.diff
     +1: sf
     trawick: Is there any particular reason that the patch doesn't
              define OPENSSL_NO_EC for older OpenSSL levels and use 
              that as the feature check, as is done in the 2.4.x 
              branch?  I guess I can help out with that if it is just
              a matter of labor.
+    sf: It does (in ssl_toolkit_compat.h where these things are in 2.2).
+        But v1 of the patch lacked one commit to properly use OPENSSL_NO_EC
+        everywhere. Fixed in v2.
 
   * mod_ssl config: Fix range check bug with SSLRenegBufferSize
     trunk patch: http://svn.apache.org/r954641