wok rev 21434

updated metasploit (3.6.0 -> 5.0.18)
author Hans-G?nter Theisgen
date Sat Apr 27 15:37:48 2019 +0100 (2019-04-27)
parents ff191ed93215
children c4940b97a5cf
files metasploit/receipt
line diff
     1.1 --- a/metasploit/receipt	Sat Apr 27 14:45:20 2019 +0100
     1.2 +++ b/metasploit/receipt	Sat Apr 27 15:37:48 2019 +0100
     1.3 @@ -1,24 +1,25 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="metasploit"
     1.7 -VERSION="3.6.0"
     1.8 +VERSION="5.0.18"
     1.9  CATEGORY="network"
    1.10 -SHORT_DESC="The Metasploit Framework is an advanced open-source platform for developing, testing, and using exploit code"
    1.11 +SHORT_DESC="The Metasploit Framework is an advanced open-source platform for developing, testing, and using exploit code."
    1.12  MAINTAINER="slaxemulator@gmail.com"
    1.13  LICENSE="BSD"
    1.14 -SOURCE="framework"
    1.15 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.16  WEB_SITE="https://www.metasploit.com/"
    1.17 -WGET_URL="http://updates.metasploit.com/data/releases/$TARBALL"
    1.18  
    1.19 -DEPENDS="ruby libpcap"
    1.20 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.21 +WGET_URL="https://github.com/rapid7/$PACKAGE-framework/archive/$VERSION.tar.gz"
    1.22 +
    1.23 +DEPENDS="libpcap ruby"
    1.24  
    1.25  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.26  genpkg_rules()
    1.27  {
    1.28 -	mkdir -p $fs/usr/share/$PACKAGE $fs/etc/profile.d
    1.29 +	mkdir -p $fs/usr/share/$PACKAGE
    1.30 +	mkdir -p $fs/etc/profile.d
    1.31 +
    1.32  	cp -a $src/* $fs/usr/share/$PACKAGE
    1.33  	echo "export PATH=$PATH:/usr/share/$PACKAGE" > $fs/etc/profile.d/$PACKAGE.sh
    1.34  	chmod 755 $fs/etc/profile.d/$PACKAGE.sh
    1.35  }
    1.36 -