system/rkhunter: Updated for version 1.3.8.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
cbe0a05b49
commit
1cc9f1aa76
|
@ -1,5 +1,3 @@
|
|||
RKHunter - A Security monitoring and analyzing tool
|
||||
|
||||
RKHunter is a scanning tool that scans for rootkits, backdoors, and local
|
||||
exploits by running tests like MD5 hash comparison, known rootkit files,
|
||||
incorrect permissions on binaries, suspect strings in LKM and LKD modules,
|
||||
|
|
|
@ -10,6 +10,4 @@ config() {
|
|||
fi
|
||||
# Otherwise, we leave the .new copy for the admin to consider...
|
||||
}
|
||||
|
||||
config etc/rkhunter.conf.new
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# Written by Michael Johnson (youngmug@animeneko.net)
|
||||
|
||||
PRGNAM=rkhunter
|
||||
VERSION=${VERSION:-1.3.6}
|
||||
VERSION=${VERSION:-1.3.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -52,7 +52,6 @@ find . \
|
|||
-exec chmod 644 {} \;
|
||||
|
||||
# Set the installer to build in our package directory
|
||||
# Yes, this isn't an RPM, but it was the easiest way to get pathing working correctly
|
||||
TGZ_BUILD_ROOT=$PKG \
|
||||
./installer.sh \
|
||||
--layout TGZ \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="rkhunter"
|
||||
VERSION="1.3.6"
|
||||
VERSION="1.3.8"
|
||||
HOMEPAGE="http://rootkit.nl/projects/rootkit_hunter.html"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/rkhunter/rkhunter-1.3.6.tar.gz"
|
||||
MD5SUM="41bd92b1ea0803401c4a45215c8293a2"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/rkhunter/rkhunter-1.3.8.tar.gz"
|
||||
MD5SUM="0c34eb2a2d0caa384f442c11fcbb0c46"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
MAINTAINER="Michael Johnson"
|
||||
|
|
Loading…
Reference in New Issue