From 5cd8cf424e75d5f02af2324f76697d6cf5839756 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Fri, 9 Dec 2022 09:27:42 +0100 Subject: [PATCH] auth 4.5..5 / 4.6.4 / 4.7.3: changelog & secpoll --- docs/changelog/4.5.rst | 31 ++++++++++++++++++++++++++ docs/changelog/4.6.rst | 50 ++++++++++++++++++++++++++++++++++++++++++ docs/changelog/4.7.rst | 50 ++++++++++++++++++++++++++++++++++++++++++ docs/secpoll.zone | 5 ++++- 4 files changed, 135 insertions(+), 1 deletion(-) diff --git a/docs/changelog/4.5.rst b/docs/changelog/4.5.rst index 057359e9cc..2970a3075d 100644 --- a/docs/changelog/4.5.rst +++ b/docs/changelog/4.5.rst @@ -1,6 +1,37 @@ Changelogs for 4.5.x ==================== +.. changelog:: + :version: 4.5.5 + :released: 9th of December 2022 + + This is release 4.5.5 of the Authoritative Server. + It contains various small fixes. + + .. change:: + :tags: Bug Fixes + :pullreq: 12032 + + axfr-retriever: abort on chunk with TC set + + .. change:: + :tags: Bug Fixes + :pullreq: 12034 + + LUA records: we only need one IsUpOracle checker thread + + .. change:: + :tags: Improvements + :pullreq: 11979 + + docker: upgrade to bullseye + + .. change:: + :tags: Bug Fixes + :pullreq: 11454 + + IXFR-in: Fix a case where an incomplete read caused by network error might result in a truncated zone + .. changelog:: :version: 4.5.4 :released: 25th of March 2022 diff --git a/docs/changelog/4.6.rst b/docs/changelog/4.6.rst index c979493900..f2d6ab102d 100644 --- a/docs/changelog/4.6.rst +++ b/docs/changelog/4.6.rst @@ -1,6 +1,56 @@ Changelogs for 4.6.x ==================== +.. changelog:: + :version: 4.6.4 + :released: 9th of December 2022 + + This is release 4.6.4 of the Authoritative Server. + It contains various small fixes. + + .. change:: + :tags: Bug Fixes + :pullreq: 12303 + + pdnsutil edit-zone, detect capitalization changes in LUA, TXT and SPF records + + .. change:: + :tags: Bug Fixes + :pullreq: 11945 + + initialize zone cache after dropping privileges; Detect invalid bytes in makeBytesFromHex() (Kees Monshouwer) + + .. change:: + :tags: Bug Fixes + :pullreq: 12035 + + Log "NULL" for nullptr-bound properties instead of dereferencing + + .. change:: + :tags: Bug Fixes + :pullreq: 12033 + + LUA records: we only need one IsUpOracle checker thread + + .. change:: + :tags: Bug Fixes + :pullreq: 12031 + + axfr-retriever: abort on chunk with TC set + + .. change:: + :tags: Improvements + :pullreq: 11978 + + docker: upgrade to bullseye + + .. change:: + :tags: Bug Fixes + :pullreq: 11871 + + use getInnerRemote() for the remotes ring + + .. changelog:: :version: 4.6.3 :released: 13th of July 2022 diff --git a/docs/changelog/4.7.rst b/docs/changelog/4.7.rst index 049163f587..0c3f88d8b5 100644 --- a/docs/changelog/4.7.rst +++ b/docs/changelog/4.7.rst @@ -1,6 +1,56 @@ Changelogs for 4.7.x ==================== +.. changelog:: + :version: 4.7.3 + :released: 9th of December 2022 + + This is release 4.7.3 of the Authoritative Server. + It contains various fixes. + + .. change:: + :tags: Bug Fixes + :pullreq: 12299 + + lmdb: make outgoing notifications work + + .. change:: + :tags: Bug Fixes + :pullreq: 12266 + + lmdb: implement alsoNotifies + + .. change:: + :tags: Bug Fixes + :pullreq: 12291 + + API: do not create SOA and NS records for consumer zones + + .. change:: + :tags: Improvements + :pullreq: 12296 + + API: slightly clearer message when a backend cannot create domains + + .. change:: + :tags: Bug Fixes + :pullreq: 12273 + + API: fix newly created zone not rectified + + .. change:: + :tags: Bug Fixes + :pullreq: 12272 + + fix invalid catalog zone sql query for gpgsqlbackend + + .. change:: + :tags: Bug Fixes + :pullreq: 12181 + + fix pdns_control list-zones + + .. changelog:: :version: 4.7.2 :released: 1st of November 2022 diff --git a/docs/secpoll.zone b/docs/secpoll.zone index 41d3129c54..a76ca351be 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. 2022112500 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2022120900 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -101,6 +101,7 @@ auth-4.5.1.security-status 60 IN TXT "3 Upgrade now auth-4.5.2.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/authoritative/security-advisories/powerdns-advisory-2022-01.html" auth-4.5.3.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/authoritative/security-advisories/powerdns-advisory-2022-01.html" auth-4.5.4.security-status 60 IN TXT "1 OK" +auth-4.5.5.security-status 60 IN TXT "1 OK" auth-4.6.0-alpha1.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)" auth-4.6.0-beta1.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)" auth-4.6.0-rc1.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)" @@ -108,12 +109,14 @@ auth-4.6.0.security-status 60 IN TXT "3 Upgrade now auth-4.6.1.security-status 60 IN TXT "1 OK" auth-4.6.2.security-status 60 IN TXT "1 OK" auth-4.6.3.security-status 60 IN TXT "1 OK" +auth-4.6.4.security-status 60 IN TXT "1 OK" auth-4.7.0-alpha1.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)" auth-4.7.0-beta2.security-status 60 IN TXT "3 Unsupported pre-release" auth-4.7.0-rc1.security-status 60 IN TXT "3 Unsupported pre-release" auth-4.7.0.security-status 60 IN TXT "1 OK" auth-4.7.1.security-status 60 IN TXT "1 OK" auth-4.7.2.security-status 60 IN TXT "1 OK" +auth-4.7.3.security-status 60 IN TXT "1 OK" ; Auth Debian auth-3.4.1-2.debian.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/3/security/powerdns-advisory-2015-01/ and https://doc.powerdns.com/3/security/powerdns-advisory-2015-02/ and https://doc.powerdns.com/3/security/powerdns-advisory-2016-02/ and https://doc.powerdns.com/3/security/powerdns-advisory-2016-03/ and https://doc.powerdns.com/3/security/powerdns-advisory-2016-04/ and https://doc.powerdns.com/3/security/powerdns-advisory-2016-05/" -- 2.47.2