ports/58790: update: security/samhain -> 1.8.0

David Thiel lx at redundancy.redundancy.org
Sat Nov 1 01:10:06 UTC 2003


>Number:         58790
>Category:       ports
>Synopsis:       update: security/samhain -> 1.8.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Oct 31 17:10:03 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     David Thiel
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD redundancy.redundancy.org 4.8-STABLE FreeBSD 4.8-STABLE #13: Mon Aug 4 22:05:05 PDT 2003 lx at redundancy.redundancy.org:/usr/obj/usr/src/sys/REDUNDANCY i386


>Description:

Update to 1.8.0, add TCP Wrapper support.

>How-To-Repeat:
>Fix:

diff -ruN samhain/Makefile samhain.new/Makefile
--- samhain/Makefile	Tue Oct 14 00:11:22 2003
+++ samhain.new/Makefile	Fri Oct 31 16:43:20 2003
@@ -25,6 +25,9 @@
 # WITH_POSTGRESQL:
 #	Enable support for logging to a Postgres database.  Untested.
 #
+# WITH_LIBWRAP:
+#	Enable support for TCP wrappers.
+#
 # SERVER:
 #	Builds as Yule, Samhain's central logging server.  Mutually exclusive
 #	with CLIENT.
@@ -35,7 +38,7 @@
 #
 
 PORTNAME=	samhain
-PORTVERSION=	1.7.12
+PORTVERSION=	1.8.0
 CATEGORIES=	security
 MASTER_SITES=	http://la-samhna.de/archive/ \
 		http://cold.darkambient.net/
@@ -68,6 +71,9 @@
 .endif
 .if defined(WITH_POSTGRES)
 CONFIGURE_ARGS+=	--with-database=postgresql --enable-xml-log
+.endif
+.if defined(WITH_LIBWRAP)
+CONFIGURE_ARGS+=	--with-libwrap
 .endif
 .if defined(CLIENT)
 CONFIGURE_ARGS+= --enable-network=client \
diff -ruN samhain/distinfo samhain.new/distinfo
--- samhain/distinfo	Tue Oct 14 00:11:22 2003
+++ samhain.new/distinfo	Fri Oct 31 16:35:16 2003
@@ -1 +1 @@
-MD5 (samhain_signed-1.7.12.tar.gz) = 04c94c3bf7f0b0cc946f2feddb6932df
+MD5 (samhain_signed-1.8.0.tar.gz) = 30b8993c497cca3947a55ed935121918

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list