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

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

Author: rjung
Date: Tue Aug  6 20:03:16 2019
New Revision: 1864563

URL: http://svn.apache.org/viewvc?rev=1864563&view=rev
Log:
Propose.

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=1864563&r1=1864562&r2=1864563&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Tue Aug  6 20:03:16 2019
@@ -155,6 +155,22 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: svn merge -c 1864526 ^/httpd/httpd/trunk .
      +1: jorton, covener, 
 
+  *) apr_common.m4: Pick up from APR 1.7.0.
+     apr_common.m4 is currently from APR 1.6.x. When running buildconf
+     against APR 1.7.x it gets updated from there. Therefore in the
+     apr_common.m4 in the 2.4.40 tarball differs from the one in svn for 2.4.x
+     (a copy of the APR 1.6.x version in svn, a copy of the APR 1.7.x version
+     in the tarball).
+     The below backports the changes to apr_common.m4 in httpd trunk which
+     in effect result in the 2.4.x apr_common.m4 to become identical with
+     the one in APR 1.7.x (and trunk).
+     trunk patch: http://svn.apache.org/r1856560
+                  http://svn.apache.org/r1856561
+                  http://svn.apache.org/r1856846
+     2.4.x patch: svn merge -c 1856560,1856561,1856846 ^/httpd/httpd/trunk .
+     +1: rjung
+
+
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entries should be added at the START of the list ]