From: Stefan Eissing Date: Mon, 24 Jun 2024 12:37:00 +0000 (+0000) Subject: vote and promote X-Git-Tag: 2.4.60-rc1-candidate~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d276cfe61014cdfff4ad9dca77c9046b7390137e;p=thirdparty%2Fapache%2Fhttpd.git vote and promote git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1918542 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index b10bbae08df..d10a55d1ebd 100644 --- a/STATUS +++ b/STATUS @@ -153,6 +153,19 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + *) mod_proxy: Fix DNS requests and connections closed before the + configured addressTTL. BZ 69126. + trunk patch: http://svn.apache.org/r1918228 + http://svn.apache.org/r1918410 + http://svn.apache.org/r1918412 + http://svn.apache.org/r1918429 + http://svn.apache.org/r1918438 + http://svn.apache.org/r1918442 + 2.4.x patch: trunk works, or + https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/454.diff + PR: https://github.com/apache/httpd/pull/454 + +1: ylavic, jorton, icing + PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -197,19 +210,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: svn merge -c 1916004 ^/httpd/httpd/trunk . +1: jfclere, - *) mod_proxy: Fix DNS requests and connections closed before the - configured addressTTL. BZ 69126. - trunk patch: http://svn.apache.org/r1918228 - http://svn.apache.org/r1918410 - http://svn.apache.org/r1918412 - http://svn.apache.org/r1918429 - http://svn.apache.org/r1918438 - http://svn.apache.org/r1918442 - 2.4.x patch: trunk works, or - https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/454.diff - PR: https://github.com/apache/httpd/pull/454 - +1: ylavic, jorton, - *) mod_ssl: add OpenSSL STORE based PKCS#11 support, and fix crashes in ENGINE-based PKCS#11 with OpenSSL 3.2 trunk patch: https://svn.apache.org/r1914365