-@ 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.
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)"
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