ldns: Upgrade to version 1.7.0
authorEneas U de Queiroz <redacted>
Wed, 23 May 2018 02:21:49 +0000 (23:21 -0300)
committerEneas U de Queiroz <redacted>
Wed, 23 May 2018 02:21:49 +0000 (23:21 -0300)
This version adds compatibility with openssl 1.1.0.

Signed-off-by: Eneas U de Queiroz <redacted>
libs/ldns/Makefile
libs/ldns/patches/001-perl5-defined-array.patch [deleted file]

index 8d78f2cf28a71b511b2d6c4be0959d669a9969c0..d2751c0d3b0e07bb2629785a04897d6e5057ec2d 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ldns
-PKG_VERSION:=1.6.17
-PKG_RELEASE:=2
+PKG_VERSION:=1.7.0
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=http://www.nlnetlabs.nl/downloads/ldns
-PKG_HASH:=8b88e059452118e8949a2752a55ce59bc71fa5bc414103e17f5b6b06f9bcc8cd
+PKG_HASH:=c19f5b1b4fb374cfe34f4845ea11b1e0551ddc67803bd6ddd5d2a20f0997a6cc
 
 PKG_LICENSE:=BSD-3-Clause
 PKG_LICENSE_FILES:=LICENSE
@@ -58,6 +58,7 @@ define Package/drill/description
 endef
 
 CONFIGURE_ARGS += \
+       --disable-dane-ta-usage \
        --disable-ecdsa \
        --disable-gost \
        --with-drill \
diff --git a/libs/ldns/patches/001-perl5-defined-array.patch b/libs/ldns/patches/001-perl5-defined-array.patch
deleted file mode 100644 (file)
index 5e193d9..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/doc/doxyparse.pl
-+++ b/doc/doxyparse.pl
-@@ -273,7 +273,7 @@ foreach (keys %manpages) {
-       print MAN $MAN_MIDDLE;
--      if (defined(@$also)) {
-+      if (@$also) {
-               print MAN "\n.SH SEE ALSO\n\\fI";
-               print MAN join "\\fR, \\fI", @$also;
-               print MAN "\\fR.\nAnd ";
git clone https://git.99rst.org/PROJECT