From: Christophe Jaillet Date: Sat, 14 Dec 2024 15:16:07 +0000 (+0000) Subject: Easy proposals X-Git-Tag: 2.4.63-candidate~66 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20ede44d6b405d87777867289458c27ffcf24d1c;p=thirdparty%2Fapache%2Fhttpd.git Easy proposals git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1922498 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index ec4f4ed6a2a..86e388a64bd 100644 --- a/STATUS +++ b/STATUS @@ -226,6 +226,34 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: svn merge -c 1921260 ^/httpd/httpd/trunk . +1: jorton, + *) 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, + PATCHES/ISSUES THAT ARE BEING WORKED [ New entries should be added at the START of the list ]