]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
a few quick votes
authorEric Covener <covener@apache.org>
Sun, 11 Feb 2024 01:14:13 +0000 (01:14 +0000)
committerEric Covener <covener@apache.org>
Sun, 11 Feb 2024 01:14:13 +0000 (01:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1915719 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 21eafedea344504c0354dbdce6576571899af078..fa88c7661be09e5875a78071fb32978e02b25ba8 100644 (file)
--- 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