pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/drill



Module Name:    pkgsrc
Committed By:   he
Date:           Fri Jan  1 12:34:49 UTC 2021

Modified Files:
        pkgsrc/net/drill: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/net/drill/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/drill/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/drill/Makefile
diff -u pkgsrc/net/drill/Makefile:1.16 pkgsrc/net/drill/Makefile:1.17
--- pkgsrc/net/drill/Makefile:1.16      Fri Apr 24 11:56:55 2020
+++ pkgsrc/net/drill/Makefile   Fri Jan  1 12:34:49 2021
@@ -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 @@ MAINTAINER= he%NetBSD.org@localhost
 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}
 

Index: pkgsrc/net/drill/distinfo
diff -u pkgsrc/net/drill/distinfo:1.9 pkgsrc/net/drill/distinfo:1.10
--- pkgsrc/net/drill/distinfo:1.9       Wed Nov  4 00:34:58 2015
+++ pkgsrc/net/drill/distinfo   Fri Jan  1 12:34:49 2021
@@ -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