From: Otto Moerbeek Date: Mon, 12 Jan 2026 10:41:36 +0000 (+0100) Subject: rec: Prep for rec-5.3.4 X-Git-Tag: rec-5.4.0-beta1~46^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3ab83e13cb4062ae3772fa623fd48876699ac3e;p=thirdparty%2Fpdns.git rec: Prep for rec-5.3.4 Signed-off-by: Otto Moerbeek --- diff --git a/.github/actions/spell-check/expect.txt b/.github/actions/spell-check/expect.txt index 20217ed791..986c826ac3 100644 --- a/.github/actions/spell-check/expect.txt +++ b/.github/actions/spell-check/expect.txt @@ -1218,6 +1218,7 @@ Sangwhan Sanjaya Saunalahti saxfr +SBOM Scheffler Schlich Scholten diff --git a/docs/secpoll.zone b/docs/secpoll.zone index 1e180f3be3..a353603b75 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. 2025121601 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2026011401 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -445,6 +445,7 @@ recursor-5.3.0.security-status 60 IN TXT "3 Upgrade now recursor-5.3.1.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2025-07.html" recursor-5.3.2.security-status 60 IN TXT "3 Upgrade now, see https://doc.powerdns.com/recursor/security-advisories/powerdns-advisory-2025-08.html" recursor-5.3.3.security-status 60 IN TXT "1 OK" +recursor-5.3.4.security-status 60 IN TXT "1 OK" recursor-5.4.0-alpha1.security-status 60 IN TXT "1 Unsupported pre-release" ; Recursor Debian diff --git a/pdns/recursordist/docs/changelog/5.3.rst b/pdns/recursordist/docs/changelog/5.3.rst index 5458162b5e..29f3d0c8bf 100644 --- a/pdns/recursordist/docs/changelog/5.3.rst +++ b/pdns/recursordist/docs/changelog/5.3.rst @@ -3,6 +3,64 @@ Changelogs for 5.3.X Before upgrading, it is advised to read the :doc:`../upgrade`. +.. changelog:: + :version: 5.3.4 + :released: 14th of January 2026 + + .. change:: + :tags: Improvements + :pullreq: 16699 + :tickets: 16106 + + Update cxx and related cargos and avoid uuid crate. + + .. change:: + :tags: Bug Fixes + :pullreq: 16698 + :tickets: 16461 + + Fix parsing of webserver loglevel "none". + + .. change:: + :tags: Bug Fixes + :pullreq: 16697 + :tickets: 16251 + + Silence rust warning. + + .. change:: + :tags: Improvements + :pullreq: 16414 + :tickets: 16217 + + Add package urls to our SBOMs. + + .. change:: + :tags: Improvements + :pullreq: 16387 + + We need a usable cargo for sdist so download (and install) rust later. + + .. change:: + :tags: Improvements + :pullreq: 16380, 16381, 16382, 16397 + :tickets: 16167, 16180, 16188, 16155, 16380, 16392 + + Update the Rust library version when generating a tarball and fix release builds by updating the locked Rust lib version. + + .. change:: + :tags: Improvements + :pullreq: 16378 + :tickets: 16098 + + Do not hash (or compare) OpenTelemetry Trace EDNS value for packetcache. + + .. change:: + :tags: Bug Fixes + :pullreq: 16377 + + Some error paths do no create thread 0 so don't join it. + .. changelog:: :version: 5.3.3 :released: 8th of December 2025