]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Votes
authorYann Ylavic <ylavic@apache.org>
Thu, 16 Nov 2023 13:20:17 +0000 (13:20 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 16 Nov 2023 13:20:17 +0000 (13:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1913836 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index b6e6ccba5d9a7ad31eb07f170422d6e92f30da59..fb4cf5e26bb3c6ba9f78ad9486fa7a4092a38d15 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -212,13 +212,16 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
        https://svn.apache.org/r1898366
         svn merge -c 1898366 ^/httpd/httpd/trunk .
         svn merge -c 1898410 ^/httpd/httpd/trunk .
-     +1: gbechis
+     +1: gbechis, ylavic
 
   *) mod_ssl: fix LibreSSL build
      Trunk version of patch:
        https://svn.apache.org/r1874101
         svn merge -c 1874101 ^/httpd/httpd/trunk .
-     +1: gbechis
+     +1: gbechis, ylavic
+     ylavic: changes in ssl_private.h not needed if/after r1908537 is
+             backported (below proposal), though they are harmless. See:
+             https://lists.apache.org/thread/k924ql8c9ry1b9y94fpr2b0d5o6tmds6
 
   *) mod_ssl: Improve compatibility with OpenSSL 3, fix build warnings about
      deprecated ENGINE_ API, honor OPENSSL_API_COMPAT setting while defaulting