From 83d737b7f9b497acec23ef54af585e33f9102d97 Mon Sep 17 00:00:00 2001 From: Heinz Wiesinger Date: Wed, 12 May 2010 18:35:21 -0500 Subject: network/mz: Updated for version 0.39. --- network/mz/README | 10 +++++----- network/mz/mz.SlackBuild | 7 ++++--- network/mz/mz.info | 8 ++++---- 3 files changed, 13 insertions(+), 12 deletions(-) (limited to 'network') diff --git a/network/mz/README b/network/mz/README index a322cfc62c..02576ac946 100644 --- a/network/mz/README +++ b/network/mz/README @@ -1,6 +1,6 @@ Mausezahn is a **fast traffic generator** written in C which allows you to send nearly every possible and impossible packet. -Mausezahn can be used for example +Mausezahn can be used: - As traffic generator (e. g. to stress multicast networks) - For penetration testing of firewalls and IDS @@ -11,8 +11,8 @@ Mausezahn can be used for example malformed packets, ...) - As didactical tool during lab exercises -...and more. Mausezahn is basically a versatile packet creation tool on -the command line with a simple syntax and online help. It could also be -used within (bash-) scripts to perform combination of tests. +Mausezahn is basically a versatile packet creation tool on the command line +with a simple syntax and online help. It could also be used within (bash-) +scripts to perform combination of tests. -Mausezahn requires libnet, which is also available from SlackBuilds.org. +Mausezahn requires libnet and libcli. diff --git a/network/mz/mz.SlackBuild b/network/mz/mz.SlackBuild index 8e1b96362a..7eea40719f 100644 --- a/network/mz/mz.SlackBuild +++ b/network/mz/mz.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for mz -# Copyright 2008-2009 Heinz Wiesinger, Amsterdam, The Netherlands +# Copyright 2008-2010 Heinz Wiesinger, Amsterdam, The Netherlands # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=mz -VERSION=0.34.9 +VERSION=0.39 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -50,8 +50,9 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +mkdir $PRGNAM-$VERSION cd $PRGNAM-$VERSION +tar xvf $CWD/$PRGNAM-$VERSION.tar.gz chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ diff --git a/network/mz/mz.info b/network/mz/mz.info index b80ad64a66..271938c2e0 100644 --- a/network/mz/mz.info +++ b/network/mz/mz.info @@ -1,10 +1,10 @@ PRGNAM="mz" -VERSION="0.34.9" +VERSION="0.39" HOMEPAGE="http://www.perihel.at/sec/mz" -DOWNLOAD="http://www.perihel.at/sec/mz/mz-0.34.9.tar.gz" -MD5SUM="17dcc41248744a14690a62bce3b637b2" +DOWNLOAD="http://www.perihel.at/sec/mz/mz-0.39.tar.gz" +MD5SUM="b0ffc5dab78880e7f9187fa21e6fa63f" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Heinz Wiesinger" EMAIL="pprkut@liwjatan.at" -APPROVED="Erik Hanson" +APPROVED="rworkman" -- cgit v1.2.3