You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ic...@apache.org on 2022/03/09 14:18:58 UTC

svn commit: r52944 - /dev/httpd/

Author: icing
Date: Wed Mar  9 14:18:58 2022
New Revision: 52944

Log:
Add 2.4.53-rc2 files

Added:
    dev/httpd/CHANGES_2.4.53
    dev/httpd/httpd-2.4.53-rc2-deps.tar.bz2   (with props)
    dev/httpd/httpd-2.4.53-rc2-deps.tar.bz2.asc
    dev/httpd/httpd-2.4.53-rc2-deps.tar.bz2.sha256
    dev/httpd/httpd-2.4.53-rc2-deps.tar.bz2.sha512
    dev/httpd/httpd-2.4.53-rc2-deps.tar.gz   (with props)
    dev/httpd/httpd-2.4.53-rc2-deps.tar.gz.asc
    dev/httpd/httpd-2.4.53-rc2-deps.tar.gz.sha256
    dev/httpd/httpd-2.4.53-rc2-deps.tar.gz.sha512
    dev/httpd/httpd-2.4.53-rc2.tar.bz2   (with props)
    dev/httpd/httpd-2.4.53-rc2.tar.bz2.asc
    dev/httpd/httpd-2.4.53-rc2.tar.bz2.sha256
    dev/httpd/httpd-2.4.53-rc2.tar.bz2.sha512
    dev/httpd/httpd-2.4.53-rc2.tar.gz   (with props)
    dev/httpd/httpd-2.4.53-rc2.tar.gz.asc
    dev/httpd/httpd-2.4.53-rc2.tar.gz.sha256
    dev/httpd/httpd-2.4.53-rc2.tar.gz.sha512
Modified:
    dev/httpd/Announcement2.4.html
    dev/httpd/Announcement2.4.txt

Modified: dev/httpd/Announcement2.4.html
==============================================================================
--- dev/httpd/Announcement2.4.html (original)
+++ dev/httpd/Announcement2.4.html Wed Mar  9 14:18:58 2022
@@ -52,7 +52,7 @@
                        Apache HTTP Server 2.4.53 Released
 </h1>
 <p>
-   March 07, 2022
+   March 09, 2022
 </p>
 <p>
    The Apache Software Foundation and the Apache HTTP Server Project are

Modified: dev/httpd/Announcement2.4.txt
==============================================================================
--- dev/httpd/Announcement2.4.txt (original)
+++ dev/httpd/Announcement2.4.txt Wed Mar  9 14:18:58 2022
@@ -1,6 +1,6 @@
                 Apache HTTP Server 2.4.53 Released
 
-   March 07, 2022
+   March 09, 2022
 
    The Apache Software Foundation and the Apache HTTP Server Project
    are pleased to announce the release of version 2.4.53 of the Apache

Added: dev/httpd/CHANGES_2.4.53
==============================================================================
--- dev/httpd/CHANGES_2.4.53 (added)
+++ dev/httpd/CHANGES_2.4.53 Wed Mar  9 14:18:58 2022
@@ -0,0 +1,56 @@
+                                                         -*- coding: utf-8 -*-
+Changes with Apache 2.4.53
+
+  *) core: Make sure and check that LimitXMLRequestBody fits in system memory.
+     [Ruediger Pluem, Yann Ylavic]
+
+  *) core: Simpler connection close logic if discarding the request body fails.
+     [Yann Ylavic, Ruediger Pluem]
+
+  *) mod_http2: preserve the port number given in a HTTP/1.1
+     request that was Upgraded to HTTP/2. Fixes PR65881.
+     [Stefan Eissing]
+
+  *) mod_proxy: Allow for larger worker name.  PR 53218.  [Yann Ylavic]
+
+  *) dbm: Split the loading of a dbm driver from the opening of a dbm file. When
+     an attempt to load a dbm driver fails, log clearly which driver triggered
+     the error (not "default"), and what the error was. [Graham Leggett]
+
+  *) mod_proxy: Use the maxium of front end and backend timeouts instead of the
+     minimum when tunneling requests (websockets, CONNECT requests).
+     Backend timeouts can be configured more selectively (per worker if needed)
+     as front end timeouts and typically the backend timeouts reflect the
+     application requirements better.  PR 65886 [Ruediger Pluem]
+
+  *) ap_regex: Use Thread Local Storage (TLS) to recycle ap_regexec() buffers
+     when an efficient TLS implementation is available. [Yann Ylavic]
+
+  *) core, mod_info: Add compiled and loaded PCRE versions to version
+     number display.  [Rainer Jung]
+
+  *) mod_md: do not interfere with requests to /.well-known/acme-challenge/
+     resources if challenge type 'http-01' is not configured for a domain.
+     Fixes <https://github.com/icing/mod_md/issues/279>.
+     [Stefan Eissing]
+
+  *) mod_dav: Fix regression when gathering properties which could lead to huge
+     memory consumption proportional to the number of resources.
+     [Evgeny Kotkov, Ruediger Pluem]
+
+  *) Support pcre2 (10.x) library in place of the now end-of-life pcre (8.x)
+     for regular expression evaluation. This depends on locating pcre2-config.
+     [William Rowe, Petr Pisar <ppisar redhat.com>, Rainer Jung]
+
+  *) Add the ldap function to the expression API, allowing LDAP filters and
+     distinguished names based on expressions to be escaped correctly to
+     guard against LDAP injection. [Graham Leggett]
+
+  *) mod_md: the status description in MDomain's JSON, exposed in the
+     md-status handler (if configured) did sometimes not carry the correct
+     message when certificates needed renew.
+     [Stefan Eissing]
+
+  *) mpm_event: Fix a possible listener deadlock on heavy load when restarting
+     and/or reaching MaxConnectionsPerChild.  PR 65769.  [Yann Ylavic]
+

Added: dev/httpd/httpd-2.4.53-rc2-deps.tar.bz2
==============================================================================
Binary file - no diff available.

Propchange: dev/httpd/httpd-2.4.53-rc2-deps.tar.bz2
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/httpd/httpd-2.4.53-rc2-deps.tar.bz2.asc
==============================================================================
--- dev/httpd/httpd-2.4.53-rc2-deps.tar.bz2.asc (added)
+++ dev/httpd/httpd-2.4.53-rc2-deps.tar.bz2.asc Wed Mar  9 14:18:58 2022
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+
+iQIzBAABCgAdFiEEJvUe+agvSstD8ZA+03fJ59GUTGYFAmIotxoACgkQ03fJ59GU
+TGaTfA/9ETb56LFG+AnW6L/lMzNdHdABtduk39qwaBhAxMnq50+1uISzaVc8cQsV
+8/JWCs5H1j4163uW9DzYsLTXYKfempVyWNjVs39TJxjzI8cAEtoILvoqShd9oMj9
+oAI51sZ3GcQFBSqpE4r7MMN3MuskYNc2jjtEKzkwJ9brs2vHG2K0gHMttwIAWWQo
+hpKHnHx79MKUYjUvY4fkhIPVhraPNlGak5CLjEd2f0SMFteiLOrdU8UjiqUuSRGn
+1ecf1SStg6fjm3mTOStKjiNoBeS+LEpfktkBfiHWLud4njGqiXUsO9MeUQbM7nes
++cxLbX8k7X2eAk1OTRwn2iHJz1CzRnLVLTYPmFA6HTEZfE6pmjsLvdI6H4+/P30Y
+5UH1AJu6gtdCP32vgeNjnsHFvgeL9sa7PF3kodKUvj3GsGiZvFzSkXyNZuYRpaoX
+Ny+IECJ/0c3QWLqiwIhiRlgMo+TUUkwnifV4IZBwyMUerFERu5nDbQbkJM11duH8
+cqwrc83qsR81mxkmGVWckes7YUV2invD0Kkwod3cF0XhMxePou8QC7q6edPmNN+9
+zjwn03Z5IKI4jPKEwXyttbP479kZPBrAn0N6SidZS8xWHODpQ1pHTweJGm7a9b9c
+Mp4M79efLLm+tBaqUmmVQPvxWCK2am7cgRbtbIxgkTwQTRrbCX0=
+=ldFB
+-----END PGP SIGNATURE-----

Added: dev/httpd/httpd-2.4.53-rc2-deps.tar.bz2.sha256
==============================================================================
--- dev/httpd/httpd-2.4.53-rc2-deps.tar.bz2.sha256 (added)
+++ dev/httpd/httpd-2.4.53-rc2-deps.tar.bz2.sha256 Wed Mar  9 14:18:58 2022
@@ -0,0 +1 @@
+07b3bf318bc7a5ce02509bc215fd437cc40178285b16fe99adeb7daafff8b7c6 *httpd-2.4.53-rc2-deps.tar.bz2

Added: dev/httpd/httpd-2.4.53-rc2-deps.tar.bz2.sha512
==============================================================================
--- dev/httpd/httpd-2.4.53-rc2-deps.tar.bz2.sha512 (added)
+++ dev/httpd/httpd-2.4.53-rc2-deps.tar.bz2.sha512 Wed Mar  9 14:18:58 2022
@@ -0,0 +1 @@
+67b166a0b1aa38fb947f6d123ff90c17d91a460b765ca9bea8cf69645502ec4f8e9046bb18098baeb3661f8b2753e68563755fd1f88932e98f74c2ed47e7d282 *httpd-2.4.53-rc2-deps.tar.bz2

Added: dev/httpd/httpd-2.4.53-rc2-deps.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/httpd/httpd-2.4.53-rc2-deps.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/httpd/httpd-2.4.53-rc2-deps.tar.gz.asc
==============================================================================
--- dev/httpd/httpd-2.4.53-rc2-deps.tar.gz.asc (added)
+++ dev/httpd/httpd-2.4.53-rc2-deps.tar.gz.asc Wed Mar  9 14:18:58 2022
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+
+iQIzBAABCgAdFiEEJvUe+agvSstD8ZA+03fJ59GUTGYFAmIotwgACgkQ03fJ59GU
+TGaNWw//Warqbg/asRXwuCNk/EIwnisKtYuSUiNMWam9CLO5gcnEsmj6kzZ8Yizn
+/RiIonuGSSyquuHiwXh1ax+p/FVU+s6Rlm1xN7PUa78GcY9XHFfDiMR24pikWzqN
+wZcawx3wNxWNELCe+YKbqZF7Y9isePnxUyaRYtcscGW+uvt1Mv9vPIjkBMVV4Ztn
+sngvi25HxWeWz10hNM+4MWTSwBCOPKyUsa21PVyscnchYGW57AplpwIOsTJm3zJy
+N4BVcIV7f6hHq+RFkBE3A99DeAaD6mYvutkyhclIgFOeYblAzUleTvU153hai6bK
+RgVGuSmMxr4kRoCqB/RUb8bViLnTDfNsKgyVoQwu62DD29sr7ngqwHqpx5wQVyrc
+0oVUYrPewA+femvDwl8KgBdyrD/MVhziNz0/kjIz+0OYmHMnWfwzAOlP0fT5O4Ra
+ahUi4eGqQg22R85a6aZC/iRaIazMBMDnrFIcFKJ6leuPACPYPKA7Gt1oPpTMF29J
+lipoNZ7Ubw71uQkiB8pyh7BCpIXYEYoT773hOXbz25ahNUD239VnRwUeDTVjJHN9
+iW1SsxKDJweMPR2SsQWsfES2Jzj+skaRS+OTCuov3wWfsuncABTUEqOKeu1KTZs3
+oVErVHMgixZq37U9Qea8fMAXm2Z8i6jEbBGXDbcddolzNyjymKo=
+=5AQh
+-----END PGP SIGNATURE-----

Added: dev/httpd/httpd-2.4.53-rc2-deps.tar.gz.sha256
==============================================================================
--- dev/httpd/httpd-2.4.53-rc2-deps.tar.gz.sha256 (added)
+++ dev/httpd/httpd-2.4.53-rc2-deps.tar.gz.sha256 Wed Mar  9 14:18:58 2022
@@ -0,0 +1 @@
+7f36bbae2a429263cfad024da8ecd9468adbbd6d85e634d2c9c8640e2b78696d *httpd-2.4.53-rc2-deps.tar.gz

Added: dev/httpd/httpd-2.4.53-rc2-deps.tar.gz.sha512
==============================================================================
--- dev/httpd/httpd-2.4.53-rc2-deps.tar.gz.sha512 (added)
+++ dev/httpd/httpd-2.4.53-rc2-deps.tar.gz.sha512 Wed Mar  9 14:18:58 2022
@@ -0,0 +1 @@
+2271ea038d8f2a3dc3febf72da22d89ba1c682511ff4c60814bd24f547e8b03536fd9ad7f8062f3c1ff872340a19b75545c81183e8ca6a9bcc98acb92ee3dc0f *httpd-2.4.53-rc2-deps.tar.gz

Added: dev/httpd/httpd-2.4.53-rc2.tar.bz2
==============================================================================
Binary file - no diff available.

Propchange: dev/httpd/httpd-2.4.53-rc2.tar.bz2
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/httpd/httpd-2.4.53-rc2.tar.bz2.asc
==============================================================================
--- dev/httpd/httpd-2.4.53-rc2.tar.bz2.asc (added)
+++ dev/httpd/httpd-2.4.53-rc2.tar.bz2.asc Wed Mar  9 14:18:58 2022
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+
+iQIzBAABCgAdFiEEJvUe+agvSstD8ZA+03fJ59GUTGYFAmIotxoACgkQ03fJ59GU
+TGbaAQ//TeVio63uLRIhyhW4qoUlGCL4KfCyY3aj5Yh6JGea9lYdioZ4JdHJan2y
+IYRuF7B2S/MgfWESsEkPq8Nh0+ym78ZObdTFsskUF9so3+3WN9szQwTP/9suNd4+
+fv1vOKKGdy2h4hakR+E182A8gJ9FO6FabiETLvPvYVma3+5Zd2duzyvAOAQUDvkj
+JhFXYVQCrWfiJN7gARePAzZyxbfWd5QVQMuCiWSIQ2PG0SkfQa07CsEiDiN8r8fZ
+NGpNmyfUNqz4aUkBssNr0rVfmLzG2vicrfWaOgyS0rAEqn7fYhgF3s9k5y2htgOu
+mdv2TPYl39NBf3uQNtR5tTUCPaop2GvH1GMJnz18W2fpessscHsuWiqeVVNUDmvV
+zrFWlH2ehYPIOt07moP80nWJzpP7F5BGSG3DqcXPSG1JM/TM8uC3dgbC7k26i3vh
++8ypE1unHjop4nGff4cSkGeC5W2PkXrYNJC8xyjwbT098Q+Z8kAcO8TLpdaSx6tf
+fI/9IwX+2uOhGx+ZHok0BSX0EpGK+i51Kspih++AcNaf6T4urXKdrpEgNm4jdHw7
+maCHPDelUMyxffBM/Jl8/VZD+SHuhK2LzPBFGOJdNhbNKzdkfg5TaxhfIywvV1T6
+JzRtvx/HoglaqCNFsBqflWpctC5dS2DeKEbP9FaDbqfxLmxp/G8=
+=7fpY
+-----END PGP SIGNATURE-----

Added: dev/httpd/httpd-2.4.53-rc2.tar.bz2.sha256
==============================================================================
--- dev/httpd/httpd-2.4.53-rc2.tar.bz2.sha256 (added)
+++ dev/httpd/httpd-2.4.53-rc2.tar.bz2.sha256 Wed Mar  9 14:18:58 2022
@@ -0,0 +1 @@
+d0bbd1121a57b5f2a6ff92d7b96f8050c5a45d3f14db118f64979d525858db63 *httpd-2.4.53-rc2.tar.bz2

Added: dev/httpd/httpd-2.4.53-rc2.tar.bz2.sha512
==============================================================================
--- dev/httpd/httpd-2.4.53-rc2.tar.bz2.sha512 (added)
+++ dev/httpd/httpd-2.4.53-rc2.tar.bz2.sha512 Wed Mar  9 14:18:58 2022
@@ -0,0 +1 @@
+07ef59594251a30a864cc9cc9a58ab788c2d006cef85b728f29533243927c63cb063e0867f2a306f37324c3adb9cf7dcb2402f3516b05c2c6f32469d475dd756 *httpd-2.4.53-rc2.tar.bz2

Added: dev/httpd/httpd-2.4.53-rc2.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/httpd/httpd-2.4.53-rc2.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/httpd/httpd-2.4.53-rc2.tar.gz.asc
==============================================================================
--- dev/httpd/httpd-2.4.53-rc2.tar.gz.asc (added)
+++ dev/httpd/httpd-2.4.53-rc2.tar.gz.asc Wed Mar  9 14:18:58 2022
@@ -0,0 +1,17 @@
+-----BEGIN PGP SIGNATURE-----
+Comment: GPGTools - https://gpgtools.org
+
+iQIzBAABCgAdFiEEJvUe+agvSstD8ZA+03fJ59GUTGYFAmIotxoACgkQ03fJ59GU
+TGb/fg/9HoJf3YBW7vLVmu39zXrKR5vNePhhq11f7OC2EZQ8fIb0s+C29zwI43Fa
+qjEk0zoucjV4BCB/6/KBEbc049eOoLEm60mXFCDMJV3A7+wrqEVghfayHHeOH3yd
+eQb+2BQsZ83QzS6c+ULOPO0xnWyg1s7/tbI2YwATcs9kBHVoJiCZmPoHugEDPkZ7
+NH4QUjZ2E0wPKC1xEeyGfyFRcU6d0N+9wHAAjTvnVWIfCFvjVTLHBSACyp8apKB3
+uV6jYfB6eEcKJsstCN0kK1rnur+jgB+k/Xo8TvEuyb9UqTKALJTdahNHuJpihD7d
+4WUOfhnHPKnNKra/GgNJZwEv/AVSBu2LqPebr6D6AXtjObreCUmFO8auaPDAYjTB
+RrMp2OArGbUXXQgZbebUWu+NwHH559yyyrGgaiK6I+m7aYHVltK8AvruBQMghGYa
+jjJQlXuUEvYb9Ul21zCi8Ow0on3ZS/ZR2l1bh2fNcwr38i0LERpsYPBe9z0ufCUv
+nnz2/JDLyqqqBtcvAcVrW0xW6opZUeMIHO1J9rgnZol1HRkqJAE8Kqu7X3OBUEFv
+N12sgqke9YmsFakWzYII0+YprPe/gw4vH0ZzCGTxm6fWKWvPYz3J4L7c7PCiOIsu
+Trg8fhvf6qd1/I6KChVQmQlnB4B5+yNe6cHpuHczp0hd/z1DRRQ=
+=08vu
+-----END PGP SIGNATURE-----

Added: dev/httpd/httpd-2.4.53-rc2.tar.gz.sha256
==============================================================================
--- dev/httpd/httpd-2.4.53-rc2.tar.gz.sha256 (added)
+++ dev/httpd/httpd-2.4.53-rc2.tar.gz.sha256 Wed Mar  9 14:18:58 2022
@@ -0,0 +1 @@
+7a045e8e653aaf931f9667f3a7e1943bd81306bf908f316465f737a854d10c16 *httpd-2.4.53-rc2.tar.gz

Added: dev/httpd/httpd-2.4.53-rc2.tar.gz.sha512
==============================================================================
--- dev/httpd/httpd-2.4.53-rc2.tar.gz.sha512 (added)
+++ dev/httpd/httpd-2.4.53-rc2.tar.gz.sha512 Wed Mar  9 14:18:58 2022
@@ -0,0 +1 @@
+2fa1918aa44eb9984c0a294f416102088ed6874213391acd8c434b062603eb2a9ec64f7b1a218d4fe283d74fc9956650297d0b4dda57dcd8533b075a7321ec78 *httpd-2.4.53-rc2.tar.gz