]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Fix links, add votes.
authorJoe Orton <jorton@apache.org>
Wed, 17 Jun 2026 14:51:07 +0000 (14:51 +0000)
committerJoe Orton <jorton@apache.org>
Wed, 17 Jun 2026 14:51:07 +0000 (14:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1935458 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 65cf02d0cb7c8cfe255aec367961f458b16823f5..6bc85434b5e88b6c3c3e9c58f8832158636be730 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -180,20 +180,20 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      +1: rjung, jorton, 
 
   *) Constify static arrays of string constants.
-     trunk patch: https://svn.apache.org/1933659
+     trunk patch: https://svn.apache.org/r1933659
      2.4.x patch: svn merge -c 1933659 ^/httpd/httpd/trunk .
-     +1: rjung, 
+     +1: rjung, jorton, 
 
   *) include/httpd.h: Define HTTP_EARLY_HINTS (103) per RFC 8297.
      modules/http/http_protocol.c (status_lines): Add 103 response.
      Needed by backport 1934913 below.
-     trunk patch: https://svn.apache.org/1927935
+     trunk patch: https://svn.apache.org/r1927935
      2.4.x patch: svn merge -c 1927935 ^/httpd/httpd/trunk .
-     +1: rjung, 
+     +1: rjung, jorton, 
 
   *) Use HTTP_* and ap_is_*() macros instead of literal;
      Use ap_strstr_c() instead of strstr() in mod_md.
-     trunk patch: https://svn.apache.org/1934913
+     trunk patch: https://svn.apache.org/r1934913
      2.4.x patch: svn merge -c 1934913 ^/httpd/httpd/trunk .
      Merging is clean when ignoring include/httpd.h,
      modules/http/http_filters.c and modules/test/mod_policy.c.
@@ -204,7 +204,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      the change in default behavior. Needs an explicit
      hint in CHANGES after applying it.
      Backport has a conflict in docs, easy to fix.
-     trunk patch: https://svn.apache.org/1935184
+     trunk patch: https://svn.apache.org/r1935184
      2.4.x patch: svn merge -c 1935184 ^/httpd/httpd/trunk .
      +1: rjung,