From 18b36d175ff1548adc8fdfdbc33bfd027d05a55d Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Wed, 14 Sep 2022 15:10:11 +0200 Subject: [PATCH] Prep for rec-4.5.11, rec-4.6.4, rec-4.7.3 --- docs/secpoll.zone | 5 ++- pdns/recursordist/docs/changelog/4.5.rst | 25 +++++++++++++ pdns/recursordist/docs/changelog/4.6.rst | 32 ++++++++++++++++ pdns/recursordist/docs/changelog/4.7.rst | 47 ++++++++++++++++++++++++ pdns/recursordist/docs/settings.rst | 3 ++ pdns/recursordist/docs/upgrade.rst | 8 ++-- 6 files changed, 115 insertions(+), 5 deletions(-) diff --git a/docs/secpoll.zone b/docs/secpoll.zone index 581fbcd4b2..7f2869edec 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. 2022091300 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2022092000 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -306,6 +306,7 @@ recursor-4.5.7.security-status 60 IN TXT "3 Upgrade now 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.5.11.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)" @@ -315,12 +316,14 @@ recursor-4.6.0.security-status 60 IN TXT "3 Upgrade now 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.6.4.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 (known vulnerabilities)" recursor-4.7.0-rc1.security-status 60 IN TXT "2 Unsupported pre-release (known vulnerabilities)" 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-4.7.3.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 6beac348cf..d1ebfdacac 100644 --- a/pdns/recursordist/docs/changelog/4.5.rst +++ b/pdns/recursordist/docs/changelog/4.5.rst @@ -1,6 +1,31 @@ Changelogs for 4.5.X ==================== +.. changelog:: + :version: 4.5.11 + :released: 20th of September 2022 + + .. change:: + :tags: Improvements + :pullreq: 11939 + :tickets: 11904 + + For zones having many NS records, we are not interested in all so take a sample. + + .. change:: + :tags: Bug Fixes + :pullreq: 11942 + :tickets: 11890 + + Failure to retrieve DNSKEYs of an Insecure zone should not be fatal. + + .. change:: + :tags: Improvements + :pullreq: 11899 + :tickets: 11848 + + Also check qperq limit if throttling happened, as it increases counters. + .. changelog:: :version: 4.5.10 :released: 23rd of August 2022 diff --git a/pdns/recursordist/docs/changelog/4.6.rst b/pdns/recursordist/docs/changelog/4.6.rst index aab18814ad..fe88c309cf 100644 --- a/pdns/recursordist/docs/changelog/4.6.rst +++ b/pdns/recursordist/docs/changelog/4.6.rst @@ -1,6 +1,38 @@ Changelogs for 4.6.X ==================== +.. changelog:: + :version: 4.6.4 + :released: 20th of September 2022 + + .. change:: + :tags: Improvements + :pullreq: 11937 + :tickets: 11904 + + For zones having many NS records, we are not interested in all so take a sample. + + .. change:: + :tags: Bug Fixes + :pullreq: 11941 + :tickets: 11890 + + Failure to retrieve DNSKEYs of an Insecure zone should not be fatal. + + .. change:: + :tags: Improvements + :pullreq: 11898 + :tickets: 11848 + + Also check qperq limit if throttling happened, as it increases counters. + + .. change:: + :tags: Bug Fixes + :pullreq: 11775 + :tickets: 11773 + + Resize answer length to actual received length in udpQueryResponse. + .. changelog:: :version: 4.6.3 :released: 23th of August 2022 diff --git a/pdns/recursordist/docs/changelog/4.7.rst b/pdns/recursordist/docs/changelog/4.7.rst index f7553d78dd..2405bad704 100644 --- a/pdns/recursordist/docs/changelog/4.7.rst +++ b/pdns/recursordist/docs/changelog/4.7.rst @@ -1,5 +1,52 @@ Changelogs for 4.7.X ==================== + +.. changelog:: + :version: 4.7.3 + :released: 20th of September 2022 + + .. change:: + :tags: Improvements + :pullreq: 11936 + :tickets: 11904 + + For zones having many NS records, we are not interested in all so take a sample. + + .. change:: + :tags: Bug Fixes + :pullreq: 11940 + :tickets: 11890 + + Failure to retrieve DNSKEYs of an Insecure zone should not be fatal. + + .. change:: + :tags: Improvements + :pullreq: 11897 + :tickets: 11848 + + Also check qperq limit if throttling happened, as it increases counters. + + .. change:: + :tags: Bug Fixes + :pullreq: 11879 + :tickets: 11850 + + Fix recursor not responsive after Lua config reload. + + .. change:: + :tags: Bug Fixes + :pullreq: 11847 + :tickets: 11843 + + Clear the caches *after* loading authzones. + + .. change:: + :tags: Bug Fixes + :pullreq: 11774 + :tickets: 11773 + + Resize answer length to actual received length in udpQueryResponse. + .. changelog:: :version: 4.7.2 :released: 23th of August 2022 diff --git a/pdns/recursordist/docs/settings.rst b/pdns/recursordist/docs/settings.rst index 47b20b6f48..3a0a82402f 100644 --- a/pdns/recursordist/docs/settings.rst +++ b/pdns/recursordist/docs/settings.rst @@ -1240,6 +1240,9 @@ number lower than 5. ``max-ns-per-resolve`` ---------------------- .. versionadded:: 4.8.0 +.. versionadded:: 4.7.3 +.. versionadded:: 4.6.4 +.. versionadded:: 4.5.11 - Integer - Default: 13 diff --git a/pdns/recursordist/docs/upgrade.rst b/pdns/recursordist/docs/upgrade.rst index abd51b0d51..5a20ea8425 100644 --- a/pdns/recursordist/docs/upgrade.rst +++ b/pdns/recursordist/docs/upgrade.rst @@ -13,14 +13,14 @@ The ``dump-throttle`` subcommand no longer produces a table per thread, as the c New settings ^^^^^^^^^^^^ -- The :ref:`setting-max-ns-per-resolve` setting to limit to number of NS records processed to resolve a name has been introduced. +- The :ref:`setting-max-ns-per-resolve` setting to limit the number of NS records processed to resolve a name has been introduced. 4.7.2 to 4.7.3 -------------- New settings ^^^^^^^^^^^^ -- The :ref:`setting-max-ns-per-resolve` setting to limit to number of NS records processed to resolve a name has been introduced. +- The :ref:`setting-max-ns-per-resolve` setting to limit the number of NS records processed to resolve a name has been introduced. 4.6.2 to 4.7.0 --------------- @@ -61,7 +61,7 @@ They also use a better readable and sortable timestamp format. New settings ^^^^^^^^^^^^ -- The :ref:`setting-max-ns-per-resolve` setting to limit to number of NS records processed to resolve a name has been introduced. +- The :ref:`setting-max-ns-per-resolve` setting to limit the number of NS records processed to resolve a name has been introduced. 4.6.1 to 4.6.2 -------------- @@ -108,7 +108,7 @@ For more information, see the section `"Privileged ports" in Docker-README