00516d6b26
1.9: - With the rollout of IPv6 for a.root-servers.net, it always took the IPv6 address even if you used the -4 option. - Fix false lame server issues with domains which have the higher domain in it (command.com for example). 1.8: - Warnings are printed if you receive a different RR type than the one you asked for (for example when you ask for an A record and receive a CNAME) - Fixed problems when records received in the authority field are shorter than the domain the nameserver is authoritative for. - When compiled without IPv6 support on an IPv6 capable machine the machine tried to query the IPv6 translated IPv4 address anyway.
17 lines
411 B
Makefile
17 lines
411 B
Makefile
# $NetBSD: Makefile,v 1.10 2012/02/06 14:20:24 shattered Exp $
|
|
|
|
DISTNAME= dnstracer-1.9
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.mavetju.org/download/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.mavetju.org/unix/general.php
|
|
COMMENT= Tool to trace dns queries
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_FEATURES+= inet6
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|