Date: Wed, 28 Jan 2009 02:57:51 GMT From: Cristiano Rolim Pereira <cristianorolim@hotmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/131066: [patch] - update dns/drill to version 1.4.1 Message-ID: <200901280257.n0S2vpUw057568@www.freebsd.org> Resent-Message-ID: <200901280300.n0S30C2u068801@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 131066 >Category: ports >Synopsis: [patch] - update dns/drill to version 1.4.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Jan 28 03:00:12 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Cristiano Rolim Pereira >Release: 7.1-RELEASE >Organization: >Environment: FreeBSD bsd64.local 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan 1 08:58:24 UTC 2009 root@driscoll.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: The attached shell archive updates dns/drill to version 1.4.1. >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # drill # drill/Makefile # drill/distinfo # drill/pkg-descr # echo c - drill mkdir -p drill > /dev/null 2>&1 echo x - drill/Makefile sed 's/^X//' >drill/Makefile << '5accc74e5b668f00f2d131d88565c61f' X# New ports collection makefile for: drill X# Date created: 30 December 2004 X# Whom: Jaap Akkerhuis <jaap@NLnetLabs.nl X# X# $FreeBSD: ports/dns/drill/Makefile,v 1.6 2008/03/20 09:37:21 pav Exp $ X# X XPORTNAME= drill XPORTVERSION= 1.4.1 XCATEGORIES= dns XMASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/ XDISTNAME= ldns-${PORTVERSION} X XMAINTAINER= jaap@NLnetLabs.nl XCOMMENT= A dig style dnssec aware dns debugging tool X XLIB_DEPENDS= ldns.1:${PORTSDIR}/dns/ldns X XMAN1= drill.1 X XWRKSRC= ${WRKDIR}/ldns-${PORTVERSION}/${PORTNAME} XUSE_OPENSSL= yes XCPPFLAGS+= -I${LOCALBASE}/include XLDFLAGS+= -L${LOCALBASE}/lib -L${OPENSSLLIB} XCFLAGS+= ${CPPFLAGS} -I${OPENSSLINC} XLIB+= -lssl XHAS_CONFIGURE= yes XCONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MANPREFIX}/man X XPLIST_FILES= bin/drill X X.include <bsd.port.mk> 5accc74e5b668f00f2d131d88565c61f echo x - drill/distinfo sed 's/^X//' >drill/distinfo << '81a3f9c4ddbac31be8bf71fb7944da21' XMD5 (ldns-1.4.1.tar.gz) = d3bd2d92aa20e634825ed2ca833fa9e3 XSHA256 (ldns-1.4.1.tar.gz) = fa101cb2e53e3fcdefd0bc2840e35df0f24636998af21c9dcd8c922c9bcbbae4 XSIZE (ldns-1.4.1.tar.gz) = 777964 81a3f9c4ddbac31be8bf71fb7944da21 echo x - drill/pkg-descr sed 's/^X//' >drill/pkg-descr << 'cc1c2fff96e279e4f728f0a8fe4ab50e' XDrill is a tool ala dig from BIND. It was designed with DNSSEC in Xmind and should be a useful debugging/query tool for DNSSEC. X XWWW: http://www.nlnetlabs.nl/projects/ldns/ X X X jaap akkerhuis X Xjaap@nletlabs.nl cc1c2fff96e279e4f728f0a8fe4ab50e exit >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200901280257.n0S2vpUw057568>