diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2011-03-31 16:06:33 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2011-03-31 16:06:33 -0500 |
commit | 1cc9f1aa76d507f4be193b0996e7c283b4ced109 (patch) | |
tree | c105b866a13cb37a85790923dca2bd6f2c32e852 /system/rkhunter | |
parent | cbe0a05b49e54fac496303c12f7d82bb2fd59de7 (diff) |
system/rkhunter: Updated for version 1.3.8.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/rkhunter')
-rw-r--r-- | system/rkhunter/README | 2 | ||||
-rw-r--r-- | system/rkhunter/doinst.sh | 2 | ||||
-rw-r--r-- | system/rkhunter/rkhunter.SlackBuild | 3 | ||||
-rw-r--r-- | system/rkhunter/rkhunter.info | 6 |
4 files changed, 4 insertions, 9 deletions
diff --git a/system/rkhunter/README b/system/rkhunter/README index 59397054beeb..2b3e9f83c9b3 100644 --- a/system/rkhunter/README +++ b/system/rkhunter/README @@ -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, diff --git a/system/rkhunter/doinst.sh b/system/rkhunter/doinst.sh index 4dc3528ce07a..b99f33b08787 100644 --- a/system/rkhunter/doinst.sh +++ b/system/rkhunter/doinst.sh @@ -10,6 +10,4 @@ config() { fi # Otherwise, we leave the .new copy for the admin to consider... } - config etc/rkhunter.conf.new - diff --git a/system/rkhunter/rkhunter.SlackBuild b/system/rkhunter/rkhunter.SlackBuild index b29dc4820e90..90efb723f65e 100644 --- a/system/rkhunter/rkhunter.SlackBuild +++ b/system/rkhunter/rkhunter.SlackBuild @@ -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 \ diff --git a/system/rkhunter/rkhunter.info b/system/rkhunter/rkhunter.info index 2c00f361cb94..a7d64eb2785b 100644 --- a/system/rkhunter/rkhunter.info +++ b/system/rkhunter/rkhunter.info @@ -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" |