From: Peter van Dijk Date: Tue, 30 Jul 2019 14:28:26 +0000 (+0200) Subject: auth: changelogs and secpoll for 4.0.9, 4.1.11 X-Git-Tag: dnsdist-1.4.0-rc1~18^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8efee9650b3a36002d64c43b09a4dc55d42596a3;p=pdns auth: changelogs and secpoll for 4.0.9, 4.1.11 --- diff --git a/docs/changelog/4.0.rst b/docs/changelog/4.0.rst index 851e66e3a..e984d1941 100644 --- a/docs/changelog/4.0.rst +++ b/docs/changelog/4.0.rst @@ -1,6 +1,15 @@ Changelogs for 4.0.x ==================== +PowerDNS Authoritative Server 4.0.9 +----------------------------------- + +Released 1st of August 2019 + +This release contains the updated PostgreSQL schema for PowerDNS Security Advisory :doc:`2019-06 <../security-advisories/powerdns-advisory-2019-06>` (CVE-2019-10203). + +Upgrading is not enough - you need to manually apply the schema change: ``ALTER TABLE domains ALTER notified_serial TYPE bigint USING CASE WHEN notified_serial >= 0 THEN notified_serial::bigint END;`` + PowerDNS Authoritative Server 4.0.8 ----------------------------------- diff --git a/docs/changelog/4.1.rst b/docs/changelog/4.1.rst index 23ffe94a6..ece6654ef 100644 --- a/docs/changelog/4.1.rst +++ b/docs/changelog/4.1.rst @@ -1,6 +1,20 @@ Changelogs for 4.1.x ==================== +.. changelog:: + :version: 4.1.11 + :released: August 1st 2019 + + This release contains the updated PostgreSQL schema for PowerDNS Security Advisory :doc:`2019-06 <../security-advisories/powerdns-advisory-2019-06>` (CVE-2019-10203). + + Upgrading is not enough - you need to manually apply the schema change: ``ALTER TABLE domains ALTER notified_serial TYPE bigint USING CASE WHEN notified_serial >= 0 THEN notified_serial::bigint END;`` + + .. change:: + :tags: Bug Fixes + :pullreq: 8144 + + Update PostgreSQL schema for 2019-06. + .. changelog:: :version: 4.1.10 :released: June 21st 2019 diff --git a/docs/secpoll.zone b/docs/secpoll.zone index b44fab69e..03919a0d8 100644 --- a/docs/secpoll.zone +++ b/docs/secpoll.zone @@ -1,4 +1,4 @@ -@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2019071601 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. pieter\.lexis.powerdns.com. 2019080101 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @ 3600 IN NS tmpdns.powerdns.com. @@ -35,6 +35,7 @@ auth-4.0.5.security-status 60 IN TXT "3 Upgrade now auth-4.0.6.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/authoritative/security-advisories/powerdns-advisory-2019-03.html" auth-4.0.7.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/authoritative/security-advisories/powerdns-advisory-2018-03.html https://doc.powerdns.com/authoritative/security-advisories/powerdns-advisory-2018-05.html" auth-4.0.8.security-status 60 IN TXT "1 OK" +auth-4.0.9.security-status 60 IN TXT "1 OK" auth-4.1.0-rc1.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)" auth-4.1.0-rc2.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)" auth-4.1.0-rc3.security-status 60 IN TXT "3 Unsupported pre-release (known vulnerabilities)" @@ -49,6 +50,7 @@ auth-4.1.7.security-status 60 IN TXT "3 Upgrade now auth-4.1.8.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/authoritative/security-advisories/powerdns-advisory-2019-04.html https://doc.powerdns.com/authoritative/security-advisories/powerdns-advisory-2019-05.html" auth-4.1.9.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/authoritative/security-advisories/powerdns-advisory-2019-04.html https://doc.powerdns.com/authoritative/security-advisories/powerdns-advisory-2019-05.html" auth-4.1.10.security-status 60 IN TXT "1 OK" +auth-4.1.11.security-status 60 IN TXT "1 OK" auth-4.2.0-alpha1.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/authoritative/security-advisories/powerdns-advisory-2019-03.html" auth-4.2.0-beta1.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/authoritative/security-advisories/powerdns-advisory-2019-03.html" auth-4.2.0-rc1.security-status 60 IN TXT "1 OK"