You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2020/08/30 20:48:58 UTC

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

Author: jailletc36
Date: Sun Aug 30 20:48:58 2020
New Revision: 1881333

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

[skip ci]

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=1881333&r1=1881332&r2=1881333&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Sun Aug 30 20:48:58 2020
@@ -239,6 +239,38 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       svn merge -c 1873762,1881263 ^/httpd/httpd/trunk .
      +1: rpluem,
 
+  *) Slightly speed-up the execution of the test framework.
+     Trunk version of patch:
+        https://svn.apache.org/r1880500
+        https://svn.apache.org/r1880501
+        https://svn.apache.org/r1880509
+    Backport version for 2.4.x of patch:
+      Trunk version of patch works
+      svn merge -c 1880500,1880501,1880509 ^/httpd/httpd/trunk .
+     +1: jailletc36,
+
+  *) Fix some Windows 64 compilation warnings (if I get positive feedbacks
+     on such patches, I'll try to group more changes in future commits. However
+     fixing these warnings looks like a long and boring task)
+     Trunk version of patch:
+        https://svn.apache.org/r1881303
+        https://svn.apache.org/r1881304
+        https://svn.apache.org/r1881305
+        https://svn.apache.org/r1881306
+    Backport version for 2.4.x of patch:
+      Trunk version of patch works
+      svn merge -c 1881303,1881304,1881305,1881306 ^/httpd/httpd/trunk .
+     +1: jailletc36,
+
+  *) event, worker: avoid UBSan exception calling memcpy(,NULL,0) at startup.
+     Trunk version of patch:
+        https://svn.apache.org/r1874011
+        https://svn.apache.org/r1874055
+        https://svn.apache.org/r1874062
+    Backport version for 2.4.x of patch:
+      Trunk version of patch works
+      svn merge -c 1874011,1874055,1874062 ^/httpd/httpd/trunk .
+     +1: jailletc36,
 
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entries should be added at the START of the list ]