Subject: CVS commit: pkgsrc/net/dnstop
To: None <pkgsrc-changes@NetBSD.org>
From: OBATA Akio <obache@netbsd.org>
List: pkgsrc-changes
Date: 10/08/2006 12:43:38
Module Name: pkgsrc
Committed By: obache
Date: Sun Oct 8 12:43:38 UTC 2006
Modified Files:
pkgsrc/net/dnstop: Makefile distinfo
Log Message:
Update dnstop to 20060517.
Patch provided by Martin Wilke via PR 34425.
- Changelog
A few fixes for OS X.
1) select()ing on a pcap FD doesn't always work. Advice from
tcpdump mailing list archive is to put it into non-blocking
mode and ignore the select() return value.
2) Added $(LDFLAGS) to link command line in Makefile to have
dnstop linked with specific libraries. LDFLAGS will be
picked up from the environment.
3) OS X needs to #include <arpa/nameser_compat.h>
2006/04/24 Duane Wessels
Adriaan Peeters reported that the list of known TLDs is
out-of-date. In particular, the .EU domain is not in the list.
2005/04/05 Duane Wessels
Mark Foster found a bug with the source+SLD list. It was being
updated for 3RD-level domain names as well. Mark also suggested
that the '@' key should display the source+SLD screen, just as
'3' and '#' work for 3RD-level.
To generate a diff of this commit:
cvs rdiff -r1.15 -r1.16 pkgsrc/net/dnstop/Makefile
cvs rdiff -r1.10 -r1.11 pkgsrc/net/dnstop/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.