Path to this page:
./
net/dnstracer,
Tool to trace dns queries
Branch: CURRENT,
Version: 1.9,
Package name: dnstracer-1.9,
Maintainer: pkgsrc-usersDnstracer 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 similar to ntptrace(8), which does it for the NTP
protocol.
Master sites:
SHA1: b8c60b281c0eb309acd1b1551c51cccb951685c7
RMD160: deb18bce06d2524c6ef2df2d8bf6f7730b3be45e
Filesize: 127.816 KB
Version history: (Expand)
- (2012-06-11) Package has been reborn
- (2012-06-11) Package deleted from pkgsrc
- (2012-02-06) Updated to version: dnstracer-1.9
- (2005-10-05) Package added to pkgsrc.se, version dnstracer-1.7 (created)
CVS history: (Expand)
| 2012-10-23 19:19:22 by Aleksej Saushev | Files touched by this commit (671) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-02-06 15:20:24 by Sergey Svishchev | Files touched by this commit (2) |  |
Log message:
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.
|
| 2011-04-15 10:34:01 by OBATA Akio | Files touched by this commit (10) |
Log message:
Use USE_FEATURES=inet6 for requirement of IPv6 support, instead of unusual usage
of PKG_OPTIONS.
|
| 2008-06-12 04:14:58 by Joerg Sonnenberger | Files touched by this commit (1134) |
Log message:
Add DESTDIR support.
|
| 2006-03-04 22:31:14 by Johnny C. Lam | Files touched by this commit (2257) |
Log message:
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-01-02 21:17:48 by Amitai Schlair | Files touched by this commit (1) |
Log message:
Add hack to fix build on OS X with BIND9 system resolver.
|
| 2005-11-03 18:19:47 by Todd Vierling | Files touched by this commit (1) |
Log message:
Force requiring IPv6 support. (--disable-ipv6 is nowhere near enough;
it still uses AF_INET6, sockaddr_in6, and getaddrinfo().)
|
| 2005-04-11 23:48:17 by Todd Vierling | Files touched by this commit (3539) |
Log message:
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
|