network/cowpatty: Updated for version 4.8.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f0cba67dec
commit
b2805c385f
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for cowpatty
|
||||
|
||||
# Copyright 2011-2016 Dominik Drobek <dominik.drobek (at) o2.pl>
|
||||
# Copyright 2011-2018 Dominik Drobek <dominik.drobek (at) o2.pl>
|
||||
# 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=cowpatty
|
||||
VERSION=${VERSION:-4.6}
|
||||
VERSION=${VERSION:-4.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -69,9 +69,18 @@ find -L . \
|
|||
sed -i 14s/"-g3 -ggdb"/"-g3 -ggdb ${SLKCFLAGS}"/ Makefile
|
||||
|
||||
make -j1
|
||||
make strip
|
||||
make install BINDIR=/usr/bin DESTDIR=$PKG
|
||||
|
||||
# Makefile doesn't provide a target for installing manuals
|
||||
mkdir -p $PKG/usr/man/man1
|
||||
cp -a cowpatty.1 genpmk.1 $PKG/usr/man/man1
|
||||
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
||||
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
AUTHORS CHANGELOG COPYING FAQ INSTALL README TODO dict file_magic *.dump \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="cowpatty"
|
||||
VERSION="4.6"
|
||||
HOMEPAGE="http://www.willhackforsushi.com"
|
||||
DOWNLOAD="http://www.willhackforsushi.com/code/cowpatty/4.6/cowpatty-4.6.tgz"
|
||||
MD5SUM="b90fd36ad987c99e7cc1d2a05a565cbd"
|
||||
VERSION="4.8"
|
||||
HOMEPAGE="http://www.willhackforsushi.com/?page_id=50"
|
||||
DOWNLOAD="https://github.com/joswr1ght/cowpatty/releases/download/4.8/cowpatty-4.8.tgz"
|
||||
MD5SUM="8f1190a002d93950678c6f01070cf439"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
MAINTAINER="Dominik Drobek"
|
||||
EMAIL="dominik.drobek@o2.pl"
|
||||
EMAIL="dominik.drobek (at) o2.pl"
|
||||
|
|
|
@ -13,7 +13,7 @@ cowpatty: WPA/WPA2 networks using PSK-based authentication. Cowpatty can carry
|
|||
cowpatty: out an accelerated attack if a precomputed hash table for the target
|
||||
cowpatty: SSID is available.
|
||||
cowpatty:
|
||||
cowpatty: Homepage: http://www.willhackforsushi.com/
|
||||
cowpatty: Homepage: http://www.willhackforsushi.com/?page_id=50
|
||||
cowpatty:
|
||||
cowpatty:
|
||||
cowpatty:
|
||||
|
|
Loading…
Reference in New Issue