The NetBSD Project

CVS log for pkgsrc/net/dnstracer/Makefile

[BACK] Up to [cvs.netbsd.org] / pkgsrc / net / dnstracer

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.10 / (download) - annotate - [select for diffs], Mon Feb 6 14:20:24 2012 UTC (3 months, 2 weeks ago) by shattered
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base, pkgsrc-2012Q1, HEAD
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

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.

Revision 1.9 / (download) - annotate - [select for diffs], Fri Apr 15 08:34:00 2011 UTC (13 months, 1 week ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2
Changes since 1.8: +2 -6 lines
Diff to previous 1.8 (colored)

Use USE_FEATURES=inet6 for requirement of IPv6 support, instead of unusual usage
of PKG_OPTIONS.

Revision 1.8 / (download) - annotate - [select for diffs], Thu Jun 12 02:14:39 2008 UTC (3 years, 11 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, cwrapper, cube-native-xorg-base, cube-native-xorg
Changes since 1.7: +3 -1 lines
Diff to previous 1.7 (colored)

Add DESTDIR support.

Revision 1.7 / (download) - annotate - [select for diffs], Sat Mar 4 21:30:18 2006 UTC (6 years, 2 months ago) by jlam
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

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.

Revision 1.6 / (download) - annotate - [select for diffs], Thu Nov 3 17:19:47 2005 UTC (6 years, 6 months ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4
Changes since 1.5: +6 -1 lines
Diff to previous 1.5 (colored)

Force requiring IPv6 support.  (--disable-ipv6 is nowhere near enough;
it still uses AF_INET6, sockaddr_in6, and getaddrinfo().)

Revision 1.5 / (download) - annotate - [select for diffs], Mon Apr 11 21:46:45 2005 UTC (7 years, 1 month ago) by tv
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2
Changes since 1.4: +1 -2 lines
Diff to previous 1.4 (colored)

Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.

Revision 1.4 / (download) - annotate - [select for diffs], Sun Apr 25 08:34:20 2004 UTC (8 years, 1 month ago) by snj
Branch: MAIN
CVS Tags: pkgsrc-2005Q1-base, pkgsrc-2005Q1, pkgsrc-2004Q4-base, pkgsrc-2004Q4, pkgsrc-2004Q3-base, pkgsrc-2004Q3, pkgsrc-2004Q2-base, pkgsrc-2004Q2
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

Convert to buildlink3 and correct a typo in DESCR.

Revision 1.3 / (download) - annotate - [select for diffs], Mon Jul 21 17:10:33 2003 UTC (8 years, 10 months ago) by martti
Branch: MAIN
CVS Tags: pkgsrc-2004Q1-base, pkgsrc-2004Q1, pkgsrc-2003Q4-base, pkgsrc-2003Q4
Changes since 1.2: +2 -2 lines
Diff to previous 1.2 (colored)

COMMENT should start with a capital letter.

Revision 1.2 / (download) - annotate - [select for diffs], Thu Jul 17 22:51:07 2003 UTC (8 years, 10 months ago) by grant
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

s/netbsd.org/NetBSD.org/

Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Thu Jul 10 09:19:31 2003 UTC (8 years, 10 months ago) by jtb
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0 lines
Diff to previous 1.1 (colored)

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.

Revision 1.1 / (download) - annotate - [select for diffs], Thu Jul 10 09:19:31 2003 UTC (8 years, 10 months ago) by jtb
Branch: MAIN

Initial revision

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>