diff options
author | obache <obache@pkgsrc.org> | 2006-10-08 12:43:38 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2006-10-08 12:43:38 +0000 |
commit | b9245429b37a2c66a01f4be8808f90d9d1adc1e9 (patch) | |
tree | 0f659aa5cc9e65744467851262c74ed0b9a8f7e8 /net/dnstop | |
parent | 8d361da047384b81ef7a840fb83ac3eef0361163 (diff) | |
download | pkgsrc-b9245429b37a2c66a01f4be8808f90d9d1adc1e9.tar.gz |
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.
Diffstat (limited to 'net/dnstop')
-rw-r--r-- | net/dnstop/Makefile | 4 | ||||
-rw-r--r-- | net/dnstop/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net/dnstop/Makefile b/net/dnstop/Makefile index 2c29dfa74f5..bcd72b35de5 100644 --- a/net/dnstop/Makefile +++ b/net/dnstop/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2006/10/04 21:53:16 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2006/10/08 12:43:38 obache Exp $ # -DISTNAME= dnstop-20050203 +DISTNAME= dnstop-20060517 CATEGORIES= net MASTER_SITES= http://dns.measurement-factory.com/tools/dnstop/src/ diff --git a/net/dnstop/distinfo b/net/dnstop/distinfo index dcceb0f4b4b..374de090385 100644 --- a/net/dnstop/distinfo +++ b/net/dnstop/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.10 2005/03/28 02:01:50 wiz Exp $ +$NetBSD: distinfo,v 1.11 2006/10/08 12:43:38 obache Exp $ -SHA1 (dnstop-20050203.tar.gz) = 59c66f683fe17c59c03a93c6373386e58754e450 -RMD160 (dnstop-20050203.tar.gz) = de1811f4ecef1f853627f40e02bb747f4ec0919c -Size (dnstop-20050203.tar.gz) = 11086 bytes +SHA1 (dnstop-20060517.tar.gz) = 008dfb7b9a1bfa1988d397bedb9d012cec850d35 +RMD160 (dnstop-20060517.tar.gz) = 79c166e64280323aaf18a279b64ebc6dc1728329 +Size (dnstop-20060517.tar.gz) = 11746 bytes |