SliTaz Packages

Community Doc Forum Pro Shop Bugs Hg
.

Receipt for package "chkexploit"

# 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="http://ftp4.de.freesbie.org/pub/cert.dfn/tools/audit/chkrootkit/$TARBALL"

# What is the latest version available today?
current_version()
{
    wget -O - http://ftp.pangeia.com.br/download.htm 2>/dev/null | \
    sed '/chkexploit-/!d;/tar/!d;s|.*chkexploit-||;s|.tar.*||' | sort -Vr | sed q
}

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
    mkdir -p $fs/usr/share/chkrootkit
    cp $src/chkexploit $fs/usr/share/chkrootkit
}
6025 packages and 203154 files in current database (Thu Apr 25 06:17:47 2024)