wok diff wepbuster/receipt @ rev 18807

openssh: CVE-2016-0777 and CVE-2016-0778
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jan 14 18:33:14 2016 +0100 (2016-01-14)
parents 8df91607b9af
children 8dd8bab3f0ca
line diff
     1.1 --- a/wepbuster/receipt	Mon Sep 10 10:08:31 2012 +0200
     1.2 +++ b/wepbuster/receipt	Thu Jan 14 18:33:14 2016 +0100
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="network"
     1.5  SHORT_DESC="A set of tools for auditing wireless networks"
     1.6  MAINTAINER="pascal.bellard@slitaz.org"
     1.7 +LICENSE="BSD"
     1.8  WEB_SITE="http://code.google.com/p/wepbuster/"
     1.9 +TARBALL="$PACKAGE-$VERSION.tgz"
    1.10 +WGET_URL="http://wepbuster.googlecode.com/files/$TARBALL"
    1.11 +
    1.12  DEPENDS="perl-number-range perl-expect perl-algorithm-permute perl-file-slurp \
    1.13  perl-getopt-long perl-term-readkey macchanger aircrack-ng dhcp-client \
    1.14  wireless_tools"
    1.15 -TARBALL="$PACKAGE-$VERSION.tgz"
    1.16 -WGET_URL="http://wepbuster.googlecode.com/files/$TARBALL"
    1.17  
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20 @@ -24,4 +26,3 @@
    1.21  	mkdir -p $fs/usr/bin
    1.22  	cp -a $src/wepbuster $fs/usr/bin
    1.23  }
    1.24 -