wok rev 18139

Add chkexploit
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 15 09:25:34 2015 +0200 (2015-06-15)
parents 53abdfcf11d4
children 490951fbd6fd
files chkexploit/receipt chkrootkit/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/chkexploit/receipt	Mon Jun 15 09:25:34 2015 +0200
     1.3 @@ -0,0 +1,18 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="chkexploit"
     1.7 +VERSION="1.13"
     1.8 +CATEGORY="security"
     1.9 +SHORT_DESC="Check the system for vulnerabilities to some publicly available exploits."
    1.10 +MAINTAINER="pascal.bellard@slitaz.org"
    1.11 +LICENSE="GPL"
    1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.13 +WEB_SITE="http://www.chkrootkit.org/"
    1.14 +WGET_URL="ftp://ftp.pangeia.com.br/pub/seg/pac/$TARBALL"
    1.15 +
    1.16 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.17 +genpkg_rules()
    1.18 +{
    1.19 +	mkdir -p $fs/usr/share/chkrootkit
    1.20 +	cp $src/chkexploit $fs/usr/share/chkrootkit
    1.21 +}
     2.1 --- a/chkrootkit/receipt	Mon Jun 15 09:16:13 2015 +0200
     2.2 +++ b/chkrootkit/receipt	Mon Jun 15 09:25:34 2015 +0200
     2.3 @@ -2,7 +2,7 @@
     2.4  
     2.5  PACKAGE="chkrootkit"
     2.6  VERSION="0.50"
     2.7 -CATEGORY="system-tools"
     2.8 +CATEGORY="security"
     2.9  SHORT_DESC="Locally checks for signs of a rootkit."
    2.10  MAINTAINER="pascal.bellard@slitaz.org"
    2.11  LICENSE="BSD"