Commit 3e019f26 authored by Stefan Eissing's avatar Stefan Eissing
Browse files

votes

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1733268 13f79535-47bb-0310-9956-ffa450edef68
parent 2bbe2c79
Loading
Loading
Loading
Loading
+33 −34
Original line number Diff line number Diff line
@@ -112,6 +112,34 @@ RELEASE SHOWSTOPPERS:
PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
  [ start all new proposals below, under PATCHES PROPOSED. ]

  *) core: Fix a bug in <UnDefine ...> directive processing. When used, the
           last <Define...>'ed variable was also withdrawn. PR 59019
     Trunk patch:
         http://svn.apache.org/r1732716
     2.4.x patch:
         Trunk version of patch works (modulo CHNAGES)
     +1: jailletc36, ylavic, icing

  *) Save a few bytes in conf pool when parsing some directives
     Trunk patch:
         http://svn.apache.org/r1732252
         http://svn.apache.org/r1732353
         http://svn.apache.org/r1732369
     2.4.x patch:
         Trunk version of patch works
     +1: jailletc36, ylavic, icing

  *) hostname: Test and log useragent_host per-request across various modules,
     including the scoreboard, expression and rewrite engines, setenvif,
     authz_host, access_compat, custom logging, ssl and REMOTE_HOST variables.
     PR55348  [William Rowe]
     Trunk version of patch:
         http://svn.apache.org/r1729930
         http://svn.apache.org/r1729931
     Trunk patch r1729930 applies, modulo CHANGES
     Backport patch to r1729931 is noted in the commit log message
     Requires r1729929 to be applied.
     +1: wrowe, ylavic, icing


PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -149,18 +177,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     Note: httpd.h comment r.e. realiging bit fields must be omitted.
     +1: wrowe, ylavic

  *) hostname: Test and log useragent_host per-request across various modules,
     including the scoreboard, expression and rewrite engines, setenvif,
     authz_host, access_compat, custom logging, ssl and REMOTE_HOST variables.
     PR55348  [William Rowe]
     Trunk version of patch:
         http://svn.apache.org/r1729930
         http://svn.apache.org/r1729931
     Trunk patch r1729930 applies, modulo CHANGES
     Backport patch to r1729931 is noted in the commit log message
     Requires r1729929 to be applied.
     +1: wrowe, ylavic

  *) Use pre_connection hook in event.c to properly setup connection state
     of slave connections (eliminates hacks in mod_http2).
     Trunk patch:
@@ -169,26 +185,17 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
         Trunk version of patch works modulo CHANGES
     +1: icing, ylavic

  *) Save a few bytes in conf pool when parsing some directives
     Trunk patch:
         http://svn.apache.org/r1732252
         http://svn.apache.org/r1732353
         http://svn.apache.org/r1732369
     2.4.x patch:
         Trunk version of patch works
     +1: jailletc36, ylavic

  *) proxy_util: Add missing APLOGNO()s from r1732266 (already backported
                 to 2.4.x/19)
     trunk patch: http://svn.apache.org/r1732954
     2.4.x patch: trunk works (modulo docs/log-message-tags)
     +1: ylavic
     +1: ylavic, icing

  *) core: Add missing APLOGNO() from r1729495 (somehow r1725395 was
           backported in r1729495 but without this "server/core.c" change)
     trunk patch: http://svn.apache.org/viewvc/httpd/httpd/trunk/server/core.c?r1=1725395&r2=1725394&pathrev=1725395&view=patch
     2.4.x patch: trunk above works
     +1: ylavic
     +1: ylavic, icing

  *) mod_proxy: Play/restore the TLS-SNI on new backend connections which
     had to be issued because the remote closed the previous/reusable one
@@ -198,15 +205,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                  http://svn.apache.org/r1732986
                  http://svn.apache.org/r1733056
     2.4.x patch: http://home.apache.org/~ylavic/patches/httpd-2.4.x-mod_proxy-SNI_reuse-v2.patch
     +1: ylavic

  *) core: Fix a bug in <UnDefine ...> directive processing. When used, the
           last <Define...>'ed variable was also withdrawn. PR 59019
     Trunk patch:
         http://svn.apache.org/r1732716
     2.4.x patch:
         Trunk version of patch works (modulo CHNAGES)
     +1: jailletc36, ylavic
     +1: ylavic, icing

   * prefork: Fix crash in ap_mpm_pod_check call caused by NULL dereference of
           its parameter when starting httpd as single process (httpd -X).
@@ -214,14 +213,14 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                  http://svn.apache.org/r1733064
                  http://svn.apache.org/r1733068
     2.4.x patch: http://home.apache.org/~ylavic/patches/httpd-2.4.x-prefork-ONE_PROCESS_POD.patch
     +1: ylavic
     +1: ylavic, icing

  *) mod_ssl: When SSLVerify is disabled (NONE), don't force a renegotiation if
     the SSLVerifyDepth applied with the default/handshaken vhost differs from
     the one applicable with the finally selected vhost.
     trunk patch: http://svn.apache.org/r1684171
     2.4.x patch: http://home.apache.org/~ylavic/patches/httpd-2.4.x-SSLVerify_NONE_no_reneg_Depth.patch
     +1: ylavic
     +1: ylavic, icing

  *) core: Ensure that httpd exits with an error status when the MPM fails
     to run.