You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2019/08/06 15:44:21 UTC

svn commit: r1864528 - /httpd/httpd/branches/2.4.x/STATUS

Author: jorton
Date: Tue Aug  6 15:44:21 2019
New Revision: 1864528

URL: http://svn.apache.org/viewvc?rev=1864528&view=rev
Log:
1*stalled, 1*proposed.

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

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1864528&r1=1864527&r2=1864528&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Tue Aug  6 15:44:21 2019
@@ -132,15 +132,6 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
-  *) core: Allow mod_env to override all system path envvars not just PATH
-     trunk patch: http://svn.apache.org/r1811831
-     2.4.x patch: svn merge -c 1811831 ^/httpd/httpd/trunk .
-     +1: jorton, rpluem
-     ylavic: same as dev@; since SetEnv* are usable from htaccess, wouldn't
-             we open a door here (unconditionally)? 
-             covener: seems like we need some kind of pattern for opting in
-             to restricted arguments.
-
   *) core: avoid duplicate headers when using ap_send_error_response.
            From trunk's testing the code seems running fine without any side
            effects, so adding this change in here to have more reviews.
@@ -158,7 +149,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      elukey: If anybody has time to review this change it would be great, to know if it needs to be reverted,
              reworked, etc.. I would like to avoid a patch that is clearly wrong for some reviewer sitting here for
              months/years without any action item :)
-     
+
+  *) mod_remoteip: Add sanity checks.
+     trunk patch: http://svn.apache.org/r1864526
+     2.4.x patch: svn merge -c 1864526 ^/httpd/httpd/trunk .
+     +1: jorton, 
+
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entries should be added at the START of the list ]
 
@@ -269,6 +265,15 @@ PATCHES/ISSUES THAT ARE BEING WORKED
 
 PATCHES/ISSUES THAT ARE STALLED
 
+  *) core: Allow mod_env to override all system path envvars not just PATH
+     trunk patch: http://svn.apache.org/r1811831
+     2.4.x patch: svn merge -c 1811831 ^/httpd/httpd/trunk .
+     +1: jorton, rpluem
+     ylavic: same as dev@; since SetEnv* are usable from htaccess, wouldn't
+             we open a door here (unconditionally)? 
+             covener: seems like we need some kind of pattern for opting in
+             to restricted arguments.
+
   *) mod_proxy: Add ap_proxy_define_match_worker() and use it for ProxyPassMatch
      and ProxyMatch section to distinguish between normal workers and workers
      with regex substitutions in the name. Implement handling of such workers