]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
secpoll & docs for dnsdist 1.9.1
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Wed, 13 Mar 2024 09:07:53 +0000 (10:07 +0100)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Wed, 13 Mar 2024 09:45:36 +0000 (10:45 +0100)
docs/secpoll.zone
pdns/dnsdistdist/docs/changelog.rst

index f189d819c592ebf560d595459058645c48e85aba..733fb3a8f45655a613e23714eb653f6f1461cf96 100644 (file)
@@ -1,4 +1,4 @@
-@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2024030700 10800 3600 604800 10800
+@       86400   IN  SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2024031400 10800 3600 604800 10800
 @       3600    IN  NS  pdns-public-ns1.powerdns.com.
 @       3600    IN  NS  pdns-public-ns2.powerdns.com.
 
@@ -541,4 +541,5 @@ dnsdist-1.9.0-alpha2.security-status                       60 IN TXT "2 Unsuppor
 dnsdist-1.9.0-alpha3.security-status                       60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
 dnsdist-1.9.0-alpha4.security-status                       60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
 dnsdist-1.9.0-rc1.security-status                          60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)"
-dnsdist-1.9.0.security-status                              60 IN TXT "1 OK"
+dnsdist-1.9.0.security-status                              60 IN TXT "3 Upgrade now, see https://blog.powerdns.com/2024/03/14/powerdns-dnsdist-1.9.1-released"
+dnsdist-1.9.1.security-status                              60 IN TXT "1 OK"
index 4664fe3103976ab9ef0aad37852a1bd56cc67ef1..cbbb39be2789a2a5ea4e512fcc2b6056efad237e 100644 (file)
@@ -1,6 +1,21 @@
 Changelog
 =========
 
+.. changelog::
+  :version: 1.9.1
+  :released: 14th of March 2024
+
+  This release does not contain any dnsdist code changes compared to 1.9.0.
+  The only thing that changed is the version of Quiche, because of a `security update <https://github.com/cloudflare/quiche/releases/tag/0.20.1>`_.
+
+  Please review the :doc:`Upgrade Guide <../upgrade_guide>` before upgrading.
+
+  .. change::
+    :tags: Bug Fixes
+    :pullreq: 13912
+
+    update Quiche to 0.20.1. Fixes `CVE-2024-1410 <https://www.cve.org/CVERecord?id=CVE-2024-1410>`_ and `CVE-2024-1765 <https://www.cve.org/CVERecord?id=CVE-2024-1765>`_.
+
 .. changelog::
   :version: 1.9.0
   :released: 16th of February 2024