svn commit: r1935450 - httpd/httpd/branches/2.4.x
[email protected] Wed, 17 Jun 2026 09:51:18 -0000
| Newsgroups | gmane.comp.apache.cvs |
|---|---|
| Message-ID | <178168987844.2695261.4748578615947310160@svn03-he-fi> |
Author: rjung
Date: Wed Jun 17 09:51:18 2026
New Revision: 1935450
Log:
Remove proposalss covered by CTR from STATUS [skip ci]
Modified:
httpd/httpd/branches/2.4.x/STATUS
Modified: httpd/httpd/branches/2.4.x/STATUS
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS Wed Jun 17 09:48:52 2026 (r1935449)
+++ httpd/httpd/branches/2.4.x/STATUS Wed Jun 17 09:51:18 2026 (r1935450)
@@ -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.