From: Eric Covener Date: Sun, 11 Feb 2024 01:14:13 +0000 (+0000) Subject: a few quick votes X-Git-Tag: 2.4.59-rc1-candidate~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e3634baa86a69888175692d3535d1eb9d3752a0;p=thirdparty%2Fapache%2Fhttpd.git a few quick votes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1915719 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 21eafedea34..fa88c7661be 100644 --- a/STATUS +++ b/STATUS @@ -165,6 +165,17 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK: rpluem says: This has conflict in modules/http2/h2_version.h. Otherwise +1 from me on the backport. + *) mod_slotmem_shm: Use ap_os_is_path_absolute() to make it portable. + trunk patch: https://svn.apache.org/r1915400 + 2.4.x patch: svn merge -c 1915400 ^/httpd/httpd/trunk . + +1: jfclere, jorton, covener + + *) mod_ssl: use standard OpenSSL function for assembling CA name lists + trunk patch: https://svn.apache.org/r1825120 + 2.4.x patch: https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/406.patch + Github PR: https://github.com/apache/httpd/pull/406 + +1: jorton, jfclere, covener + PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -209,17 +220,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: +1: minfrin -1: jorton, appears to be a duplicate of the existing -B option - *) mod_slotmem_shm: Use ap_os_is_path_absolute() to make it portable. - trunk patch: https://svn.apache.org/r1915400 - 2.4.x patch: svn merge -c 1915400 ^/httpd/httpd/trunk . - +1: jfclere, jorton, - - *) mod_ssl: use standard OpenSSL function for assembling CA name lists - trunk patch: https://svn.apache.org/r1825120 - 2.4.x patch: https://patch-diff.githubusercontent.com/raw/apache/httpd/pull/406.patch - Github PR: https://github.com/apache/httpd/pull/406 - +1: jorton, jfclere, - *) htpasswd: further fixes for SHA-2 usage/docs trunk patch: https://svn.apache.org/r1862611 https://svn.apache.org/r1878703