# HG changeset patch # User Pascal Bellard # Date 1434353134 -7200 # Node ID f3e78a86c67b13e10f9ea19c59d6f748ae0142b7 # Parent 53abdfcf11d45cedc884e14b8d37d4a0a679c087 Add chkexploit diff -r 53abdfcf11d4 -r f3e78a86c67b chkexploit/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/chkexploit/receipt Mon Jun 15 09:25:34 2015 +0200 @@ -0,0 +1,18 @@ +# SliTaz package receipt. + +PACKAGE="chkexploit" +VERSION="1.13" +CATEGORY="security" +SHORT_DESC="Check the system for vulnerabilities to some publicly available exploits." +MAINTAINER="pascal.bellard@slitaz.org" +LICENSE="GPL" +TARBALL="$PACKAGE-$VERSION.tar.gz" +WEB_SITE="http://www.chkrootkit.org/" +WGET_URL="ftp://ftp.pangeia.com.br/pub/seg/pac/$TARBALL" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/share/chkrootkit + cp $src/chkexploit $fs/usr/share/chkrootkit +} diff -r 53abdfcf11d4 -r f3e78a86c67b chkrootkit/receipt --- a/chkrootkit/receipt Mon Jun 15 09:16:13 2015 +0200 +++ b/chkrootkit/receipt Mon Jun 15 09:25:34 2015 +0200 @@ -2,7 +2,7 @@ PACKAGE="chkrootkit" VERSION="0.50" -CATEGORY="system-tools" +CATEGORY="security" SHORT_DESC="Locally checks for signs of a rootkit." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD"