Fri Jan 1 12:34:49 2021 UTC ()
Update to version 1.7.1, included in ldns.

Drill is now included in ldns, and the configure machinery has been
re-done, so this now needs to build ldns locally in addition to drill,
but this still only installs drill.  Make the minimal adjustment
so that this builds and installs drill.  Now also works on systems
with OpenSSL 1.1, so remove the BROKEN setting.


(he)
diff -r1.16 -r1.17 pkgsrc/net/drill/Makefile
diff -r1.9 -r1.10 pkgsrc/net/drill/distinfo

cvs diff -r1.16 -r1.17 pkgsrc/net/drill/Makefile (expand / switch to unified diff)

--- pkgsrc/net/drill/Makefile 2020/04/24 11:56:55 1.16
+++ pkgsrc/net/drill/Makefile 2021/01/01 12:34:49 1.17
@@ -1,30 +1,27 @@ @@ -1,30 +1,27 @@
1# $NetBSD: Makefile,v 1.16 2020/04/24 11:56:55 nia Exp $ 1# $NetBSD: Makefile,v 1.17 2021/01/01 12:34:49 he Exp $
2 2
3VERSION= 1.6.17 3VERSION= 1.7.1
4DISTNAME= ldns-${VERSION} 4DISTNAME= ldns-${VERSION}
5PKGNAME= drill-${VERSION} 5PKGNAME= drill-${VERSION}
6PKGREVISION= 2 
7CATEGORIES= net 6CATEGORIES= net
8MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/ 7MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/
9 8
10MAINTAINER= he@NetBSD.org 9MAINTAINER= he@NetBSD.org
11#HOMEPAGE= http://www.nlnetlabs.nl/dnssec/drill.html 10#HOMEPAGE= http://www.nlnetlabs.nl/dnssec/drill.html
12COMMENT= DNSSEC debugging tool a'la dig 11COMMENT= DNSSEC debugging tool a'la dig
13LICENSE= modified-bsd 12LICENSE= modified-bsd
14 13
15BROKEN= "Fails to build with OpenSSL 1.1" 
16 
17USE_TOOLS+= gmake 14USE_TOOLS+= gmake
18 15
19GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
20 17
21CONFIGURE_ARGS+= --with-ldns=${BUILDLINK_PREFIX.ldns} 
22CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_PREFIX.openssl} 18CONFIGURE_ARGS+= --with-ssl=${BUILDLINK_PREFIX.openssl}
23 19
24WRKSRC= ${WRKDIR}/${DISTNAME}/drill 20BUILD_TARGET= all drill
 21INSTALL_TARGET= install-drill
25 22
26BUILDLINK_API_DEPENDS.ldns+= ldns>=${VERSION} 23BUILDLINK_API_DEPENDS.ldns+= ldns>=${VERSION}
27 24
28.include "../../net/ldns/buildlink3.mk" 25.include "../../net/ldns/buildlink3.mk"
29.include "../../security/openssl/buildlink3.mk" 26.include "../../security/openssl/buildlink3.mk"
30.include "../../mk/bsd.pkg.mk" 27.include "../../mk/bsd.pkg.mk"

cvs diff -r1.9 -r1.10 pkgsrc/net/drill/distinfo (expand / switch to unified diff)

--- pkgsrc/net/drill/distinfo 2015/11/04 00:34:58 1.9
+++ pkgsrc/net/drill/distinfo 2021/01/01 12:34:49 1.10
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.9 2015/11/04 00:34:58 agc Exp $ 1$NetBSD: distinfo,v 1.10 2021/01/01 12:34:49 he Exp $
2 2
3SHA1 (ldns-1.6.17.tar.gz) = 4218897b3c002aadfc7280b3f40cda829e05c9a4 3SHA1 (ldns-1.7.1.tar.gz) = d075a08972c0f573101fb4a6250471daaa53cb3e
4RMD160 (ldns-1.6.17.tar.gz) = 5382cfaafa7ec1fadcf390f804fbf14e04d7c03a 4RMD160 (ldns-1.7.1.tar.gz) = 40e7eed3f76076f581b388563cbecb440c1a7753
5SHA512 (ldns-1.6.17.tar.gz) = 5de42b4b8622591db51efb0956735deee9cd5e0bee12249a03b65c5b45d7c51bf9c2edb310ef9d7431af49aef77d968bfa2455a7dedfa80cde3d433436c83785 5SHA512 (ldns-1.7.1.tar.gz) = e8f72a4ff4aa544acac5e7be9a8ba38c6b8d388bb26f9a0ed04c1a921622f8582cc8539beafc76a29187a55c94069b7c1875e77522e1a7e7bb3e297dd1e4c2b7
6Size (ldns-1.6.17.tar.gz) = 1315403 bytes 6Size (ldns-1.7.1.tar.gz) = 1244394 bytes