Mailing List Archive

svn commit: r1915719 - /httpd/httpd/branches/2.4.x/STATUS
Author: covener
Date: Sun Feb 11 01:14:13 2024
New Revision: 1915719

URL: http://svn.apache.org/viewvc?rev=1915719&view=rev
Log:
a few quick votes

Modified:
httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1915719&r1=1915718&r2=1915719&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Sun Feb 11 01:14:13 2024
@@ -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