From f465a377ef50f8e88a336bd7e9ef54d06bad8296 Mon Sep 17 00:00:00 2001 From: lx Date: Wed, 17 Apr 2013 23:52:53 +0000 Subject: Update to 3.0.11. Changes: - Log rotation is handled more gracefully now under favourable conditions (logfile is moved so inode is kept, and it does not get compressed immediately). - An option IgnoreModified has been added to cover transient files that not only get added/deleted but also modified during their lifetime. - An option KernelCheckProc has been added to suppress the kernel /proc test. - Large groups are handled better now. - Reconnecting to a temporarily unavailable Oracle database has been fixed. Feature safe: yes --- security/samhain/Makefile | 2 +- security/samhain/distinfo | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'security') diff --git a/security/samhain/Makefile b/security/samhain/Makefile index a4ea87b68fda..31a5afe8a7ac 100644 --- a/security/samhain/Makefile +++ b/security/samhain/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= samhain -PORTVERSION= 3.0.9 +PORTVERSION= 3.0.11 CATEGORIES= security MASTER_SITES= http://la-samhna.de/archive/ \ http://redundancy.redundancy.org/mirror/ diff --git a/security/samhain/distinfo b/security/samhain/distinfo index 579b02108038..0db67375af49 100644 --- a/security/samhain/distinfo +++ b/security/samhain/distinfo @@ -1,2 +1,2 @@ -SHA256 (samhain_signed-3.0.9.tar.gz) = 3b3ecfd2bdf29bfc0564fbf7bfb6ff478a9a45ea60d97769395f6e36f9684cf0 -SIZE (samhain_signed-3.0.9.tar.gz) = 2164210 +SHA256 (samhain_signed-3.0.11.tar.gz) = 1d96036b5e198bdab2a719fbedc2d25034be76ed0dc219f8d07cd2b7150d1795 +SIZE (samhain_signed-3.0.11.tar.gz) = 2107048 -- cgit