diff --git a/net/pdns-recursor/Makefile b/net/pdns-recursor/Makefile index 680811e3d6969..24292f9b7cf2b 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 ea5f5118a1ef6..2f66f8b1ee69d 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 $< $@