From: Joe Orton Date: Tue, 7 Jan 2025 08:48:13 +0000 (+0000) Subject: Review x1. X-Git-Tag: 2.4.63-candidate~58 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5fa24dd9416438bf884e465271781accd6e71f5;p=thirdparty%2Fapache%2Fhttpd.git Review x1. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1922946 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index f6972c24c72..0d5124bbc7b 100644 --- a/STATUS +++ b/STATUS @@ -157,6 +157,34 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + *) Easy patches: synch 2.4.x and trunk + - server: Use apr_size_t instead of int to harden against overflows + - mod_http2: DOXYGEN has nothing to do here, just remove this + strange "#if defined(DOXYGEN)" + - test: make the compiler happy when using --enable-maintainer-mode + - mod_proxy: Fix format string type check + - mod_http2: Fix comment, no functional change + - : Remove unnecessary APLOGNO() use in TRACE-level logging + - mod_cache_socache: Update comment only, to remove reference to + session cache + - mod_dav: Fix error message formatting if an unauthenticated user + tries to use an authenticated user's lock token + - : trigger ci + - server: Fix typo in comment + trunk patch: + https://svn.apache.org/r1903680 + https://svn.apache.org/r1912663 + https://svn.apache.org/r1917013 + https://svn.apache.org/r1912941 + https://svn.apache.org/r1913078 + https://svn.apache.org/r1913338 + https://svn.apache.org/r1914035 + https://svn.apache.org/r1914439 + https://svn.apache.org/r1915270 + https://svn.apache.org/r1915543 + 2.4.x patch: svn merge -c 1903680,1912663,1917013,1912941,1913078,1913338,1914035,1914439,1915270,1915543 ^/httpd/httpd/trunk . + +1: jailletc36, covener, jorton + PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -220,34 +248,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: svn merge -c 1921260 ^/httpd/httpd/trunk . +1: jorton, covener - *) Easy patches: synch 2.4.x and trunk - - server: Use apr_size_t instead of int to harden against overflows - - mod_http2: DOXYGEN has nothing to do here, just remove this - strange "#if defined(DOXYGEN)" - - test: make the compiler happy when using --enable-maintainer-mode - - mod_proxy: Fix format string type check - - mod_http2: Fix comment, no functional change - - : Remove unnecessary APLOGNO() use in TRACE-level logging - - mod_cache_socache: Update comment only, to remove reference to - session cache - - mod_dav: Fix error message formatting if an unauthenticated user - tries to use an authenticated user's lock token - - : trigger ci - - server: Fix typo in comment - trunk patch: - https://svn.apache.org/r1903680 - https://svn.apache.org/r1912663 - https://svn.apache.org/r1917013 - https://svn.apache.org/r1912941 - https://svn.apache.org/r1913078 - https://svn.apache.org/r1913338 - https://svn.apache.org/r1914035 - https://svn.apache.org/r1914439 - https://svn.apache.org/r1915270 - https://svn.apache.org/r1915543 - 2.4.x patch: svn merge -c 1903680,1912663,1917013,1912941,1913078,1913338,1914035,1914439,1915270,1915543 ^/httpd/httpd/trunk . - +1: jailletc36, covener - PATCHES/ISSUES THAT ARE BEING WORKED [ New entries should be added at the START of the list ]