diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/samhain/Makefile | 12 | ||||
-rw-r--r-- | security/samhain/distinfo | 4 |
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 |