From 454290bf6cb6aafb9511f39c1aabd66f7e520a86 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Tue, 13 Feb 2024 14:19:43 +0100 Subject: [PATCH] pdns-recursor: update to 5.0.2 (fixes CVE-2023-50387, CVE-2023-50868) 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 36574b5a6d..cee21958f3 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.0.1 +PKG_VERSION:=5.0.2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://downloads.powerdns.com/releases/ -PKG_HASH:=70a3b0bfde350e94cdb0746b06d06e6d2f3dc0e171be3b12caef9f3c38468ca3 +PKG_HASH:=a90e8b61fdc181b596144c35920118ca71c3b95f46658cce7e8222750de45ca9 PKG_MAINTAINER:=Peter van Dijk PKG_LICENSE:=GPL-2.0-only -- 2.30.2