diff options
-rw-r--r-- | debian/changelog | 7 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 8 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index a4b9342..decffc6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +apache2 (2.4.59-2) unstable; urgency=medium + + * Breaks against fossil due to CVE-2024-24795 follows up + + -- Bastien Roucariès <rouca@debian.org> Mon, 29 Apr 2024 21:55:28 +0000 + apache2 (2.4.59-1~progress7.99u1) graograman-backports; urgency=medium * Uploading to graograman-backports, remaining changes: @@ -63,6 +69,7 @@ apache2 (2.4.59-1) unstable; urgency=medium * mod_proxy_connect: disable AllowCONNECT by default (Closes: #1054564) * Refresh patches * New upstream version 2.4.59 + (Closes: #1068412 CVE-2024-27316 CVE-2024-24795 CVE-2023-38709) * Refresh patches * Update patches * Update test framework diff --git a/debian/control b/debian/control index fd9b738..e577fb2 100644 --- a/debian/control +++ b/debian/control @@ -80,6 +80,7 @@ Depends: ${misc:Depends}, Suggests: apache2-doc, apache2-suexec-pristine | apache2-suexec-custom, www-browser +Breaks: fossil (<< 1:2.24-5~) Provides: ${apache2:API} Description: Apache HTTP Server (modules and other binary files) The Apache HTTP Server Project's goal is to build a secure, efficient and |