]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Propose one, defer one. [skip ci]
authorJoe Orton <jorton@apache.org>
Mon, 13 Dec 2021 16:12:13 +0000 (16:12 +0000)
committerJoe Orton <jorton@apache.org>
Mon, 13 Dec 2021 16:12:13 +0000 (16:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1895904 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 3dc0e4fb9871c94ccf3ad7ce793651dd81a05676..51d4a9f60a8a430a9aff83e1c5793cee91c8cd9a 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -150,16 +150,6 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
-  *) mod_xml2enc: Correctly handle Microsoft OOXML documents.  PR 64339
-     trunk patch: http://svn.apache.org/r1884505
-     2.4.x patch: svn merge -c 1884505 ^/httpd/httpd/trunk .
-     +1: 
-     jailletc36: there has been some discussion about how to fix the issue.
-     I'm not sure that the commit above is the best solution
-     and other alternatives have been discussed in PR 64339.  If r1884505
-     is not the right fix, then it should be removed from trunk.
-     Putting it here is a way to revive the discussion
-
   *) Easy backports:
      - mod_deflate: be explicit when setting c->etag_opt = AP_DEFLATE_ETAG_ADDSUFFIX
      - mod_proxy_balancer: add missing spaces in HTML output
@@ -175,10 +165,25 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      backported together with it. The other three revisions look fine.
      minfrin: Tried r1586542 but got conflicts. Other revs were fine.
 
+  *) OpenSSL autoconf detection improvement
+     trunk patch: http://svn.apache.org/r1834497
+     2.4.x patch: svn merge -c 1834497 ^/httpd/httpd/trunk .
+     +1: jorton,
+
 
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entries should be added at the START of the list ]
 
+  *) mod_xml2enc: Correctly handle Microsoft OOXML documents.  PR 64339
+     trunk patch: http://svn.apache.org/r1884505
+     2.4.x patch: svn merge -c 1884505 ^/httpd/httpd/trunk .
+     +1: 
+     jailletc36: there has been some discussion about how to fix the issue.
+     I'm not sure that the commit above is the best solution
+     and other alternatives have been discussed in PR 64339.  If r1884505
+     is not the right fix, then it should be removed from trunk.
+     Putting it here is a way to revive the discussion
+
   *) mod_http2: sync with trunk
      - Fixed an issue since 1.15.24 that "Server" headers in proxied requests
        were overwritten instead of preserved. [PR by @daum3ns]