Browse Source

pdns-recursor: update to 4.7.0

Signed-off-by: Peter van Dijk <peter.van.dijk@powerdns.com>
(cherry picked from commit b624721435)
lilik-openwrt-22.03
Peter van Dijk 2 years ago
committed by Rosen Penev
parent
commit
dbe3820f3a
2 changed files with 3 additions and 3 deletions
  1. +2
    -2
      net/pdns-recursor/Makefile
  2. +1
    -1
      net/pdns-recursor/patches/100-disable-recursor.conf-dist.patch

+ 2
- 2
net/pdns-recursor/Makefile View File

@ -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


+ 1
- 1
net/pdns-recursor/patches/100-disable-recursor.conf-dist.patch View File

@ -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


Loading…
Cancel
Save