summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ruggeri <druggeri@apache.org>2013-09-17 15:00:35 +0000
committerDaniel Ruggeri <druggeri@apache.org>2013-09-17 15:00:35 +0000
commit33efa59b6dedaaf6fe9c2a5644e35c085bd0847f (patch)
treea496a6c8e755d0a5485c7e9c101638e1183dd4d8
parent30d391b718e7167f745992f35ff8b5cc20aba8a0 (diff)
downloadhttpd-33efa59b6dedaaf6fe9c2a5644e35c085bd0847f.tar.gz
Easy votes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1524085 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--STATUS6
1 files changed, 3 insertions, 3 deletions
diff --git a/STATUS b/STATUS
index 3570cdcf39..0819023fc3 100644
--- a/STATUS
+++ b/STATUS
@@ -170,18 +170,18 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
* mod_cache: Avoid a crash with strcmp() when the hostname is not provided.
trunk: http://svn.apache.org/viewvc?view=revision&revision=1523235
2.4.x patch: trunk patch works
- +1: minfrin
+ +1: minfrin, druggeri
* mod_auth_digest: Be more specific when the realm mismatches because the
realm has not been specified.
trunk: http://svn.apache.org/viewvc?view=revision&revision=1523239
2.4.x patch: trunk patch works, modulo CHANGES and next-number
- +1: minfrin
+ +1: minfrin, druggeri
* mod_cache: Correct LOGNO which has not been updated when r1481396 was backported
trunk: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/cache/mod_cache.c?r1=1481396&r2=1481395&pathrev=1481396
2.4.x: http://people.apache.org/~jailletc36/1481396.patch
- +1: jailletc36
+ +1: jailletc36, druggeri
* mod_session_crypto: Add support for exec: calls to obtain key similar to
mod_ssl and mod_authnz_ldap. Essentially copypasta from mod_authnz_ldap...