From: Joe Orton Date: Mon, 6 Jul 2026 10:03:57 +0000 (+0000) Subject: 2x reviews. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=571d306968878574e78711da1b334e0855bf3d66;p=thirdparty%2Fapache%2Fhttpd.git 2x reviews. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1935930 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 3d92766e0a..f67b99dd95 100644 --- a/STATUS +++ b/STATUS @@ -163,24 +163,13 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] - ------------------------------------------------------------------------- - -PATCHES PROPOSED TO BACKPORT FROM TRUNK: - [ New proposals should be added at the end of the list ] - - *) test/h2: ignore AH02430 for the whole TestRfc9113 class. - trunk patch: http://svn.apache.org/r1934891 - 2.4.x patch: svn merge -c 1934891 ^/httpd/httpd/trunk . - +1: jim, - *) Use HTTP_* and ap_is_*() macros instead of literal; Use ap_strstr_c() instead of strstr() in mod_md. trunk patch: https://svn.apache.org/r1934913 2.4.x patch: svn merge -c 1934913 ^/httpd/httpd/trunk . Merging is clean when ignoring include/httpd.h, modules/http/http_filters.c and modules/test/mod_policy.c. - +1: rjung, jim + +1: rjung, jim, jorton *) modules/md/mod_md_config.c: Flip MDServerStatus to disabled by default. mod_md is CTR, but probably not @@ -189,7 +178,19 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: Backport has a conflict in docs, easy to fix. trunk patch: https://svn.apache.org/r1935184 2.4.x patch: svn merge -c 1935184 ^/httpd/httpd/trunk . - +1: rjung, jim + +1: rjung, jim, jorton + + +------------------------------------------------------------------------ + +PATCHES PROPOSED TO BACKPORT FROM TRUNK: + [ New proposals should be added at the end of the list ] + + *) test/h2: ignore AH02430 for the whole TestRfc9113 class. + trunk patch: http://svn.apache.org/r1934891 + 2.4.x patch: svn merge -c 1934891 ^/httpd/httpd/trunk . + +1: jim, + jorton: CTR for test/* changes *) mod_proxy_beacon: Add new module. Reverse-proxy UDP member announcement -- backends self-register as balancer members over UDP.