]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove proposalss covered by CTR from STATUS [skip ci]
authorRainer Jung <rjung@apache.org>
Wed, 17 Jun 2026 09:51:18 +0000 (09:51 +0000)
committerRainer Jung <rjung@apache.org>
Wed, 17 Jun 2026 09:51:18 +0000 (09:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1935450 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 54190883408d40249806236f0dde4cf61ee6d108..3697e9e07c3b0735692e937e2fdfcb51ada66488 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -173,15 +173,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: svn merge -c 1934891 ^/httpd/httpd/trunk .
      +1: jim,
 
-  *) mod_md: change types of fields of ocsp_summary_ctx_t
-     More info in the trunk commit message.
-     Already part of mod_md upstream repos, so
-     will happen automatically when the 2.6.11 update
-     proposed below takes place.
-     trunk patch: https://svn.apache.org/1930710
-     2.4.x patch: svn merge -c 1930710 ^/httpd/httpd/trunk .
-     +1: rjung, jorton, 
-
   *) modules/ssl/ssl_engine_vars.c (ssl_var_lookup_ssl_cert_remain):
      Fix off-by-one in tm_mday calculation, identified by Gemini.
      trunk patch: https://svn.apache.org/1931420
@@ -212,12 +203,6 @@ PATCHES/ISSUES THAT ARE BEING WORKED
              does a minor bump only.
      minfrin: Two new directives need to be documented.
 
-  *) mod_md: Update to upstream 2.6.11
-     Contains OpenSSL 4.0.0 patch but also new functionality.
-     mod_md is CTR, so this item here is for making
-     the missing update visible. Needs check, whether upstream
-     includes all trunk changes.
-
 PATCHES/ISSUES THAT ARE STALLED
 
   *) core: avoid duplicate headers when using ap_send_error_response.