Update for dnstop to 20120611:
* Added "qtype-any" filter for displaying ANY queries which are now fashionable in DNS based attacks. * Anand Buddhev pointed out that LDFLAGS= is missing from Makefile.in. Also updated known_tlds.h. While here dest and GROFF is not needed. Ok sthen@ (maintainer)
This commit is contained in:
parent
18512d3da3
commit
91f7ae8a4d
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2012/03/11 14:07:00 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2012/10/05 19:04:45 gonzalo Exp $
|
||||
|
||||
COMMENT = pcap-based DNS query monitor
|
||||
|
||||
DISTNAME = dnstop-20110502
|
||||
DISTNAME = dnstop-20120611
|
||||
CATEGORIES = net
|
||||
|
||||
MAINTAINER = Stuart Henderson <sthen@openbsd.org>
|
||||
@ -15,8 +15,7 @@ PERMIT_DISTFILES_FTP = Yes
|
||||
|
||||
WANTLIB += c ncurses pcap
|
||||
|
||||
USE_GROFF = Yes
|
||||
CONFIGURE_STYLE = gnu dest
|
||||
CONFIGURE_STYLE = gnu
|
||||
|
||||
HOMEPAGE = http://dns.measurement-factory.com/tools/dnstop/
|
||||
MASTER_SITES = ${HOMEPAGE}src/
|
||||
|
@ -1,5 +1,2 @@
|
||||
MD5 (dnstop-20110502.tar.gz) = KMtU83gLJ+Fd+JJCNeTjew==
|
||||
RMD160 (dnstop-20110502.tar.gz) = Cw5Oi+dReFVPnT6r6E6aCZkWWN8=
|
||||
SHA1 (dnstop-20110502.tar.gz) = Vk48QZFndXfEwwBh+qdzJXgNzTw=
|
||||
SHA256 (dnstop-20110502.tar.gz) = Injm+bAZA4PC19kQD+OKL+4yqBINL2xqL3jzdpzsQ2U=
|
||||
SIZE (dnstop-20110502.tar.gz) = 73083
|
||||
SHA256 (dnstop-20120611.tar.gz) = zK3AjekKiUsMARnhXT9ZWgJnkpTAcZWZQkrNr3uALEE=
|
||||
SIZE (dnstop-20120611.tar.gz) = 73608
|
||||
|
@ -1,7 +1,7 @@
|
||||
$OpenBSD: patch-dnstop_c,v 1.6 2012/03/11 14:07:00 sthen Exp $
|
||||
--- dnstop.c.orig Mon May 2 17:04:51 2011
|
||||
+++ dnstop.c Fri Mar 9 22:49:32 2012
|
||||
@@ -46,6 +46,7 @@ static const char *Version = "20110502";
|
||||
$OpenBSD: patch-dnstop_c,v 1.7 2012/10/05 19:04:46 gonzalo Exp $
|
||||
--- dnstop.c.orig Mon Jun 11 17:17:16 2012
|
||||
+++ dnstop.c Thu Oct 4 18:17:07 2012
|
||||
@@ -46,6 +46,7 @@ static const char *Version = "20120611";
|
||||
#include <netdb.h>
|
||||
|
||||
#ifdef HAVE_NET_IF_PPP_H
|
||||
|
Loading…
Reference in New Issue
Block a user