network/mz: Updated for version 0.39.

This commit is contained in:
Heinz Wiesinger 2010-05-12 18:35:21 -05:00 committed by Robby Workman
parent a8edfa4111
commit 83d737b7f9
3 changed files with 13 additions and 12 deletions

View file

@ -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.

View file

@ -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 \) \

View file

@ -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"