summaryrefslogtreecommitdiff
path: root/security/samhain
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2004-10-13 02:04:30 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2004-10-13 02:04:30 +0000
commit49a52357b859072b14b02291189eeed0300549fb (patch)
tree098d4d70507cba387398235f1057d73219aed376 /security/samhain
parent- upgrade to openwebmail-2.41 (diff)
Update: security/samhain 1.8.10b -> 1.8.11
Updating the Samhain integrity checking system from 1.8.10b to 1.8.11. Code changes include: o for files in the IgnoreAll policy, there are no warnings (anymore) about 'no such user/group' and/or non-printable filenames o there is a new option HardlinkOffset=... to specify an offset from the canonical hardlink count for a directory o ... and a new option AddOKChars=... to modify the set of characters in a filename for which a warning (about obscure/non-printable) filename is issued. Port changes: Turn off kernel integrity checking by default - building this into packages wouldn't work anyhow, since it would only work with an identical kernel as on the build cluster. PR: ports/71169 Submitted by: David Thiel <lx@redundancy.redundancy.org>
Notes
Notes: svn path=/head/; revision=119141
Diffstat (limited to 'security/samhain')
-rw-r--r--security/samhain/Makefile12
-rw-r--r--security/samhain/distinfo4
2 files changed, 8 insertions, 8 deletions
diff --git a/security/samhain/Makefile b/security/samhain/Makefile
index 72c26746f8f0..09be56a659c2 100644
--- a/security/samhain/Makefile
+++ b/security/samhain/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
#
#
-# This port recognizes the following non-binary tunables:
+# This port recognizes the following non-boolean tunables:
#
# WITH_RUNAS_USER:
# Whe building with "WITH_SERVER" defined, the username of the
@@ -17,7 +17,7 @@
#
PORTNAME= samhain
-PORTVERSION= 1.8.10b
+PORTVERSION= 1.8.11
CATEGORIES= security
MASTER_SITES= http://la-samhna.de/archive/ \
http://cold.darkambient.net/
@@ -26,7 +26,7 @@ DISTFILES= samhain_signed-${PORTVERSION}.tar.gz
MAINTAINER= lx@redundancy.redundancy.org
COMMENT= The Samhain Intrusion Detection System
-OPTIONS= KCHECK "Enable rogue KLD detection" on \
+OPTIONS= KCHECK "Enable rogue KLD detection" off \
GPG "Enable GnuPG support" off \
MYSQL "Enable MySQL logging" off \
POSTGRESQL "Enable PostgreSQL logging" off \
@@ -115,9 +115,9 @@ pre-everything::
.if !defined(WITHOUT_KCHECK)
@${ECHO_MSG}
- @${ECHO_MSG} "Building with kernel checking requires reading /dev/kmem."
- @${ECHO_MSG} "If you're not building as root, please hit Control-C and"
- @${ECHO_MSG} "restart the build as root."
+ @${ECHO_MSG} "Building with kernel checking requires reading /dev/kmem"
+ @${ECHO_MSG} "and /dev/mem. If you're not building as root, please hit
+ @${ECHO_MSG} "Control-C and restart the build as root."
@${ECHO_MSG}
.endif
diff --git a/security/samhain/distinfo b/security/samhain/distinfo
index 3a29bd81d25c..d8815e2f9867 100644
--- a/security/samhain/distinfo
+++ b/security/samhain/distinfo
@@ -1,2 +1,2 @@
-MD5 (samhain_signed-1.8.10b.tar.gz) = f7c638e6989cb44287e814cf008877cd
-SIZE (samhain_signed-1.8.10b.tar.gz) = 972170
+MD5 (samhain_signed-1.8.11.tar.gz) = b07d557a4fd598d9406b8338204e20f9
+SIZE (samhain_signed-1.8.11.tar.gz) = 956426