
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="https://www.chkrootkit.org/" WGET_URL="ftp://ftp.chkrootkit.org:21/pub/seg/pac/$TARBALL" # What is the latest version available today? current_version() { wget -O - ${WGET_URL%/*}/ 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 }
6011 packages and 861680 files in cooking database (Sun Aug 10 00:48:19 2025)