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