diff --git a/apache2.changes b/apache2.changes index 675d058..db32641 100644 --- a/apache2.changes +++ b/apache2.changes @@ -1,3 +1,48 @@ +------------------------------------------------------------------- +Mon Oct 4 15:23:51 UTC 2021 - Michael Ströder + +- version update to 2.4.50 + *) core: AP_NORMALIZE_DECODE_UNRESERVED should normalize the second dot in + the uri-path when it's preceded by a dot. [Yann Ylavic] + *) mod_md: when MDMessageCmd for a 'challenge-setup::' + fails (!= 0 exit), the renewal process is aborted and an error is + reported for the MDomain. This provides scripts that distribute + information in a cluster to abort early with bothering an ACME + server to validate a dns name that will not work. The common + retry logic will make another attempt in the future, as with + other failures. + Fixed a bug when adding private key specs to an already working + MDomain, see . + [Stefan Eissing] + *) mod_proxy: Handle UDS URIs with empty hostname ("unix:///...") as if they + had no hostname ("unix:/..."). [Yann Ylavic] + *) mod_md: fixed a bug in handling multiple parallel OCSP requests. These could + run into an assertion which terminated (and restarted) the child process where + the task was running. Eventually, all OCSP responses were collected, but not + in the way that things are supposed to work. + See also . + The bug was possibly triggered when more than one OCSP status needed updating + at the same time. For example for several renewed certificates after a server + reload. + *) mod_rewrite: Fix UDS ("unix:") scheme for [P] rules. PR 57691 + 65590. + [Janne Peltonen ] + *) event mpm: Correctly count active child processes in parent process if + child process dies due to MaxConnectionsPerChild. + PR 65592 [Ruediger Pluem] + *) mod_http2: when a server is restarted gracefully, any idle h2 worker + threads are shut down immediately. + Also, change OpenSSL API use for deprecations in OpenSSL 3.0. + Adds all other, never proposed code changes to make a clean + sync of http2 sources. [Stefan Eissing] + *) mod_dav: Correctly handle errors returned by dav providers on REPORT + requests. [Ruediger Pluem] + *) core: do not install core input/output filters on secondary + connections. [Stefan Eissing] + *) core: Add ap_pre_connection() as a wrapper to ap_run_pre_connection() + and use it to prevent that failures in running the pre_connection + hook cause crashes afterwards. [Ruediger Pluem] + *) mod_speling: Add CheckBasenameMatch PR 44221. [Christophe Jaillet] + ------------------------------------------------------------------- Fri Sep 17 08:37:29 UTC 2021 - pgajdos@suse.com diff --git a/apache2.spec b/apache2.spec index 1762f4a..d72b353 100644 --- a/apache2.spec +++ b/apache2.spec @@ -115,7 +115,7 @@ %endif Name: apache2%{psuffix} -Version: 2.4.49 +Version: 2.4.50 Release: 0 Summary: The Apache HTTPD Server License: Apache-2.0 diff --git a/httpd-2.4.49.tar.bz2 b/httpd-2.4.49.tar.bz2 deleted file mode 100644 index d84a2af..0000000 --- a/httpd-2.4.49.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:65b965d6890ea90d9706595e4b7b9365b5060bec8ea723449480b4769974133b -size 7199599 diff --git a/httpd-2.4.49.tar.bz2.asc b/httpd-2.4.49.tar.bz2.asc deleted file mode 100644 index 626c0aa..0000000 --- a/httpd-2.4.49.tar.bz2.asc +++ /dev/null @@ -1,17 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Comment: GPGTools - https://gpgtools.org - -iQIzBAABCgAdFiEEJvUe+agvSstD8ZA+03fJ59GUTGYFAmE7YfoACgkQ03fJ59GU -TGbbug//aZ9SUOjopIEfyop/AcVdDhgXJjs0ZRQEA4DpDRWwn5//8agKAoZpe8ao -UEqb89zTISkxEIwwUAnF5Df9g1cP6iF+pgfGQS2tNB0EIYVnOQCubd7Dj6WWr9GY -bzA7qTgO9Y7jwyYzHlwMX1chZ49wRjoQdzQbCIjNPxRA0PdOSZn6NlcEJSfodgqH -XQM8/akvPQ1SFwmN990ObcWMjRopwDovlRvHtyKfTSgtNjbL4Qe4PVGp9K5RYCoM -M0QyIZokOMxpNmAh37FAd2siBSyXrJZFlgpXkXnQ6mn7EHU/+yh2XiTo/XJ0CjMf -yytcC1l9DIW7VIH9HogdZQ9E4cvFjMLve03YbAOhzjOYdmCjU+v1gwUC6m0NV+H8 -XV573435L9BIXb4nI0TB2nbtiJiFBKcoinsps5UEX5KbAepQAC6OPqADEHQgRkCn -9PCzruJlJUm7oh2q9BRg2qc2IoePyk5Tv7MAcT6msGcSX9Lh5TkHsLIVPdId+aZ/ -0Q7gIgME9Ej4k+LoiuJNmag7IgLQZxTk82CD9T59REslgDkkT2KP4/PzSgx8G5It -GmtOQUX7x4AgGtu1YSSn9mbZ73P7b76ii1vHv/eOybAY7zWe/03hXaeNn0Lcgk7Z -nBjWQfm/Pv01QgCNdpiyZ/lRj3zn4VxFMtCFNSB3ktgezxhYcWI= -=qZK9 ------END PGP SIGNATURE----- diff --git a/httpd-2.4.50.tar.bz2 b/httpd-2.4.50.tar.bz2 new file mode 100644 index 0000000..8d361ee --- /dev/null +++ b/httpd-2.4.50.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a2817c070c606682eb53ed963511407d3c3d7a379cdf855971467b00fb3890f +size 7653174 diff --git a/httpd-2.4.50.tar.bz2.asc b/httpd-2.4.50.tar.bz2.asc new file mode 100644 index 0000000..a124300 --- /dev/null +++ b/httpd-2.4.50.tar.bz2.asc @@ -0,0 +1,17 @@ +-----BEGIN PGP SIGNATURE----- +Comment: GPGTools - https://gpgtools.org + +iQIzBAABCgAdFiEEJvUe+agvSstD8ZA+03fJ59GUTGYFAmFXGlIACgkQ03fJ59GU +TGabXhAAoArFS8OJaAdmTEojAP1S8XbAgnB8HzoZEs9nMSQZSuyz2kW9odf0dr6V +2+/OhEAfWE0urZ/kbUUY8n5miO3eG1mkBnZasiQ08xUTxX9uXoztS7WpdWtdxU6f +6easTDDfxzmAteWHuTYt3fEIdcms+3vho3TxzkWAnVeECfSSfsAK+vw9ZIGdNCBj +NpmxFEUONof2qmuBE3Gkxvcv7Qp+H7c5eNBsr2Ae04YNHdIHUALbc+gRFkjhbnXe ++2ouY13ONfKuHB2bEYwVbE9AdU/uOsVVAt8LGu4PS/W+owhubCV2dQ+wv71pksp3 +2psZG6VYrSwxOnB77mCGCrM/Mi4RnrYbUlCgNi8ad32QjcH7iK7MPnSx/dZ3dcf5 +7W1IUw5dPrPKO+xmQLkcjXMC4qSQhB7VPJuKYBBmJ32tSVMY6BxIotiTvoVJkNl5 +Xtsq8GH++vENPvCeaQh9aflesPcHguss3UMuwpny+I/od2mRhp9ZTyRTHmQM5gJo +Gt3k2WcBfOaVrnJdufT8sAMDL8H2XDlHUZuhQX5VwLupJiDGXIcmXLP/mxrhnqCp +K97niY5NjdHNJP/nyVMxwAcWJweLizlxP+xlCH13cAXsL6os4NR+OSJ0KRGJ+fGA +tIUy87ujOvPm9T7TR+j7GPsauDY0qRy4+I60Dqg6+kzLgN+ZCps= +=AE4U +-----END PGP SIGNATURE-----