From 4369aa026dabfbff7f8199679014b8744975c754 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Tue, 30 Apr 2024 15:47:26 +0200 Subject: [PATCH] pdns-recursor: update to 4.8.8 fixes CVE-2024-25583; also includes changes from 4.8.7 that fix regressions introduced with the security fixes in 4.8.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 a0fc7ea5d6..d15e46bfaf 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:=4.8.6 +PKG_VERSION:=4.8.8 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://downloads.powerdns.com/releases/ -PKG_HASH:=1ff4087ef12e6fc68fccd22c97215fd7f01038d7ad46715e9ffe7494e9926d95 +PKG_HASH:=d25c0a1689027b055e7fd6b20b6aaeadf866f67c68a2112f756d70c13e94dee4 PKG_MAINTAINER:=Peter van Dijk PKG_LICENCE:=GPL-2.0-only -- 2.30.2