]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Vote and propose.
authorJan Kaluža <jkaluza@apache.org>
Tue, 19 May 2015 07:46:25 +0000 (07:46 +0000)
committerJan Kaluža <jkaluza@apache.org>
Tue, 19 May 2015 07:46:25 +0000 (07:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1680196 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 679d17676122521f861416c5fb4a2e2309854c3c..6a568f47e11cf69e6a3bd00d4250ae633804f64c 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -105,6 +105,13 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) mod_authn_dbd, mod_authz_dbd, mod_session_dbd, mod_rewrite: Fix lifetime
+     of DB lookup entries independently of the selected DB engine.  PR 46421.
+     trunk patch: http://svn.apache.org/r1663647
+                  http://svn.apache.org/r1679181
+                  http://svn.apache.org/r1679182
+     2.4.x patch: trunk works (modulo CHANGES)
+     +1: ylavic, minfrin, jkaluza
 
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -247,13 +254,13 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
              ints added at the end of core_server_config, the proposed merge
              does a minor bump only.
 
-  *) mod_authn_dbd, mod_authz_dbd, mod_session_dbd, mod_rewrite: Fix lifetime
-     of DB lookup entries independently of the selected DB engine.  PR 46421.
-     trunk patch: http://svn.apache.org/r1663647
-                  http://svn.apache.org/r1679181
-                  http://svn.apache.org/r1679182
-     2.4.x patch: trunk works (modulo CHANGES)
-     +1: ylavic, minfrin
+  *) mod_authz_dbm, mod_authz_owner: Retrieve the optional
+     authz_owner_get_file_group function in a hook. This fixes crash when
+     mod_authz_dbm is loaded before mod_authz_owner and
+     "Require dbm-file-group" is used.
+     trunk patch: http://svn.apache.org/r1420184
+     2.4.x patch: trunk works
+     +1: jkaluza
 
 OTHER PROPOSALS