You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2017/01/09 15:53:52 UTC

svn commit: r1777998 - /httpd/httpd/branches/2.2.x/STATUS

Author: wrowe
Date: Mon Jan  9 15:53:52 2017
New Revision: 1777998

URL: http://svn.apache.org/viewvc?rev=1777998&view=rev
Log:
Reviewed and approved, because 2.2.x is not likely to have another bugfix
release beyond security fixes.

For the same reason, demote months-old proposal to stalled, as this is not
likely to gain another reviewer.


Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=1777998&r1=1777997&r2=1777998&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Mon Jan  9 15:53:52 2017
@@ -102,9 +102,20 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  *) http: allow folding in check_headers(), still compliant with RFC 7230 (3.2.4).
+     trunk patch: http://svn.apache.org/r1777460
+                  http://svn.apache.org/r1777672
+     2.4.x patch: N/A
+     2.2.x patch: http://home.apache.org/~ylavic/patches/httpd-2.2.x-r1777460-v3.patch
+                  (needed because of s/APLOGNO//)
+     +1: ylavic, covener, wrowe
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
+
+PATCHES/ISSUES THAT ARE STALLED:
+
   *) mod_proxy_connect: The connect method doesn't work if the client is
      connecting to the apache proxy through an ssl socket. Fixed.
      [Brad Boyer, Mark Cave-Ayland, Julian Gilbey, Fabrice Durand,
@@ -126,16 +137,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
              the new code would be now very closed to 2.4.x's, might be
              worth it for (one of) the latest 2.2.x release, and RIP...
 
-  *) http: allow folding in check_headers(), still compliant with RFC 7230 (3.2.4).
-     trunk patch: http://svn.apache.org/r1777460
-                  http://svn.apache.org/r1777672
-     2.4.x patch: N/A
-     2.2.x patch: http://home.apache.org/~ylavic/patches/httpd-2.2.x-r1777460-v3.patch
-                  (needed because of s/APLOGNO//)
-     +1: ylavic, covener
-
-PATCHES/ISSUES THAT ARE STALLED
-
    * mod_proxy_balancer: Always initialize the shared parameters of a load
      balancer member, even if it is already used as standalone.  PR 57067.
      2.2.x patch: http://people.apache.org/~ylavic/httpd-2.2.x-mod_proxy_balancer-lbfactor.patch



Re: svn commit: r1777998 - /httpd/httpd/branches/2.2.x/STATUS

Posted by Yann Ylavic <yl...@gmail.com>.
On Tue, Jan 10, 2017 at 8:33 AM, William A Rowe Jr <wr...@rowe-clan.net> wrote:
> As this seems (once applied to 2.4) to be an accepted part of the overall patch,
> Yann you might want to add this to the merge/backport patch branches as part
> of our overall, recommended patches against 2.2/2.4.

Done in r1778094 (2.2.x-merge) and r1778094 (2.4.x-merge).

Re: svn commit: r1777998 - /httpd/httpd/branches/2.2.x/STATUS

Posted by William A Rowe Jr <wr...@rowe-clan.net>.
As this seems (once applied to 2.4) to be an accepted part of the overall patch,
Yann you might want to add this to the merge/backport patch branches as part
of our overall, recommended patches against 2.2/2.4.



On Mon, Jan 9, 2017 at 9:53 AM,  <wr...@apache.org> wrote:
> Author: wrowe
> Date: Mon Jan  9 15:53:52 2017
> New Revision: 1777998
>
> URL: http://svn.apache.org/viewvc?rev=1777998&view=rev
> Log:
> Reviewed and approved, because 2.2.x is not likely to have another bugfix
> release beyond security fixes.
>
> For the same reason, demote months-old proposal to stalled, as this is not
> likely to gain another reviewer.
>
>
> Modified:
>     httpd/httpd/branches/2.2.x/STATUS
>
> Modified: httpd/httpd/branches/2.2.x/STATUS
> URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=1777998&r1=1777997&r2=1777998&view=diff
> ==============================================================================
> --- httpd/httpd/branches/2.2.x/STATUS (original)
> +++ httpd/httpd/branches/2.2.x/STATUS Mon Jan  9 15:53:52 2017
> @@ -102,9 +102,20 @@ RELEASE SHOWSTOPPERS:
>  PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
>    [ start all new proposals below, under PATCHES PROPOSED. ]
>
> +  *) http: allow folding in check_headers(), still compliant with RFC 7230 (3.2.4).
> +     trunk patch: http://svn.apache.org/r1777460
> +                  http://svn.apache.org/r1777672
> +     2.4.x patch: N/A
> +     2.2.x patch: http://home.apache.org/~ylavic/patches/httpd-2.2.x-r1777460-v3.patch
> +                  (needed because of s/APLOGNO//)
> +     +1: ylavic, covener, wrowe
> +
>  PATCHES PROPOSED TO BACKPORT FROM TRUNK:
>    [ New proposals should be added at the end of the list ]
>
> +
> +PATCHES/ISSUES THAT ARE STALLED:
> +
>    *) mod_proxy_connect: The connect method doesn't work if the client is
>       connecting to the apache proxy through an ssl socket. Fixed.
>       [Brad Boyer, Mark Cave-Ayland, Julian Gilbey, Fabrice Durand,
> @@ -126,16 +137,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
>               the new code would be now very closed to 2.4.x's, might be
>               worth it for (one of) the latest 2.2.x release, and RIP...
>
> -  *) http: allow folding in check_headers(), still compliant with RFC 7230 (3.2.4).
> -     trunk patch: http://svn.apache.org/r1777460
> -                  http://svn.apache.org/r1777672
> -     2.4.x patch: N/A
> -     2.2.x patch: http://home.apache.org/~ylavic/patches/httpd-2.2.x-r1777460-v3.patch
> -                  (needed because of s/APLOGNO//)
> -     +1: ylavic, covener
> -
> -PATCHES/ISSUES THAT ARE STALLED
> -
>     * mod_proxy_balancer: Always initialize the shared parameters of a load
>       balancer member, even if it is already used as standalone.  PR 57067.
>       2.2.x patch: http://people.apache.org/~ylavic/httpd-2.2.x-mod_proxy_balancer-lbfactor.patch
>
>