From ad3cd0efd002529a113a0486c7be288c6ebbf488 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Wed, 11 Oct 2023 12:20:32 +0200 Subject: [PATCH] dnsdist: Prepare ChangeLog and secpoll for DNSdist 1.8.2 --- docs/secpoll.zone | 3 ++- pdns/dnsdistdist/docs/changelog.rst | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/docs/secpoll.zone b/docs/secpoll.zone index 4c5730563a..549047772a 100644 --- a/docs/secpoll.zone +++ b/docs/secpoll.zone @@ -1,4 +1,4 @@ -@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2023100501 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2023101100 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -517,4 +517,5 @@ dnsdist-1.8.0-rc2.security-status 60 IN TXT "2 Unsuppor dnsdist-1.8.0-rc3.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)" dnsdist-1.8.0.security-status 60 IN TXT "1 OK" dnsdist-1.8.1.security-status 60 IN TXT "1 OK" +dnsdist-1.8.2.security-status 60 IN TXT "1 OK" dnsdist-1.9.0-alpha1.security-status 60 IN TXT "1 Unsupported pre-release (no known vulnerabilities)" diff --git a/pdns/dnsdistdist/docs/changelog.rst b/pdns/dnsdistdist/docs/changelog.rst index 79778a8ae2..9c103fbc2d 100644 --- a/pdns/dnsdistdist/docs/changelog.rst +++ b/pdns/dnsdistdist/docs/changelog.rst @@ -1,6 +1,22 @@ Changelog ========= +.. changelog:: + :version: 1.8.2 + :released: 11th of October 2023 + + This release fixes the HTTP2 rapid reset attack for the packages we provide. + If you are compiling DNSdist yourself or using the packages provided by your distribution, + please check that the h2o library has been patched to mitigate this vulnerability. + + Please review the :doc:`Upgrade Guide <../upgrade_guide>` before upgrading from versions < 1.8.x. + + .. change:: + :tags: Bug Fixes, Security + :pullreq: #13349 + + Switch to our fork of h2o to mitigate the HTTP2 rapid reset attack + .. changelog:: :version: 1.9.0-alpha1 :released: 18th of September 2023 -- 2.47.2