diff options
author | leot <leot@pkgsrc.org> | 2015-08-14 21:08:00 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2015-08-14 21:08:00 +0000 |
commit | 34e9347b13074f16582dc206a57ca2228a93bc3c (patch) | |
tree | db2fe65de5d3af8ed110afa86981818d123b0517 | |
parent | c34c086874d6c30de7c546501910bf7c41427dc8 (diff) | |
download | pkgsrc-34e9347b13074f16582dc206a57ca2228a93bc3c.tar.gz |
Update net/dnscap to dnscap-141, from Benedek Gergely via pkgsrc-users@.
ok by wiz@.
Changes:
2012-03-22
Added -Y option to specify the IP address of responses that
should not be captured. This option is useful when you want
to capture queries and spoofed response (DDoS attack) traffic,
but not the normal response traffic.
Added -L option to specify that dnscap should capture both
VLAN-tagged and un-tagged packets. This is in contrast
to the existing -l option which causes untagged packets
to be ignored.
-rw-r--r-- | net/dnscap/Makefile | 5 | ||||
-rw-r--r-- | net/dnscap/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/net/dnscap/Makefile b/net/dnscap/Makefile index ff718981988..867c3662972 100644 --- a/net/dnscap/Makefile +++ b/net/dnscap/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2013/02/06 19:30:56 jperkin Exp $ +# $NetBSD: Makefile,v 1.4 2015/08/14 21:08:00 leot Exp $ -DISTNAME= dnscap-134 -PKGREVISION= 1 +DISTNAME= dnscap-141 CATEGORIES= net MASTER_SITES= http://dnscap.dns-oarc.net/ diff --git a/net/dnscap/distinfo b/net/dnscap/distinfo index fc717b885da..4ff1774a7fb 100644 --- a/net/dnscap/distinfo +++ b/net/dnscap/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1.1.1 2011/12/08 07:39:00 agc Exp $ +$NetBSD: distinfo,v 1.2 2015/08/14 21:08:00 leot Exp $ -SHA1 (dnscap-134.tar.gz) = a94265a850014ca2ad2bb545b7b7417161d4dc7f -RMD160 (dnscap-134.tar.gz) = 9860df237b053199cdec4ea2d1be714f392c8489 -Size (dnscap-134.tar.gz) = 91682 bytes +SHA1 (dnscap-141.tar.gz) = b034dcb8aeb6ecbf5c3d12e3dc82dcee40a6e382 +RMD160 (dnscap-141.tar.gz) = 5bdb8851fda74904347106fcc0a9c9dfa719f63c +Size (dnscap-141.tar.gz) = 92801 bytes SHA1 (patch-Makefile.in) = ddfc02984cf2f092b9356421300a48ee5c59e43b |