Mon Feb 6 14:20:24 2012 UTC ()
Update to 1.9.  Notable changes:

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.


(shattered)
diff -r1.9 -r1.10 pkgsrc/net/dnstracer/Makefile
diff -r1.2 -r1.3 pkgsrc/net/dnstracer/distinfo

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

--- pkgsrc/net/dnstracer/Makefile 2011/04/15 08:34:00 1.9
+++ pkgsrc/net/dnstracer/Makefile 2012/02/06 14:20:24 1.10
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.9 2011/04/15 08:34:00 obache Exp $ 1# $NetBSD: Makefile,v 1.10 2012/02/06 14:20:24 shattered Exp $
2 2
3DISTNAME= dnstracer-1.7 3DISTNAME= dnstracer-1.9
4CATEGORIES= net 4CATEGORIES= net
5MASTER_SITES= http://www.mavetju.org/download/ 5MASTER_SITES= http://www.mavetju.org/download/
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= http://www.mavetju.org/unix/general.php 8HOMEPAGE= http://www.mavetju.org/unix/general.php
9COMMENT= Tool to trace dns queries 9COMMENT= Tool to trace dns queries
10 10
11PKG_DESTDIR_SUPPORT= user-destdir 11PKG_DESTDIR_SUPPORT= user-destdir
12 12
13USE_PKGLOCALEDIR= yes 13USE_PKGLOCALEDIR= yes
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15USE_FEATURES+= inet6 15USE_FEATURES+= inet6
16 16

cvs diff -r1.2 -r1.3 pkgsrc/net/dnstracer/distinfo (expand / switch to unified diff)

--- pkgsrc/net/dnstracer/distinfo 2005/02/24 12:13:45 1.2
+++ pkgsrc/net/dnstracer/distinfo 2012/02/06 14:20:24 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2005/02/24 12:13:45 agc Exp $ 1$NetBSD: distinfo,v 1.3 2012/02/06 14:20:24 shattered Exp $
2 2
3SHA1 (dnstracer-1.7.tar.gz) = 9db68a895e4fb61d8f11fdcc226eeb890306430d 3SHA1 (dnstracer-1.9.tar.gz) = b8c60b281c0eb309acd1b1551c51cccb951685c7
4RMD160 (dnstracer-1.7.tar.gz) = 3eff320af343588b3a9737486de166e63ac4f215 4RMD160 (dnstracer-1.9.tar.gz) = deb18bce06d2524c6ef2df2d8bf6f7730b3be45e
5Size (dnstracer-1.7.tar.gz) = 94125 bytes 5Size (dnstracer-1.9.tar.gz) = 130884 bytes