wok diff metasploit/receipt @ rev 22937
updated hunspell and hunspell-dev again (1.3.3 -> 1.7.0)
author | Hans-G?nter Theisgen |
---|---|
date | Thu Feb 27 07:35:13 2020 +0100 (2020-02-27) |
parents | 6e8b1bcb30e2 |
children | 5af8e6bf64b2 |
line diff
1.1 --- a/metasploit/receipt Thu Jan 24 11:33:03 2019 +0100 1.2 +++ b/metasploit/receipt Thu Feb 27 07:35:13 2020 +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 -