From: Peter van Dijk Date: Tue, 14 Jan 2025 09:45:50 +0000 (+0100) Subject: pdns-recursor: update to 5.2.0 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=9ea813a30670d21dbf40c2f07eeb9c1323a8c1ce;p=feed%2Fpackages.git pdns-recursor: update to 5.2.0 Signed-off-by: Peter van Dijk --- diff --git a/net/pdns-recursor/Makefile b/net/pdns-recursor/Makefile index 680811e3d6..24292f9b7c 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.3 +PKG_VERSION:=5.2.0 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://downloads.powerdns.com/releases/ -PKG_HASH:=c34ee31f522d93997e04ab2ed0fb58de6569c13ed2a2cb0d371cef49a585356a +PKG_HASH:=69e390b40a2228964a1d4db85a067065fd4513d26318c858d24b4972f6b73010 PKG_MAINTAINER:=Peter van Dijk , Remi Gacogne PKG_LICENSE:=GPL-2.0-only diff --git a/net/pdns-recursor/patches/100-disable-recursor.yml-dist.patch b/net/pdns-recursor/patches/100-disable-recursor.yml-dist.patch index ea5f5118a1..2f66f8b1ee 100644 --- a/net/pdns-recursor/patches/100-disable-recursor.yml-dist.patch +++ b/net/pdns-recursor/patches/100-disable-recursor.yml-dist.patch @@ -1,6 +1,6 @@ --- a/Makefile.am +++ b/Makefile.am -@@ -551,12 +551,6 @@ $(srcdir)/effective_tld_names.dat: +@@ -563,12 +563,6 @@ $(srcdir)/effective_tld_names.dat: pubsuffix.cc: $(srcdir)/effective_tld_names.dat $(srcdir)/mkpubsuffixcc $< $@