From 259eb5fc32cd6ad62406868e3cfc165a7f240aaa Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Tue, 8 Sep 2026 10:41:57 +0200 Subject: [PATCH] pdns: security update to 4.9.17 This commit updates the PowerDNS authoritative server to 4.9.17, the latest release in the 4.9.x LTS branch. This fixes several security issues, including but not limited to: CVE-2026-33257, CVE-2026-33260, CVE-2026-33611, CVE-2026-33610, CVE-2026-33609, CVE-2026-33608, CVE-2026-42002, CVE-2026-42001, CVE-2026-42000, CVE-2026-41999, CVE-2026-42396, CVE-2026-42005, CVE-2026-52682. Signed-off-by: Remi Gacogne --- net/pdns/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/pdns/Makefile b/net/pdns/Makefile index a4c4b5de1d..bd80d15047 100644 --- a/net/pdns/Makefile +++ b/net/pdns/Makefile @@ -3,12 +3,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pdns -PKG_VERSION:=4.9.7 -PKG_RELEASE:=2 +PKG_VERSION:=4.9.17 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://downloads.powerdns.com/releases/ -PKG_HASH:=782875d210de20cee9f22f33ffc59ef1cdc6693c30efcb21f3ce8bf528fb09d4 +PKG_HASH:=fa20c27d754b026cb4c5c9b51c2da0d940b82a50f93f9366016b0ce9cc526a04 PKG_MAINTAINER:=Peter van Dijk , Remi Gacogne PKG_LICENSE:=GPL-2.0-only