diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-11-04 22:47:36 -0800 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2020-11-04 23:00:47 -0800 |
commit | ee068541c9901053f7ac04aa773c0938256ba54c (patch) | |
tree | 1867fe1dcadbe93e507b5ce2a0def2ff2d94551b /net/pdns-recursor | |
parent | b370669643e70ef2847e477c0f573db4926d2171 (diff) |
pdns-recursor: update to 4.4.0
Removed upstreamed patch.
Refreshed other one.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'net/pdns-recursor')
-rw-r--r-- | net/pdns-recursor/Makefile | 6 | ||||
-rw-r--r-- | net/pdns-recursor/patches/100-disable-recursor.conf-dist.patch | 4 | ||||
-rw-r--r-- | net/pdns-recursor/patches/400-openssl-deprecated.patch | 10 |
3 files changed, 5 insertions, 15 deletions
diff --git a/net/pdns-recursor/Makefile b/net/pdns-recursor/Makefile index 65a7ebb78..71b6e9034 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.3.4 -PKG_RELEASE:=2 +PKG_VERSION:=4.4.0 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=https://downloads.powerdns.com/releases/ -PKG_HASH:=38dd6935830d9e9f14f6cb53f88914bab09e50e57ac8aed5b5b9a4386d8328d1 +PKG_HASH:=06bc932e00f13c95ef077a2eb61f64425534042cc50f86408b53c7615c4fe58b PKG_MAINTAINER:=James Taylor <james@jtaylor.id.au> 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 f11d2364e..7e351842c 100644 --- a/net/pdns-recursor/patches/100-disable-recursor.conf-dist.patch +++ b/net/pdns-recursor/patches/100-disable-recursor.conf-dist.patch @@ -1,9 +1,9 @@ --- a/Makefile.am +++ b/Makefile.am -@@ -444,12 +444,6 @@ +@@ -452,12 +452,6 @@ $(srcdir)/effective_tld_names.dat: pubsuffix.cc: $(srcdir)/effective_tld_names.dat $(AM_V_GEN)./mkpubsuffixcc - + -## Config file -sysconf_DATA = recursor.conf-dist - diff --git a/net/pdns-recursor/patches/400-openssl-deprecated.patch b/net/pdns-recursor/patches/400-openssl-deprecated.patch deleted file mode 100644 index efd5590f1..000000000 --- a/net/pdns-recursor/patches/400-openssl-deprecated.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/opensslsigners.cc -+++ b/opensslsigners.cc -@@ -29,6 +29,7 @@ - #if defined(HAVE_LIBCRYPTO_ED25519) || defined(HAVE_LIBCRYPTO_ED448) - #include <openssl/evp.h> - #endif -+#include <openssl/bn.h> - #include <openssl/sha.h> - #include <openssl/rand.h> - #include <openssl/rsa.h> |