Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Apr 2013 23:52:54 +0000 (UTC)
From:      David Thiel <lx@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r316013 - head/security/samhain
Message-ID:  <201304172352.r3HNqsBi008810@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: lx
Date: Wed Apr 17 23:52:53 2013
New Revision: 316013
URL: http://svnweb.freebsd.org/changeset/ports/316013

Log:
  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

Modified:
  head/security/samhain/Makefile
  head/security/samhain/distinfo

Modified: head/security/samhain/Makefile
==============================================================================
--- head/security/samhain/Makefile	Wed Apr 17 23:40:57 2013	(r316012)
+++ head/security/samhain/Makefile	Wed Apr 17 23:52:53 2013	(r316013)
@@ -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/

Modified: head/security/samhain/distinfo
==============================================================================
--- head/security/samhain/distinfo	Wed Apr 17 23:40:57 2013	(r316012)
+++ head/security/samhain/distinfo	Wed Apr 17 23:52:53 2013	(r316013)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201304172352.r3HNqsBi008810>