]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Propose
authorChristophe Jaillet <jailletc36@apache.org>
Fri, 8 Feb 2019 20:06:09 +0000 (20:06 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Fri, 8 Feb 2019 20:06:09 +0000 (20:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1853233 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index f99bbd855a790f4e6746b660c3cefa8e04fbc9d0..f567da85b22fd1ca0f179d352741b0f721010f17 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -202,6 +202,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      trunk patch: https://svn.apache.org/r1730129
      2.4.x patch: svn merge -c 1730129 ^/httpd/httpd/trunk .
      +1: jim, ylavic
+     jailletc36: require r1818321 and part of r1818341 to update doc accordingly
 
   *) modules/filters/config.m4: Make libxml2's inclusion of unicode/*.h files
      a non-fatal warning/error under maintainer-mode.
@@ -209,6 +210,35 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: svn merge -c 1850745 ^/httpd/httpd/trunk .
      +1: jim
 
+  *) Easy proposals:
+        - mod_dav: Add a comment
+        - mod_info: Constify fixed tables and mark module-private global variables static
+        - mod_heartmonitor: Axe an apparently out of date comment
+        - mod_deflate: Fix clang and Coverity warnings
+        - mod_dav: tag a pool 
+     trunk patch:
+        - https://svn.apache.org/r1486027
+        - https://svn.apache.org/r1828909
+        - https://svn.apache.org/r1839249
+        - https://svn.apache.org/r1842888
+        - https://svn.apache.org/r1846651
+     2.4.x patch: svn merge -c 1486027,1828909,1839249,1842888,1846651 ^/httpd/httpd/trunk .
+     +1: jailletc36
+
+  *) mod_auth_digest: Fix a race condition. Authentication with valid credentials could be
+     refused in case of concurrent accesses from different users.  PR 63124
+     trunk patch: https://svn.apache.org/r1853190
+     2.4.x patch: svn merge -c 1853190 ^/httpd/httpd/trunk .
+     +1: jailletc36
+
+  *) mod_dav: Fix a potential use after free
+     trunk patch: https://svn.apache.org/r1842010
+     2.4.x patch: svn merge -c 1842010 ^/httpd/httpd/trunk .
+     +1: jailletc36
+     jailletc36: could worth a CHANGE entry as it could fix some use after free or
+     garbage returned to the client
+
+
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entries should be added at the START of the list ]