From 08f403b45cf2661d5b30f809063806bb2af4b357 Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Fri, 25 Mar 2022 15:31:36 +0100 Subject: [PATCH] pdns-recursor: update to 4.6.2 Signed-off-by: Peter van Dijk (cherry picked from commit 5f6dcc013dcf0c5ba06b3c2e43a3a4fdd10987ab) (cherry picked from commit cbcc4c08df0e8b6e0c821c90095d2db11e3fbf33) --- 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 8dd179fdf..c8ab473ae 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.6.0 +PKG_VERSION:=4.6.2 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://downloads.powerdns.com/releases/ -PKG_HASH:=df06559398aebc594d2e1e27d177f981bdbbc17f968d6306a52aa7d1119fbcf2 +PKG_HASH:=da649850739fdd7baf2df645acc97752ccd390973b56b8e25171ea7b0d25ad20 PKG_MAINTAINER:=Peter van Dijk PKG_LICENCE:=GPL-2.0-only