You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2022/01/17 08:44:42 UTC

svn commit: r1897150 - in /httpd/httpd/branches/2.4.x: CHANGES STATUS changes-entries/bz_65769.txt

Author: rpluem
Date: Mon Jan 17 08:44:42 2022
New Revision: 1897150

URL: http://svn.apache.org/viewvc?rev=1897150&view=rev
Log:
* Backported [skip ci]

Removed:
    httpd/httpd/branches/2.4.x/changes-entries/bz_65769.txt
Modified:
    httpd/httpd/branches/2.4.x/CHANGES
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?rev=1897150&r1=1897149&r2=1897150&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/CHANGES [utf-8] Mon Jan 17 08:44:42 2022
@@ -1,6 +1,9 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.4.53
 
+  *) mpm_event: Fix a possible listener deadlock on heavy load when restarting
+     and/or reaching MaxConnectionsPerChild.  PR 65769.  [Yann Ylavic]
+
 Changes with Apache 2.4.52
 
   *) SECURITY: CVE-2021-44790: Possible buffer overflow when parsing

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1897150&r1=1897149&r2=1897150&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Mon Jan 17 08:44:42 2022
@@ -147,14 +147,6 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-  *) mpm_event: Fix a possible listener deadlock on heavy load when restarting
-     and/or reaching MaxConnectionsPerChild.  PR 65769.
-     Trunk version of patch:
-        https://svn.apache.org/r1896505
-     Backport version for 2.4.x of patch:
-      Trunk version of patch works
-      svn merge -c 1896505 ^/httpd/httpd/trunk .
-     +1: rpluem, ylavic, gbechis
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]