From: Remi Gacogne Date: Fri, 26 Apr 2024 09:37:40 +0000 (+0200) Subject: dnsdist: Update the secpoll zone and the ChangeLog for 1.9.4 X-Git-Tag: rec-5.1.0-alpha1~6^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b4c1cf73096f017bc080ba981d511c021e72ccf;p=thirdparty%2Fpdns.git dnsdist: Update the secpoll zone and the ChangeLog for 1.9.4 --- diff --git a/docs/secpoll.zone b/docs/secpoll.zone index a7d230c669..e2ef359a8b 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. 2024042401 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2024051301 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -541,11 +541,12 @@ dnsdist-1.8.1.security-status 60 IN TXT "3 Upgrade dnsdist-1.8.2.security-status 60 IN TXT "1 OK" dnsdist-1.8.3.security-status 60 IN TXT "1 OK" dnsdist-1.9.0-alpha1.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)" -dnsdist-1.9.0-alpha2.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)" -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-alpha2.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)" +dnsdist-1.9.0-alpha3.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)" +dnsdist-1.9.0-alpha4.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)" +dnsdist-1.9.0-rc1.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)" 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" -dnsdist-1.9.2.security-status 60 IN TXT "1 OK" -dnsdist-1.9.3.security-status 60 IN TXT "1 OK" +dnsdist-1.9.1.security-status 60 IN TXT "3 Upgrade now, see https://dnsdist.org/security-advisories/powerdns-advisory-for-dnsdist-2024-03.html" +dnsdist-1.9.2.security-status 60 IN TXT "3 Upgrade now, see https://dnsdist.org/security-advisories/powerdns-advisory-for-dnsdist-2024-03.html" +dnsdist-1.9.3.security-status 60 IN TXT "3 Upgrade now, see https://dnsdist.org/security-advisories/powerdns-advisory-for-dnsdist-2024-03.html" +dnsdist-1.9.4.security-status 60 IN TXT "1 OK" diff --git a/pdns/dnsdistdist/docs/changelog.rst b/pdns/dnsdistdist/docs/changelog.rst index a7f6bdbd00..51a5c65b97 100644 --- a/pdns/dnsdistdist/docs/changelog.rst +++ b/pdns/dnsdistdist/docs/changelog.rst @@ -1,6 +1,36 @@ Changelog ========= +.. changelog:: + :version: 1.9.4 + :released: 13th of May 2024 + + .. change:: + :tags: Bug Fixes, DNS over HTTPS + :pullreq: 14081 + :tickets: 14046 + + Fix DNS over plain HTTP broken by `reloadAllCertificates()` + + .. change:: + :tags: Improvements + :pullreq: 14082 + :tickets: 13925 + + Fix "C++ One Definition Rule" warnings in XSK + + .. change:: + :tags: Bug Fixes, DNS over HTTPS + :pullreq: 14105 + + Fix a crash in incoming DoH with nghttp2 + + .. change:: + :tags: Bug Fixes, DNS over HTTPS + :pullreq: TBD + + Fix handling of XFR requests over DoH + .. changelog:: :version: 1.9.3 :released: 5th of April 2024