diff options
author | lx <lx@FreeBSD.org> | 2013-04-18 07:52:53 +0800 |
---|---|---|
committer | lx <lx@FreeBSD.org> | 2013-04-18 07:52:53 +0800 |
commit | f465a377ef50f8e88a336bd7e9ef54d06bad8296 (patch) | |
tree | 3dc705e629618837d99f3ee02a1a66e6084446c8 /security | |
parent | 14e1ea2145971c3225d563e8a88f04041f230c34 (diff) | |
download | freebsd-ports-gnome-f465a377ef50f8e88a336bd7e9ef54d06bad8296.tar.gz freebsd-ports-gnome-f465a377ef50f8e88a336bd7e9ef54d06bad8296.tar.zst freebsd-ports-gnome-f465a377ef50f8e88a336bd7e9ef54d06bad8296.zip |
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
Diffstat (limited to 'security')
-rw-r--r-- | security/samhain/Makefile | 2 | ||||
-rw-r--r-- | security/samhain/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
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 |