From: Remi Gacogne Date: Mon, 19 May 2025 08:47:55 +0000 (+0200) Subject: dnsdist: Prepare ChangeLog and secpoll for 1.9.10 X-Git-Tag: dnsdist-2.0.0-alpha2~7^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=64d25355d2697d99ed9d2d02c35b942510fdc704;p=thirdparty%2Fpdns.git dnsdist: Prepare ChangeLog and secpoll for 1.9.10 --- diff --git a/docs/secpoll.zone b/docs/secpoll.zone index 767d167cc3..3d02742579 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. 2025050700 10800 3600 604800 10800 +@ 86400 IN SOA pdns-public-ns1.powerdns.com. peter\.van\.dijk.powerdns.com. 2025052000 10800 3600 604800 10800 @ 3600 IN NS pdns-public-ns1.powerdns.com. @ 3600 IN NS pdns-public-ns2.powerdns.com. @@ -587,5 +587,6 @@ dnsdist-1.9.5.security-status 60 IN TXT "3 Upgrade dnsdist-1.9.6.security-status 60 IN TXT "3 Upgrade now, see https://dnsdist.org/security-advisories/powerdns-advisory-for-dnsdist-2025-02.html" dnsdist-1.9.7.security-status 60 IN TXT "3 Upgrade now, see https://dnsdist.org/security-advisories/powerdns-advisory-for-dnsdist-2025-02.html" dnsdist-1.9.8.security-status 60 IN TXT "3 Upgrade now, see https://dnsdist.org/security-advisories/powerdns-advisory-for-dnsdist-2025-02.html" -dnsdist-1.9.9.security-status 60 IN TXT "1 OK" +dnsdist-1.9.9.security-status 60 IN TXT "3 Upgrade now, see https://dnsdist.org/security-advisories/powerdns-advisory-for-dnsdist-2025-03.html" +dnsdist-1.9.10.security-status 60 IN TXT "1 OK" dnsdist-2.0.0-alpha1.security-status 60 IN TXT "1 Unsupported pre-release (no known vulnerabilities)" diff --git a/pdns/dnsdistdist/docs/changelog.rst b/pdns/dnsdistdist/docs/changelog.rst index 8c570badf3..7caabb1bc6 100644 --- a/pdns/dnsdistdist/docs/changelog.rst +++ b/pdns/dnsdistdist/docs/changelog.rst @@ -1,6 +1,121 @@ Changelog ========= +.. changelog:: + :version: 1.9.10 + :released: 20th of May 2025 + + .. change:: + :tags: Bug Fixes + :pullreq: 15497 + :tickets: 15432 + + On FreeBSD, only pass source addresses on sockets bound to ANY + + .. change:: + :tags: Improvements + :pullreq: 15499 + + Better error when we cannot connect a backend socket + + .. change:: + :tags: Bug Fixes + :pullreq: 15500 + :tickets: 15060 + + Include ``cstdint`` to get ``uint64_t`` + + .. change:: + :tags: Improvements, Metrics + :pullreq: 15501 + :tickets: 15071 + + Adjust ``Content-Type`` header for Prometheus endpoint to include version + + .. change:: + :tags: Improvements + :pullreq: 15502 + + Enable XSK in our Noble Ubuntu packages + + .. change:: + :tags: Improvements + :pullreq: 15503 + + Upgrade Quiche to 0.23.4 in our packages + + .. change:: + :tags: Bug Fixes + :pullreq: 15504 + :tickets: 15218 + + Limit # of proxy protocol-enabled outgoing TCP connections + + .. change:: + :tags: Bug Fixes + :pullreq: 15505 + + Allow ``AF_NETLINK`` and ``AF_XDP`` under ``systemd`` + + .. change:: + :tags: Improvements + :pullreq: 15506 + + Upgrade Rust to 1.85.0 in our packages + + .. change:: + :tags: Improvements + :pullreq: 15507 + :tickets: 15427 + + If ``SONAME`` is present in the generated Quiche library, set it to the correct value + + .. change:: + :tags: Improvements + :pullreq: 15508 + + Add Lua bindings for the incoming network interface + + .. change:: + :tags: Bug Fixes + :pullreq: 15510 + :tickets: 15362 + + Do not register Xsk sockets on configuration check or client mode + + .. change:: + :tags: Bug Fixes + :pullreq: 15511 + :tickets: 15337 + + Fix cache lookup for unavailable TCP-only backends + + .. change:: + :tags: Bug Fixes + :pullreq: 15519 + :tickets: 15495 + + Fix memory corruption when using ``getAddressInfo`` + + .. change:: + :tags: Bug Fixes + :pullreq: 15560 + + Fix building with GCC 15.1: missing ``cstdint`` include + + .. change:: + :tags: Bug Fixes + :pullreq: 15562 + :tickets: 15529 + + Only set the proxy protocol payload size when actually added + + .. change:: + :tags: Bug Fixes, Security + :pullreq: 15572 + + Fix a crash when TCP queries and responses keep coming + .. changelog:: :version: 1.9.9 :released: 29th of April 2025