diff options
author | Peter van Dijk <peter.van.dijk@powerdns.com> | 2022-12-12 14:15:55 +0100 |
---|---|---|
committer | Tianling Shen <cnsztl@gmail.com> | 2022-12-15 08:59:24 +0800 |
commit | 6e8e2d571e73f609350cae65f84d1ed057cd79a1 (patch) | |
tree | ed1c28509797f4cbbe05b55b0535b13d09be6fe2 /net | |
parent | 3361868edf94db645115de6c9e465bde731db2fb (diff) |
pdns-recursor: update to 4.8.0
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/pdns-recursor/Makefile | 6 | ||||
-rw-r--r-- | net/pdns-recursor/patches/100-disable-recursor.conf-dist.patch | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/net/pdns-recursor/Makefile b/net/pdns-recursor/Makefile index 5f284bf7a..1d953ccb6 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.7.4 -PKG_RELEASE:=$(AUTORELEASE) +PKG_VERSION:=4.8.0 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://downloads.powerdns.com/releases/ -PKG_HASH:=17b5c7c881e3f400bb3b527dd866e5cf2cd62d5d33566b1b70b58c608d9968d5 +PKG_HASH:=ccb9017a1a788e95e948e7b240ef8db53ae8a507b915f260188ef343f7f68bdc PKG_MAINTAINER:=Peter van Dijk <peter.van.dijk@powerdns.com> PKG_LICENCE:=GPL-2.0-only diff --git a/net/pdns-recursor/patches/100-disable-recursor.conf-dist.patch b/net/pdns-recursor/patches/100-disable-recursor.conf-dist.patch index 5dc6a4de2..ab7aa6977 100644 --- a/net/pdns-recursor/patches/100-disable-recursor.conf-dist.patch +++ b/net/pdns-recursor/patches/100-disable-recursor.conf-dist.patch @@ -1,6 +1,6 @@ --- a/Makefile.am +++ b/Makefile.am -@@ -492,12 +492,6 @@ $(srcdir)/effective_tld_names.dat: +@@ -503,12 +503,6 @@ $(srcdir)/effective_tld_names.dat: pubsuffix.cc: $(srcdir)/effective_tld_names.dat $(AM_V_GEN)./mkpubsuffixcc @@ -8,7 +8,7 @@ -sysconf_DATA = recursor.conf-dist - -recursor.conf-dist: pdns_recursor -- $(AM_V_GEN)./pdns_recursor --config > $@ +- $(AM_V_GEN)./pdns_recursor --config=default > $@ - ## Manpages MANPAGES=pdns_recursor.1 \ |