From 4724ae4ca30b1f62c06cc24043c41420cee8778d Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Wed, 23 Jul 2025 15:14:58 +0200 Subject: [PATCH] rec: prep for rec-5.3.0-beta1 Signed-off-by: Otto Moerbeek --- docs/secpoll.zone | 3 ++- .../docs/appendices/compiling.rst | 2 +- pdns/recursordist/docs/changelog/5.3.rst | 22 +++++++++++++++++++ pdns/recursordist/docs/upgrade.rst | 7 ++++++ 4 files changed, 32 insertions(+), 2 deletions(-) diff --git a/docs/secpoll.zone b/docs/secpoll.zone index ebb63d3e86..305ab510a0 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. 2025072105 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2025072402 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -422,6 +422,7 @@ recursor-5.2.3.security-status 60 IN TXT "3 Upgrade now recursor-5.2.4.security-status 60 IN TXT "1 OK" recursor-5.3.0-alpha1.security-status 60 IN TXT "3 Superseded pre-release (known vulnerabilities)" recursor-5.3.0-alpha2.security-status 60 IN TXT "3 Superseded pre-release (known vulnerabilities)" +recursor-5.3.0-beta1.security-status 60 IN TXT "1 Unsupported pre-release" ; Recursor Debian recursor-3.6.2-2.debian.security-status 60 IN TXT "3 Upgrade now, see https://docs.powerdns.com/recursor/appendices/EOL.html" diff --git a/pdns/recursordist/docs/appendices/compiling.rst b/pdns/recursordist/docs/appendices/compiling.rst index a73b647eea..a9240f9f7f 100644 --- a/pdns/recursordist/docs/appendices/compiling.rst +++ b/pdns/recursordist/docs/appendices/compiling.rst @@ -81,7 +81,7 @@ Then run:: To compile from a git checkout using meson install the dependencies above plus:: - apt-get install ragel meson virtualenv curl rust + apt-get install ragel meson virtualenv curl rustc Then run:: diff --git a/pdns/recursordist/docs/changelog/5.3.rst b/pdns/recursordist/docs/changelog/5.3.rst index 7ecb74c450..a13481687f 100644 --- a/pdns/recursordist/docs/changelog/5.3.rst +++ b/pdns/recursordist/docs/changelog/5.3.rst @@ -3,6 +3,28 @@ Changelogs for 5.3.X Before upgrading, it is advised to read the :doc:`../upgrade`. +.. changelog:: + :version: 5.3.0-beta1 + :released: 24th of July 2025 + + .. change:: + :tags: Improvements + :pullreq: 15887, 15888 + + Add version and an alignment byte to the EDNS record for OpenTelemetry data. + + .. change:: + :tags: Bug Fixes + :pullreq: 15848 + + Chain and harden ECS enabled queries. (:doc:`../security-advisories/powerdns-advisory-2025-04`). + + .. change:: + :tags: New Features + :pullreq: 15803 + + Add Lua hooks to dump and restore measured nameserver speed table. + .. changelog:: :version: 5.3.0-alpha2 :released: 9th of July 2025 diff --git a/pdns/recursordist/docs/upgrade.rst b/pdns/recursordist/docs/upgrade.rst index fa57ce2270..5ddcff8608 100644 --- a/pdns/recursordist/docs/upgrade.rst +++ b/pdns/recursordist/docs/upgrade.rst @@ -29,6 +29,13 @@ Changed Settings The :ref:`setting-yaml-recursor.event_trace_enabled` setting has gained a value to allow openTelemetry Trace data to be included in the Protobuf log stream. +5.0.12, 5.1.6 and 5.2.4 +----------------------- + +New settings +^^^^^^^^^^^^ +- The :ref:`setting-yaml-outgoing.edns_subnet_harden` setting has been introduced to allow for more strict checking of ECS enabled answers. + 5.1.0 to 5.2.0 -------------- -- 2.47.2