pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/dnstop Update to 20050203:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5b9932d80c19
branches:  trunk
changeset: 491694:5b9932d80c19
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Mar 28 02:01:50 2005 +0000

description:
Update to 20050203:

2005/01/21 Sam Norris

    Added support for third-level domain statistics.  Use the -t
    command line option to enable collection of 3rd-level stats,
    and use '3' while running to display them.  Note that enabling
    3rd-level stats collection does not automatically also enable
    2nd-level stats.

2005/01/13 Duane Wessels

    Added a non-interactive mode.  If you specify a savefile and
    stdout is not a TTY, dnstop prints each table at the end.

2004/03/09 Duane Wessels

    Added filter support.  Filters can be used to restrict the input
    stream to queries with certain characteristics.  The currently
    defined filters are:

    unknown-tlds        Only includes queries for TLDs that are
                        bogus.  Useful for identifying hosts/servers
                        that leak queries for things like "localhost"
                        or "workgroup."

    A-for-A             Only includes A queries for names that are
                        already IP addresses.  Certain Microsoft
                        Windows DNS servers have a known bug that
                        forward these queries.

    rfc1918-ptr         PTR queries for addresses in RFC1918 space.
                        These should never leak from inside an
                        organization.

2003/11/13 Mark Foster <mark%foster.cc@localhost>

    Added 'c' to display options. This screen will combine the
    source and sld fields to show "who is querying for what" -
    reason: we see alot of duplicate querys for whatever reason.
    This will help separate the legitimate queries from the broken
    resolvers, etc. See http://www.circleid.com/article/102_0_1_0_C/
    for more about that.

Closes PR 29807.

diffstat:

 net/dnstop/Makefile |  14 +++++---------
 net/dnstop/distinfo |  11 ++++-------
 2 files changed, 9 insertions(+), 16 deletions(-)

diffs (49 lines):

diff -r 34a00e309263 -r 5b9932d80c19 net/dnstop/Makefile
--- a/net/dnstop/Makefile       Sun Mar 27 22:43:09 2005 +0000
+++ b/net/dnstop/Makefile       Mon Mar 28 02:01:50 2005 +0000
@@ -1,24 +1,20 @@
-# $NetBSD: Makefile,v 1.11 2004/09/16 23:20:42 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2005/03/28 02:01:50 wiz Exp $
 #
 
-DISTNAME=      dnstop-20021224
-PKGREVISION=   2
+DISTNAME=      dnstop-20050203
 CATEGORIES=    net
 MASTER_SITES=  http://dnstop.measurement-factory.com/src/
-DISTFILES=     ${DISTNAME}${EXTRACT_SUFX} dnstop.8
 
 MAINTAINER=    tech-pkg%NetBSD.org@localhost
 HOMEPAGE=      http://dnstop.measurement-factory.com/src/
 COMMENT=       Diagnose tcpdump trace for DNS queries/replies
 
-WRKSRC=                ${WRKDIR}
-EXTRACT_ONLY=  ${DISTNAME}${EXTRACT_SUFX}
-DIST_SUBDIR=   ${PKGNAME}
-
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/dnstop ${PREFIX}/bin
-       ${INSTALL_MAN} ${DISTDIR}/${DIST_SUBDIR}/dnstop.8 ${PREFIX}/man/man8
+       ${INSTALL_MAN} ${WRKSRC}/dnstop.8 ${PREFIX}/man/man8
        ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/dnstop
        ${INSTALL_DATA} ${WRKSRC}/LICENSE ${PREFIX}/share/doc/dnstop
 
+.include "../../devel/ncurses/buildlink3.mk"
+.include "../../net/libpcap/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 34a00e309263 -r 5b9932d80c19 net/dnstop/distinfo
--- a/net/dnstop/distinfo       Sun Mar 27 22:43:09 2005 +0000
+++ b/net/dnstop/distinfo       Mon Mar 28 02:01:50 2005 +0000
@@ -1,8 +1,5 @@
-$NetBSD: distinfo,v 1.9 2005/02/24 12:13:45 agc Exp $
+$NetBSD: distinfo,v 1.10 2005/03/28 02:01:50 wiz Exp $
 
-SHA1 (dnstop-20021224nb2/dnstop-20021224.tar.gz) = 94aada6e3fa0882923cd6776a003490ecef83dd9
-RMD160 (dnstop-20021224nb2/dnstop-20021224.tar.gz) = 64caa1e28f57dcead26c929ce70b0ce5b740c18b
-Size (dnstop-20021224nb2/dnstop-20021224.tar.gz) = 6460 bytes
-SHA1 (dnstop-20021224nb2/dnstop.8) = 7fda2751bea0303e52715f46ae8426be153d01f5
-RMD160 (dnstop-20021224nb2/dnstop.8) = f5285902b40f2318170f8616154671c0cac2628a
-Size (dnstop-20021224nb2/dnstop.8) = 2302 bytes
+SHA1 (dnstop-20050203.tar.gz) = 59c66f683fe17c59c03a93c6373386e58754e450
+RMD160 (dnstop-20050203.tar.gz) = de1811f4ecef1f853627f40e02bb747f4ec0919c
+Size (dnstop-20050203.tar.gz) = 11086 bytes



Home | Main Index | Thread Index | Old Index