Commit graph

12 commits

Author SHA1 Message Date
shattered
00516d6b26 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.
2012-02-06 14:20:24 +00:00
obache
01ff307a63 Use USE_FEATURES=inet6 for requirement of IPv6 support, instead of unusual usage
of PKG_OPTIONS.
2011-04-15 08:34:00 +00:00
joerg
ba171a91fa Add DESTDIR support. 2008-06-12 02:14:13 +00:00
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
schmonz
f2c9f0713c Add hack to fix build on OS X with BIND9 system resolver. 2006-01-02 20:17:48 +00:00
tv
daf02fcace Force requiring IPv6 support. (--disable-ipv6 is nowhere near enough;
it still uses AF_INET6, sockaddr_in6, and getaddrinfo().)
2005-11-03 17:19:47 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
b12d62efb5 Add RMD160 digests. 2005-02-24 12:13:41 +00:00
snj
86d143d542 Convert to buildlink3 and correct a typo in DESCR. 2004-04-25 08:34:20 +00:00
martti
8cee801716 COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
jtb
bd100471e1 Initial import of dnstracer.
Dnstracer determines where a given Domain Name Server (DNS) gets its
information from, and follows the chain of DNS servers back to the
servers which know the data.

Its behaviour is similair to ntptrace(8), which does it for the NTP
protocol.
2003-07-10 09:19:31 +00:00