summaryrefslogtreecommitdiffstats
path: root/network/mz
diff options
context:
space:
mode:
author Heinz Wiesinger <pprkut@liwjatan.at>2010-05-12 18:35:21 -0500
committer Robby Workman <rworkman@slackbuilds.org>2010-05-16 22:24:27 -0500
commit83d737b7f9b497acec23ef54af585e33f9102d97 (patch)
treedb281efebd666daf2eb0cbf5880256215266bdd7 /network/mz
parenta8edfa4111cfb5e8c6d286be3927c4519eefb3dc (diff)
downloadslackbuilds-83d737b7f9b497acec23ef54af585e33f9102d97.tar.gz
slackbuilds-83d737b7f9b497acec23ef54af585e33f9102d97.tar.xz
network/mz: Updated for version 0.39.
Diffstat (limited to 'network/mz')
-rw-r--r--network/mz/README10
-rw-r--r--network/mz/mz.SlackBuild7
-rw-r--r--network/mz/mz.info8
3 files changed, 13 insertions, 12 deletions
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"