pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/dnstop Update dnstop to 20060517.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/569d776f22d7
branches:  trunk
changeset: 519711:569d776f22d7
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Oct 08 12:43:38 2006 +0000

description:
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:

 net/dnstop/Makefile |  4 ++--
 net/dnstop/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 207f83c8f0a5 -r 569d776f22d7 net/dnstop/Makefile
--- a/net/dnstop/Makefile       Sun Oct 08 12:40:09 2006 +0000
+++ b/net/dnstop/Makefile       Sun Oct 08 12:43:38 2006 +0000
@@ -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 -r 207f83c8f0a5 -r 569d776f22d7 net/dnstop/distinfo
--- a/net/dnstop/distinfo       Sun Oct 08 12:40:09 2006 +0000
+++ b/net/dnstop/distinfo       Sun Oct 08 12:43:38 2006 +0000
@@ -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



Home | Main Index | Thread Index | Old Index