Browse Source

ldns: Upgrade to version 1.7.0

This version adds compatibility with openssl 1.1.0.

Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
lilik-openwrt-22.03
Eneas U de Queiroz 6 years ago
parent
commit
55bffaace8
2 changed files with 4 additions and 14 deletions
  1. +4
    -3
      libs/ldns/Makefile
  2. +0
    -11
      libs/ldns/patches/001-perl5-defined-array.patch

+ 4
- 3
libs/ldns/Makefile View 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 \


+ 0
- 11
libs/ldns/patches/001-perl5-defined-array.patch View File

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

Loading…
Cancel
Save