aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-01-29 00:02:30 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-01-29 00:02:30 +0000
commit40e722bf682986395cb1e361979745da94ed4bbb (patch)
tree4cb3bd8ede9562dd3943075038ab2e7d3630bfce /security
parentf585416687fd9539d7ff008107ac5c00e27deb37 (diff)
downloadports-40e722bf682986395cb1e361979745da94ed4bbb.tar.gz
ports-40e722bf682986395cb1e361979745da94ed4bbb.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/rkhunter/Makefile7
-rw-r--r--security/rkhunter/distinfo4
-rw-r--r--security/rkhunter/files/patch-installer.sh4
-rw-r--r--security/rkhunter/pkg-descr4
4 files changed, 10 insertions, 9 deletions
diff --git a/security/rkhunter/Makefile b/security/rkhunter/Makefile
index 9e1162214c78..e54939e98775 100644
--- a/security/rkhunter/Makefile
+++ b/security/rkhunter/Makefile
@@ -6,14 +6,15 @@
#
PORTNAME= rkhunter
-PORTVERSION= 1.1.8
+PORTVERSION= 1.1.9
CATEGORIES= security
MASTER_SITES= http://downloads.rootkit.nl/
-MAINTAINER= bugghy@SAFe-mail.net
+MAINTAINER= vaidab@safe-mail.net
COMMENT= Rootkit detection tool
-RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1
+RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Digest/SHA1.pm:${PORTSDIR}/security/p5-Digest-SHA1 \
+ wget:${PORTSDIR}/ftp/wget
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_PERL5= yes
diff --git a/security/rkhunter/distinfo b/security/rkhunter/distinfo
index cd881b89c7f8..7d2fc24544c8 100644
--- a/security/rkhunter/distinfo
+++ b/security/rkhunter/distinfo
@@ -1,2 +1,2 @@
-MD5 (rkhunter-1.1.8.tar.gz) = 91cae6f04582fb0b27c96784ffe5adae
-SIZE (rkhunter-1.1.8.tar.gz) = 112615
+MD5 (rkhunter-1.1.9.tar.gz) = 2e24806cb1267124fba6132009e30f1b
+SIZE (rkhunter-1.1.9.tar.gz) = 115254
diff --git a/security/rkhunter/files/patch-installer.sh b/security/rkhunter/files/patch-installer.sh
index 609c597ef181..d94e5d421388 100644
--- a/security/rkhunter/files/patch-installer.sh
+++ b/security/rkhunter/files/patch-installer.sh
@@ -53,12 +53,12 @@
# Installation dir to configuration file
-INSTALLDIRCHECK=`cat /usr/local/etc/rkhunter.conf | grep "INSTALLDIR="`
-+INSTALLDIRCHECK=`cat $INSTALLDIR/etc/rkhunter.conf | grep "INSTALLDIR="`
++INSTALLDIRCHECK=`cat $INSTALLDIR/etc/rkhunter.conf.sample | grep "INSTALLDIR="`
if [ "${INSTALLDIRCHECK}" = "" ]
then
- echo "" >> /usr/local/etc/rkhunter.conf
- echo "INSTALLDIR=${INSTALLDIR}" >> /usr/local/etc/rkhunter.conf
-+ echo "" >> $INSTALLDIR/etc/rkhunter.conf
++ echo "" >> $INSTALLDIR/etc/rkhunter.conf.sample
+ echo "INSTALLDIR=${INSTALLDIR}" >> $INSTALLDIR/etc/rkhunter.conf.sample
echo "Configuration updated with installation path (${INSTALLDIR})"
else
diff --git a/security/rkhunter/pkg-descr b/security/rkhunter/pkg-descr
index 37013c2c45b8..8a751ee939ca 100644
--- a/security/rkhunter/pkg-descr
+++ b/security/rkhunter/pkg-descr
@@ -13,5 +13,5 @@ tests like:
WWW: http://www.rootkit.nl/
-- bugghy
-bugghy@SAFe-mail.net
+- Vaida Bogdan
+vaidab@safe-mail.net