pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/drill Update to version 1.7.1, included in ldns.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/104815c00223
branches:  trunk
changeset: 443957:104815c00223
user:      he <he%pkgsrc.org@localhost>
date:      Fri Jan 01 12:34:49 2021 +0000

description:
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.

diffstat:

 net/drill/Makefile |  11 ++++-------
 net/drill/distinfo |  10 +++++-----
 2 files changed, 9 insertions(+), 12 deletions(-)

diffs (49 lines):

diff -r cbd429ef5a1f -r 104815c00223 net/drill/Makefile
--- a/net/drill/Makefile        Fri Jan 01 12:30:29 2021 +0000
+++ b/net/drill/Makefile        Fri Jan 01 12:34:49 2021 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.16 2020/04/24 11:56:55 nia Exp $
+# $NetBSD: Makefile,v 1.17 2021/01/01 12:34:49 he Exp $
 
-VERSION=       1.6.17
+VERSION=       1.7.1
 DISTNAME=      ldns-${VERSION}
 PKGNAME=       drill-${VERSION}
-PKGREVISION=   2
 CATEGORIES=    net
 MASTER_SITES=  http://www.nlnetlabs.nl/downloads/ldns/
 
@@ -12,16 +11,14 @@
 COMMENT=       DNSSEC debugging tool a'la dig
 LICENSE=       modified-bsd
 
-BROKEN=                "Fails to build with OpenSSL 1.1"
-
 USE_TOOLS+=    gmake
 
 GNU_CONFIGURE=         yes
 
-CONFIGURE_ARGS+=       --with-ldns=${BUILDLINK_PREFIX.ldns}
 CONFIGURE_ARGS+=       --with-ssl=${BUILDLINK_PREFIX.openssl}
 
-WRKSRC=                ${WRKDIR}/${DISTNAME}/drill
+BUILD_TARGET=  all drill
+INSTALL_TARGET=        install-drill
 
 BUILDLINK_API_DEPENDS.ldns+=   ldns>=${VERSION}
 
diff -r cbd429ef5a1f -r 104815c00223 net/drill/distinfo
--- a/net/drill/distinfo        Fri Jan 01 12:30:29 2021 +0000
+++ b/net/drill/distinfo        Fri Jan 01 12:34:49 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2015/11/04 00:34:58 agc Exp $
+$NetBSD: distinfo,v 1.10 2021/01/01 12:34:49 he Exp $
 
-SHA1 (ldns-1.6.17.tar.gz) = 4218897b3c002aadfc7280b3f40cda829e05c9a4
-RMD160 (ldns-1.6.17.tar.gz) = 5382cfaafa7ec1fadcf390f804fbf14e04d7c03a
-SHA512 (ldns-1.6.17.tar.gz) = 5de42b4b8622591db51efb0956735deee9cd5e0bee12249a03b65c5b45d7c51bf9c2edb310ef9d7431af49aef77d968bfa2455a7dedfa80cde3d433436c83785
-Size (ldns-1.6.17.tar.gz) = 1315403 bytes
+SHA1 (ldns-1.7.1.tar.gz) = d075a08972c0f573101fb4a6250471daaa53cb3e
+RMD160 (ldns-1.7.1.tar.gz) = 40e7eed3f76076f581b388563cbecb440c1a7753
+SHA512 (ldns-1.7.1.tar.gz) = e8f72a4ff4aa544acac5e7be9a8ba38c6b8d388bb26f9a0ed04c1a921622f8582cc8539beafc76a29187a55c94069b7c1875e77522e1a7e7bb3e297dd1e4c2b7
+Size (ldns-1.7.1.tar.gz) = 1244394 bytes



Home | Main Index | Thread Index | Old Index