diff options
author | Peter van Dijk <peter.van.dijk@powerdns.com> | 2022-05-30 17:07:28 +0200 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-05-30 17:21:00 -0700 |
commit | c0bc5926a836bef66d3f130573c781d6ab1ef76a (patch) | |
tree | 3132ff9a349091dc1346ab58c4c03819dd8cfd97 /net/pdns-recursor | |
parent | 2f5980d589f48345ec98a0808cfbd8b5cb0ca190 (diff) |
pdns-recursor: update to 4.7.0
Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
Diffstat (limited to 'net/pdns-recursor')
-rw-r--r-- | net/pdns-recursor/Makefile | 4 | ||||
-rw-r--r-- | net/pdns-recursor/patches/100-disable-recursor.conf-dist.patch | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/net/pdns-recursor/Makefile b/net/pdns-recursor/Makefile index c8ab473ae..fae442a22 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.2 +PKG_VERSION:=4.7.0 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://downloads.powerdns.com/releases/ -PKG_HASH:=da649850739fdd7baf2df645acc97752ccd390973b56b8e25171ea7b0d25ad20 +PKG_HASH:=e4872a1b11a35fc363f354d69ccb4ec88047bfc7d9308087497dc2ad3af3498c 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 efb90ce65..5dc6a4de2 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 -@@ -485,12 +485,6 @@ $(srcdir)/effective_tld_names.dat: +@@ -492,12 +492,6 @@ $(srcdir)/effective_tld_names.dat: pubsuffix.cc: $(srcdir)/effective_tld_names.dat $(AM_V_GEN)./mkpubsuffixcc |