From: Peter van Dijk Date: Tue, 28 Oct 2025 16:38:20 +0000 (+0100) Subject: auth 5.0.1 secpoll and changelog X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0c4b5d497a69bd8d222f54ad650c314ab4ecd453;p=thirdparty%2Fpdns.git auth 5.0.1 secpoll and changelog Co-authored-by: Miod Vallat Signed-off-by: Peter van Dijk --- diff --git a/docs/changelog/5.0.rst b/docs/changelog/5.0.rst index b4d230c9bd..7be9dc5b41 100644 --- a/docs/changelog/5.0.rst +++ b/docs/changelog/5.0.rst @@ -1,6 +1,74 @@ Changelogs for 5.0.x ==================== +.. changelog:: + :version: 5.0.1 + :released: 30th of October 2025 + + This is release 5.0.1 of the Authoritative Server. + It contains minor bugfixes and improvements over the 5.0.0 + release, and one new feature for LMDB users. + + .. change:: + :tags: Bug Fixes + :pullreq: 16360 + + api: relax zone name check in view removal + + .. change:: + :tags: Bug Fixes + :pullreq: 16359 + + Prevent a potential race condition in cache cleaning + + .. change:: + :tags: Improvements + :pullreq: 16358 + + Allow selecting a specific version of Lua with meson + + .. change:: + :tags: Improvements + :pullreq: 16357, 16211 + + add missing meson build machinery files to auth source tarballs + + .. change:: + :tags: Bug Fixes + :pullreq: 16356 + + pdnsutil: fix b2b-migrate from sql to non-sql + + .. change:: + :tags: New Features + :pullreq: 16355, 16147 + + lmdb: optional memory-only freshness check and notification timestamps + + .. change:: + :tags: Bug Fixes + :pullreq: 16354 + + LUA shared exec: reset exec limit for every invocation + + .. change:: + :tags: Bug Fixes + :pullreq: 16353 + + Fix EDNS Cookie & Proxy protocol + + .. change:: + :tags: Bug Fixes + :pullreq: 16210 + + auth views: perform character set validation of view names + + .. change:: + :tags: Improvements + :pullreq: 16143 + + Fix Boost system lib dependency: it is no longer available since 1.89 + .. changelog:: :version: 5.0.0 :released: 22nd of August 2025 diff --git a/docs/secpoll.zone b/docs/secpoll.zone index b4b97ba742..690c5cee25 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. 2025102201 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2025103001 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -143,6 +143,7 @@ auth-4.9.11.security-status 60 IN TXT "1 OK" auth-5.0.0-alpha1.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)" auth-5.0.0-beta1.security-status 60 IN TXT "2 Unsupported pre-release (no known vulnerabilities)" auth-5.0.0.security-status 60 IN TXT "1 OK" +auth-5.0.1.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://docs.powerdns.com/authoritative/appendices/EOL.html"