Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Mar 2006 12:09:27 +0100 (CET)
From:      Robin Gruyters <r.gruyters@yirdis.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/94406: [PATCH] security/samhain: update to 2.1.2
Message-ID:  <200603131109.k2DB9R6F087331@server.yirdis.net>
Resent-Message-ID: <200603131110.k2DBAGul001156@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         94406
>Category:       ports
>Synopsis:       [PATCH] security/samhain: update to 2.1.2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Mar 13 11:10:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Robin Gruyters
>Release:        FreeBSD 5.4-RELEASE-p11 i386
>Organization:
YIRDIS B.V.
>Environment:
System: FreeBSD server.yirdis.net 5.4-RELEASE-p11 FreeBSD 5.4-RELEASE-p11 #0: Thu Feb  2 17:02:52 CET
>Description:

Changelog:
- Update to 2.1.2
- Added support for Prelude Framework (http://www.prelude-ids.org)

Port maintainer (lx@redundancy.redundancy.org) is cc'd.

>How-To-Repeat:
>Fix:

--- samhain-2.1.2.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/security/samhain/Makefile /data2/FreeBSD/custom_ports/security/samhain/Makefile
--- /usr/ports/security/samhain/Makefile	Thu Jan 12 02:19:42 2006
+++ /data2/FreeBSD/custom_ports/security/samhain/Makefile	Mon Mar 13 11:59:20 2006
@@ -5,7 +5,7 @@
 # $FreeBSD: ports/security/samhain/Makefile,v 1.31 2006/01/07 07:56:03 edwin Exp $
 
 PORTNAME=	samhain
-PORTVERSION=	2.1.0
+PORTVERSION=	2.1.2
 CATEGORIES=	security
 MASTER_SITES=	http://la-samhna.de/archive/ \
 		http://cold.darkambient.net/
@@ -19,7 +19,8 @@
 		MYSQL "Enable MySQL logging" off \
 		POSTGRESQL "Enable PostgreSQL logging" off \
 		XML_LOGS "Enable XML-formatted logs" on \
-		LIBWRAP "Enable TCP wrapper support" on
+		LIBWRAP "Enable TCP wrapper support" on \
+		PRELUDE "Enable Prelude Framework support" off
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 
@@ -85,6 +86,10 @@
 .endif
 .if defined(WITH_ALT_LOG_SERVER)
 CONFIGURE_ARGS+=	--with-altlogserver=${WITH_ALT_LOG_SERVER}
+.endif
+.if defined(WITH_PRELUDE)
+LIB_DEPENDS+=		prelude.7:${PORTSDIR}/security/libprelude
+CONFIGURE_ARGS+=	--with-prelude
 .endif
 
 pre-everything::
diff -ruN --exclude=CVS /usr/ports/security/samhain/distinfo /data2/FreeBSD/custom_ports/security/samhain/distinfo
--- /usr/ports/security/samhain/distinfo	Thu Jan 26 02:24:56 2006
+++ /data2/FreeBSD/custom_ports/security/samhain/distinfo	Mon Mar 13 11:58:14 2006
@@ -1,3 +1,3 @@
-MD5 (samhain_signed-2.1.0.tar.gz) = 295eae6715c9c3e6af3dcafad52f761e
-SHA256 (samhain_signed-2.1.0.tar.gz) = 23b887ba162be4fda3063387e7d0cdf027f8ec39a5292ef8936833a61235a772
-SIZE (samhain_signed-2.1.0.tar.gz) = 1312114
+MD5 (samhain_signed-2.1.2.tar.gz) = 9e009035d7a04a6203a6b0ce404c385c
+SHA256 (samhain_signed-2.1.2.tar.gz) = cbef079491e8eab00cf04f5f796b2832ec4596cb30e7e24cbdbd56e0cca2fc2a
+SIZE (samhain_signed-2.1.2.tar.gz) = 1325720
--- samhain-2.1.2.patch ends here ---

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



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