From: Otto Moerbeek Date: Mon, 22 Aug 2022 07:29:57 +0000 (+0200) Subject: Prep for August 23 2022 releases X-Git-Tag: rec-4.8.0-alpha1~50^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f01e017d4103eddafaa5f85dded61160ca5919b;p=thirdparty%2Fpdns.git Prep for August 23 2022 releases --- diff --git a/docs/secpoll.zone b/docs/secpoll.zone index aa8955c32c..9ab5d0e16e 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. 2022071300 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2022082209 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -302,21 +302,24 @@ recursor-4.5.4.security-status 60 IN TXT "3 Upgrade now recursor-4.5.5.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2022-01.html" recursor-4.5.6.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2022-01.html" recursor-4.5.7.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2022-01.html" -recursor-4.5.8.security-status 60 IN TXT "1 OK" -recursor-4.5.9.security-status 60 IN TXT "1 OK" +recursor-4.5.8.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2022-02.html" +recursor-4.5.9.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2022-02.html" +recursor-4.5.10.security-status 60 IN TXT "1 OK" recursor-4.6.0-alpha1.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)" recursor-4.6.0-alpha2.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)" recursor-4.6.0-beta1.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)" recursor-4.6.0-beta2.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)" recursor-4.6.0-rc1.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)" recursor-4.6.0.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2022-01.html" -recursor-4.6.1.security-status 60 IN TXT "1 OK" -recursor-4.6.2.security-status 60 IN TXT "1 OK" +recursor-4.6.1.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2022-02.html" +recursor-4.6.2.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2022-02.html" +recursor-4.6.3.security-status 60 IN TXT "1 OK" recursor-4.7.0-alpha1.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)" recursor-4.7.0-beta1.security-status 60 IN TXT "2 Unsupported pre-release" recursor-4.7.0-rc1.security-status 60 IN TXT "2 Unsupported pre-release" -recursor-4.7.0.security-status 60 IN TXT "1 OK" -recursor-4.7.1.security-status 60 IN TXT "1 OK" +recursor-4.7.0.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2022-02.html" +recursor-4.7.1.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2022-02.html" +recursor-4.7.2.security-status 60 IN TXT "1 OK" ; Recursor Debian recursor-3.6.2-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-2016-02/" diff --git a/pdns/recursordist/docs/changelog/4.5.rst b/pdns/recursordist/docs/changelog/4.5.rst index 5eaece4a2e..54ff49c9f1 100644 --- a/pdns/recursordist/docs/changelog/4.5.rst +++ b/pdns/recursordist/docs/changelog/4.5.rst @@ -1,6 +1,22 @@ Changelogs for 4.5.X ==================== +.. changelog:: + :version: 4.5.10 + :released: 23th of August 2022 + + .. change:: + :tags: Bug Fixes + :pullreq: TBD + + PowerDNS Security Advisory 2022-02: incomplete exception handling related to protobuf message generation. + + .. change:: + :tags: Bug Fixes + :pullreq: 11634,11609 + + Fix API issue when asking config values for allow-from or allow-notify-from. + .. changelog:: :version: 4.5.9 :released: 4th of April 2022 diff --git a/pdns/recursordist/docs/changelog/4.6.rst b/pdns/recursordist/docs/changelog/4.6.rst index 767d889e65..36a04a19e4 100644 --- a/pdns/recursordist/docs/changelog/4.6.rst +++ b/pdns/recursordist/docs/changelog/4.6.rst @@ -1,5 +1,22 @@ Changelogs for 4.6.X ==================== + +.. changelog:: + :version: 4.6.3 + :released: 23th of August 2022 + + .. change:: + :tags: Bug Fixes + :pullreq: TBD + + PowerDNS Security Advisory 2022-02: incomplete exception handling related to protobuf message generation. + + .. change:: + :tags: Bug Fixes + :pullreq: 11633,11609 + + Fix API issue when asking config values for allow-from or allow-notify-from. + .. changelog:: :version: 4.6.2 :released: 4th of April 2022 diff --git a/pdns/recursordist/docs/changelog/4.7.rst b/pdns/recursordist/docs/changelog/4.7.rst index c5472fe21b..7b0f19b674 100644 --- a/pdns/recursordist/docs/changelog/4.7.rst +++ b/pdns/recursordist/docs/changelog/4.7.rst @@ -1,5 +1,15 @@ Changelogs for 4.7.X ==================== +.. changelog:: + :version: 4.7.2 + :released: 23th of August 2022 + + .. change:: + :tags: Bug Fixes + :pullreq: TBD + + PowerDNS Security Advisory 2022-02: incomplete exception handling related to protobuf message generation. + .. changelog:: :version: 4.7.1 :released: 8th of July 2022