]> granicus.if.org Git - apache/commitdiff
removing SSLPolicy backport proposal
authorStefan Eissing <icing@apache.org>
Wed, 6 Jun 2018 09:57:03 +0000 (09:57 +0000)
committerStefan Eissing <icing@apache.org>
Wed, 6 Jun 2018 09:57:03 +0000 (09:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1832995 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index b845c2cb48ae9b719f0852bfeae12c432169a5b1..9e41d3c1a1e061dba58ff6c87c32f61525b56ab6 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -166,24 +166,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      ylavic: same as dev@; since SetEnv* are usable from htaccess, wouldn't
              we open a door here (unconditionally)?
 
-  *) mod_ssl: Add "SSLPolicy" directive for Mozilla Security defined protocol settings.
-     The change is small, has many revisions since it went back and forth a buit from
-     a new definition thing back to a fixes set of presets. Look at the patch first.
-     trunk patch: http://svn.apache.org/r1827760
-                  http://svn.apache.org/r1827561
-                  http://svn.apache.org/r1818030
-                  http://svn.apache.org/r1817894
-                  http://svn.apache.org/r1817381
-                  http://svn.apache.org/r1808335
-                  http://svn.apache.org/r1808244
-                  http://svn.apache.org/r1807709
-                  http://svn.apache.org/r1805186
-                  http://svn.apache.org/r1804531
-     2.4.x patch: https://svn.apache.org/repos/asf/httpd/httpd/patches/2.4.x/ssl-policy.patch
-     +1: icing
-     -0: jorton: some unused code paths and legacy of previous iterations still
-         included in patch? more at msgid <20180523075115.GA4654@redhat.com>
-
   *) ap_rgetline()+mod_proxy_http: Add and handle AP_GETLINE_NOSPC_EOL flag,
      fixes responses header thrown away on APR_ENOSPC, and allow their size to
      be configured (ResponseFieldSize). PRs 62196, 62198 and 62199.