summaryrefslogtreecommitdiff
path: root/net/dnstracer
AgeCommit message (Collapse)AuthorFilesLines
2017-09-23tracer: comment out dead siteswiz1-3/+3
2017-06-14Fix build on Darwin and SunOS.jperkin3-2/+20
2016-07-09Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.wiz1-2/+2
2015-11-04Add SHA512 digests for distfiles for net categoryagc1-1/+2
Problems found with existing digests: Package haproxy distfile haproxy-1.5.14.tar.gz 159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded] da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated] Problems found locating distfiles: Package bsddip: missing distfile bsddip-1.02.tar.Z Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2 Package djbdns: missing distfile djbdns-cachestats.patch Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch Package gated: missing distfile gated-3-5-11.tar.gz Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz Package poink: missing distfile poink-1.6.tar.gz Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch Package waste: missing distfile waste-source.tar.gz Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
2015-06-12Recursive PKGREVISION bump for all packages mentioning 'perl',wiz1-1/+2
having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
2015-03-20Fix problem of pod2man not found, thanks joerg.mef1-2/+2
2015-03-14defuzz patch context so it appliestnn2-6/+6
2015-03-13needs gzip(1) tool in manual extraction targettnn1-2/+2
2015-03-08(pkgsrc)mef2-7/+23
- Add LICENSE= 2-clause-bsd - Takes care two targets by pkgsrc, not WRKSRC side: do-extract and do-install (upstream) - Update 1.09 to 1.10 ------------------- CHANGES,v 1.26 2004/07/08 08:19:58 mavetju Version 1.10: - Add support for EDNS0 (extra big packets) - Add support for querying of ANY records. - Add represention of SRV, RP records.
2014-02-26Link network libs and always use the gethostbyname2 wrapper on SunOSwiedi3-2/+19
2012-10-23Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.asau1-3/+1
2012-02-06Update to 1.9. Notable changes:shattered2-6/+6
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-15Use USE_FEATURES=inet6 for requirement of IPv6 support, instead of unusual usageobache1-6/+2
of PKG_OPTIONS.
2008-06-12Add DESTDIR support.joerg1-1/+3
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
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-02Add hack to fix build on OS X with BIND9 system resolver.schmonz1-0/+9
2005-11-03Force requiring IPv6 support. (--disable-ipv6 is nowhere near enough;tv1-1/+6
it still uses AF_INET6, sockaddr_in6, and getaddrinfo().)
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2004-04-25Convert to buildlink3 and correct a typo in DESCR.snj2-3/+3
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-07-10Initial import of dnstracer.jtb4-0/+28
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.