wok diff metasploit/receipt @ rev 23655

Up openssh (8.2p1) again
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 21 06:26:34 2020 +0000 (2020-04-21)
parents 0994e1c4f19f
children 3ae2d1f7b186
line diff
     1.1 --- a/metasploit/receipt	Sat Apr 27 15:37:48 2019 +0100
     1.2 +++ b/metasploit/receipt	Tue Apr 21 06:26:34 2020 +0000
     1.3 @@ -1,9 +1,9 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="metasploit"
     1.7 -VERSION="5.0.18"
     1.8 +VERSION="5.0.80"
     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="An advanced open-source platform for developing, testing, and using exploit code."
    1.12  MAINTAINER="slaxemulator@gmail.com"
    1.13  LICENSE="BSD"
    1.14  WEB_SITE="https://www.metasploit.com/"
    1.15 @@ -19,7 +19,8 @@
    1.16  	mkdir -p $fs/usr/share/$PACKAGE
    1.17  	mkdir -p $fs/etc/profile.d
    1.18  
    1.19 -	cp -a $src/* $fs/usr/share/$PACKAGE
    1.20 -	echo "export PATH=$PATH:/usr/share/$PACKAGE" > $fs/etc/profile.d/$PACKAGE.sh
    1.21 -	chmod 755 $fs/etc/profile.d/$PACKAGE.sh
    1.22 +	cp -a $src/*	$fs/usr/share/$PACKAGE
    1.23 +	echo "export PATH=$PATH:/usr/share/$PACKAGE" > \
    1.24 +			$fs/etc/profile.d/$PACKAGE.sh
    1.25 +	chmod 755	$fs/etc/profile.d/$PACKAGE.sh
    1.26  }