From 5eb664df5e180924be5d411c1d410f1fd23837a5 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Mon, 18 Aug 2025 12:30:55 +0200 Subject: [PATCH 1/2] pdns-recursor: update to 5.1.7 includes fix for CVE-2025-30192 (which was in 5.1.6) Signed-off-by: Peter van Dijk --- net/pdns-recursor/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/pdns-recursor/Makefile b/net/pdns-recursor/Makefile index e1a274e5fc00ab..a867d94a5e385e 100644 --- a/net/pdns-recursor/Makefile +++ b/net/pdns-recursor/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pdns-recursor -PKG_VERSION:=5.1.2 +PKG_VERSION:=5.1.7 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://downloads.powerdns.com/releases/ -PKG_HASH:=b3a37ebb20285ab9acbbb0e1370e623bb398ed3087f0e678f23ffa3b0063983d +PKG_HASH:=504660d357a2971b45fec76ddcf333423f512096d26ee32e700cd778d2a39b12 PKG_MAINTAINER:=Peter van Dijk , Remi Gacogne PKG_LICENSE:=GPL-2.0-only From c17015e6f7c044767841cfe6e9b265518fbf36be Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Thu, 23 Oct 2025 14:00:55 +0200 Subject: [PATCH 2/2] 5.1.8 CVE --- net/pdns-recursor/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/pdns-recursor/Makefile b/net/pdns-recursor/Makefile index a867d94a5e385e..b41e6f0a063a08 100644 --- a/net/pdns-recursor/Makefile +++ b/net/pdns-recursor/Makefile @@ -1,12 +1,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pdns-recursor -PKG_VERSION:=5.1.7 +PKG_VERSION:=5.1.8 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://downloads.powerdns.com/releases/ -PKG_HASH:=504660d357a2971b45fec76ddcf333423f512096d26ee32e700cd778d2a39b12 +PKG_HASH:=9d2cc864d815010c39902c7f6a4c838c5d7f3a767c9897a44dc6afa3a815a40e PKG_MAINTAINER:=Peter van Dijk , Remi Gacogne PKG_LICENSE:=GPL-2.0-only