From: Yann Ylavic Date: Tue, 10 Jun 2025 10:52:22 +0000 (+0000) Subject: Backported in r1926319. X-Git-Tag: 2.4.64-rc1-candidate~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80be2bf93fc0bbfe806df1f33dc34694267976a5;p=thirdparty%2Fapache%2Fhttpd.git Backported in r1926319. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1926320 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 63b70496ad..244c58ee49 100644 --- a/STATUS +++ b/STATUS @@ -158,15 +158,6 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] - *) CMake: Remove awk dependency when building using CMake. Before this awk was - required for -DWITH_MODULES option. - trunk patch: https://svn.apache.org/r1919413 - https://svn.apache.org/r1919587 - https://svn.apache.org/r1919602 - 2.4.x patch: svn merge -c r1919413 -c r1919587 -c r1919602 ^/httpd/httpd/trunk . - +1: ivan - +0: jorton - falls under RTC exception for "non-Unix build" - *) mod_ssl: Remove warning over potential uninitialised value for ssl protocol prior to protocol selection. Trunk version of patch: