You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2020/02/20 07:07:37 UTC

svn commit: r1874239 - /httpd/httpd/branches/2.4.x/STATUS

Author: rpluem
Date: Thu Feb 20 07:07:37 2020
New Revision: 1874239

URL: http://svn.apache.org/viewvc?rev=1874239&view=rev
Log:
* Backported in r1874196, r1874201, r1874202 [skip ci]

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1874239&r1=1874238&r2=1874239&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Thu Feb 20 07:07:37 2020
@@ -132,24 +132,6 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-   *) mod_ssl: Add support for loading certs & keys from PKCS#11 URLs via the
-               OpenSSL pkcs11 engine.  Includes related minor cleanups and
-               simplification to mod_ssl internals.
-      trunk patch: http://svn.apache.org/r1830819
-                   http://svn.apache.org/r1830912
-                   http://svn.apache.org/r1830913
-                   http://svn.apache.org/r1830927
-                   http://svn.apache.org/r1831168
-                   http://svn.apache.org/r1831173
-                   http://svn.apache.org/r1835240
-                   http://svn.apache.org/r1835242
-                   http://svn.apache.org/r1835615
-                   http://svn.apache.org/r1836547
-      2.4.x patch: https://github.com/apache/httpd/commit/709a625b8e3fd3cd3426be5a005c1c60079c8d59.patch
-      Test results: https://travis-ci.org/apache/httpd/builds/638362588
-      +1: jorton, jim, ylavic
-      minfrin: This needs mentioning in the docs.
-
    *) mod_ssl: use OPENSSL_init_ssl() to initialise OpenSSL on versions 1.1+.
       trunk patch: http://svn.apache.org/r1861950
       2.4.x patch: svn merge -c 1861950 ^/httpd/httpd/trunk .