From cff69413787618901048e0b70f3ac207da5828e3 Mon Sep 17 00:00:00 2001 From: Diogo Leal Date: Tue, 1 Mar 2011 22:39:30 -0300 Subject: network/dnstop: Updated for version 20110127. Signed-off-by: Niels Horn --- network/dnstop/README | 14 ++++++++------ network/dnstop/dnstop.SlackBuild | 6 ++---- network/dnstop/dnstop.info | 8 ++++---- 3 files changed, 14 insertions(+), 14 deletions(-) (limited to 'network/dnstop') diff --git a/network/dnstop/README b/network/dnstop/README index abdee42844..eb6279521f 100644 --- a/network/dnstop/README +++ b/network/dnstop/README @@ -1,5 +1,6 @@ -dnstop is a libpcap application (ala tcpdump) that displays various tables -of DNS traffic on your network. Currently dnstop displays tables of: +dnstop is a libpcap application (ala tcpdump) that displays various +tables of DNS traffic on your network. Currently dnstop displays tables +of: * Source IP addresses * Destination IP addresses @@ -13,15 +14,16 @@ of DNS traffic on your network. Currently dnstop displays tables of: dnstop supports both IPv4 and IPv6 addresses. -To help find especially undesirable DNS queries, dnstop provides a number of -filters. The filters tell dnstop to display only the following types of queries: +To help find especially undesirable DNS queries, dnstop provides a number +of filters. The filters tell dnstop to display only the following types of +queries: * For unknown/invalid TLDs * A queries where the query name is already an IP address * PTR queries for RFC1918 address space -dnstop can either read packets from the live capture device, or from a tcpdump -savefile. +dnstop can either read packets from the live capture device, or from a +tcpdump savefile. -- Unless modified, this script compiles with PPP frame support. diff --git a/network/dnstop/dnstop.SlackBuild b/network/dnstop/dnstop.SlackBuild index e42f216ab8..25504fa57c 100644 --- a/network/dnstop/dnstop.SlackBuild +++ b/network/dnstop/dnstop.SlackBuild @@ -9,16 +9,14 @@ # http://sam.zoy.org/wtfpl/COPYING for more details. PRGNAM=dnstop -VERSION=20090128 +VERSION=20110127 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} -# Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i486 ;; arm*) ARCH=arm ;; - # Unless $ARCH is already set, use uname -m for all other archs: *) ARCH=$( uname -m ) ;; esac fi @@ -42,7 +40,7 @@ else LIBDIRSUFFIX="" fi -set -e # Exit on most errors +set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT diff --git a/network/dnstop/dnstop.info b/network/dnstop/dnstop.info index cc640684a4..6d1027d363 100644 --- a/network/dnstop/dnstop.info +++ b/network/dnstop/dnstop.info @@ -1,10 +1,10 @@ PRGNAM="dnstop" -VERSION="20090128" +VERSION="20110127" HOMEPAGE="http://dns.measurement-factory.com/tools/dnstop/" -DOWNLOAD="http://dns.measurement-factory.com/tools/dnstop/src/dnstop-20090128.tar.gz" -MD5SUM="827a0d2020b157b925411dd30b6feff3" +DOWNLOAD="http://dns.measurement-factory.com/tools/dnstop/src/dnstop-20110127.tar.gz" +MD5SUM="e1c6416ad700d2d4d52f176f0827c60d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Diogo Leal" EMAIL="diogo@diogoleal.com" -APPROVED="dsomero" +APPROVED="Niels Horn" -- cgit v1.2.3