From: Stefan Eissing Date: Fri, 21 Jun 2024 13:15:54 +0000 (+0000) Subject: vote X-Git-Tag: 2.4.60-rc1-candidate~21 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=440826c28c283ae77130de2b679e3db30af353d0;p=thirdparty%2Fapache%2Fhttpd.git vote git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1918487 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index adfa2196d74..20da2c4d326 100644 --- a/STATUS +++ b/STATUS @@ -153,6 +153,23 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + *) core: On Linux use the real thread id in error logging where available. + Trunk version of patch: + https://svn.apache.org/r1917578 + 2.4.x version of patch: + Trunk version of patch works + svn merge -c 1917578 ^/httpd/httpd/trunk . + +1: jorton, ylavic, icing + + *) mod_ssl: use SSL_OP_NO_RENEGOTIATION to block client-initiated + renogotiation at OpenSSL level + Trunk version of patch: + https://svn.apache.org/r1877397 + https://svn.apache.org/r1877795 + 2.4.x version of patch: + https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/426.patch + PR: https://github.com/apache/httpd/pull/426 + +1: jorton, ylavic, icing PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -207,24 +224,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: PR: https://github.com/apache/httpd/pull/440 +1: jorton, ylavic, - *) core: On Linux use the real thread id in error logging where available. - Trunk version of patch: - https://svn.apache.org/r1917578 - 2.4.x version of patch: - Trunk version of patch works - svn merge -c 1917578 ^/httpd/httpd/trunk . - +1: jorton, ylavic, - - *) mod_ssl: use SSL_OP_NO_RENEGOTIATION to block client-initiated - renogotiation at OpenSSL level - Trunk version of patch: - https://svn.apache.org/r1877397 - https://svn.apache.org/r1877795 - 2.4.x version of patch: - https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/426.patch - PR: https://github.com/apache/httpd/pull/426 - +1: jorton, ylavic, - *) mod_proxy: Fix DNS requests and connections closed before the configured addressTTL. BZ 69126. trunk patch: http://svn.apache.org/r1918228