pkgsrc-Bugs archive

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

pkg/34425: [update] net/dnstop



>Number:         34425
>Category:       pkg
>Synopsis:       [update] net/dnstop
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Wed Aug 30 18:20:00 +0000 2006
>Originator:     Martin Wilke
>Release:        NetBSD 4.0_BETA i386
>Organization:
>Environment:


System: NetBSD 4.0_BETA (MIWIBOX) #0: Tue Aug 29 10:29:38 CEST 2006
        miwi%mwilke.ath.cx@localhost:/usr/obj/sys/arch/i386/compile/MIWIBOX



>Description:


- Update to  20060517


- 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.




>How-To-Repeat:





>Fix:


--- dnstop.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/pkgsrc/net/dnstop/Makefile,v
retrieving revision 1.14
diff -u -r1.14 Makefile
--- Makefile    4 Mar 2006 21:30:18 -0000       1.14
+++ Makefile    30 Aug 2006 15:36:57 -0000
@@ -1,7 +1,7 @@
 # $NetBSD: Makefile,v 1.14 2006/03/04 21:30:18 jlam Exp $
 #
 
-DISTNAME=      dnstop-20050203
+DISTNAME=      dnstop-20060517
 CATEGORIES=    net
 MASTER_SITES=  http://dnstop.measurement-factory.com/src/
 
Index: distinfo
===================================================================
RCS file: /home/pcvs/pkgsrc/net/dnstop/distinfo,v
retrieving revision 1.10
diff -u -r1.10 distinfo
--- distinfo    28 Mar 2005 02:01:50 -0000      1.10
+++ distinfo    30 Aug 2006 15:37:10 -0000
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.10 2005/03/28 02:01:50 wiz 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
--- dnstop.diff ends here ---






Home | Main Index | Thread Index | Old Index