summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2018-02-14 13:19:01 +0000
committerJim Jagielski <jim@apache.org>2018-02-14 13:19:01 +0000
commit9e739e09fe11eaa1c26f21074d08ecfaec14b4fd (patch)
tree5a3a03dccd33740a43a30808b1f6c9172819e3f1
parente7f1b8677f5e1dda0292361f6c1eb94edecbf788 (diff)
downloadhttpd-9e739e09fe11eaa1c26f21074d08ecfaec14b4fd.tar.gz
promote
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1824238 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--STATUS15
1 files changed, 7 insertions, 8 deletions
diff --git a/STATUS b/STATUS
index 0abbbd4423..b80dd089cd 100644
--- a/STATUS
+++ b/STATUS
@@ -119,6 +119,13 @@ RELEASE SHOWSTOPPERS:
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
[ start all new proposals below, under PATCHES PROPOSED. ]
+ *) logresolve: Fix segfault with logresolve -c and IPv6
+ Due to a logic error, there could be a NULL pointer dereference.
+ [Stefan Fritsch]
+ trunk patch: http://svn.apache.org/r1745863
+ http://svn.apache.org/r1745864
+ 2.4.x patch: trunk works
+ +1: jailletc36, minfrin, jim
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -132,14 +139,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
2.4.x patch: trunk works
+1: jim, minfrin
- *) logresolve: Fix segfault with logresolve -c and IPv6
- Due to a logic error, there could be a NULL pointer dereference.
- [Stefan Fritsch]
- trunk patch: http://svn.apache.org/r1745863
- http://svn.apache.org/r1745864
- 2.4.x patch: trunk works
- +1: jailletc36, minfrin, jim
-
*) mod_proxy: Provide an RFC1035 compliant version of the hostname in the
proxy_worker_shared structure. PR62085
trunk patch: http://svn.apache.org/r1824176