From: Jim Jagielski Date: Fri, 13 Oct 2017 13:53:53 +0000 (+0000) Subject: and promote w/ 3 +1s X-Git-Tag: 2.4.29~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6b4b05f29409572772f35652ba0223bb486c2c3;p=thirdparty%2Fapache%2Fhttpd.git and promote w/ 3 +1s git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1812133 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 11d0e0cdf43..7da5c532d5b 100644 --- a/STATUS +++ b/STATUS @@ -117,6 +117,13 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + *) mod_unique_id: Use PRNG output rather than needing to use DNS, + an IPv4 address (or failing) and PID, and slowing down startup + by up to a second. + trunk patch: http://svn.apache.org/r1501827 + 2.4.x patch: trunk works + +1: jorton, wrowe, jim + PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -183,13 +190,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: mod_journald can't be configured in maintainer mode (-std=c89). Can anyone else reproduce, or is it just my distro? - *) mod_unique_id: Use PRNG output rather than needing to use DNS, - an IPv4 address (or failing) and PID, and slowing down startup - by up to a second. - trunk patch: http://svn.apache.org/r1501827 - 2.4.x patch: trunk works - +1: jorton, wrowe, jim - *) core/mod_ssl: Add new flag int to module struct. Define first bit for keeping server config records non-shared instances, set for mod_ssl to make manipulations in post_config safe.