ports/51044: Samhain update to 1.7.5

David Thiel lx at redundancy.redundancy.org
Wed Apr 16 18:10:14 UTC 2003


>Number:         51044
>Category:       ports
>Synopsis:       Samhain update to 1.7.5
>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:   Wed Apr 16 11:10:12 PDT 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 #8: Sat Apr 5 21:14:41 PST 2003 root at redundancy.redundancy.org:/usr/obj/usr/src/sys/REDUNDANCY i386


>Description:
	Updating to 1.7.5, fixing packing list bugs, and adding
	a more reliable MASTER_SITE.

>How-To-Repeat:
>Fix:

--- samhain.diff begins here ---
diff -ur samhain.old/Makefile samhain/Makefile
--- samhain.old/Makefile	Sun Apr 13 06:17:13 2003
+++ samhain/Makefile	Wed Apr 16 10:47:22 2003
@@ -6,16 +6,17 @@
 #
 
 PORTNAME=	samhain
-PORTVERSION=	1.7.4
+PORTVERSION=	1.7.5
 CATEGORIES=	security
-MASTER_SITES=	http://la-samhna.de/samhain/
+MASTER_SITES=	http://la-samhna.de/samhain/ \
+		http://samhain.securecirt.org/
 DISTFILES=	samhain_signed-${PORTVERSION}.tar.gz
 
 MAINTAINER=	lx at redundancy.redundancy.org
 COMMENT=	The Samhain Intrusion Detection System
 
 .if defined(WITH_GPG)
-RUN_DEPENDS=	gpg:${PORTSDIR}/security/gnupg
+BUILD_DEPENDS=	gpg:${PORTSDIR}/security/gnupg
 .endif
 
 GNU_CONFIGURE= yes
@@ -75,9 +76,7 @@
 	${INSTALL_MAN} ${WRKSRC}/docs/MANUAL-1_7.ps ${PREFIX}/share/doc/samhain
 	${INSTALL_MAN} ${WRKSRC}/docs/MANUAL-1_7.html.tar ${PREFIX}/share/doc/samhain
 	${INSTALL_MAN} ${WRKSRC}/docs/HOWTO-client+server.html ${PREFIX}/share/doc/samhain
-.if defined(WITH_GPG)
 	${INSTALL_MAN} ${WRKSRC}/docs/HOWTO-samhain+GnuPG.html ${PREFIX}/share/doc/samhain
-.endif
 .endif
 
 install-user:
diff -ur samhain.old/distinfo samhain/distinfo
--- samhain.old/distinfo	Sun Apr 13 06:17:13 2003
+++ samhain/distinfo	Wed Apr 16 10:35:04 2003
@@ -1 +1 @@
-MD5 (samhain_signed-1.7.4.tar.gz) = 1399d9cc28edb942d5b236c5596eb4ce
+MD5 (samhain_signed-1.7.5.tar.gz) = ab1102d1eca6f4e37453d5893a49a8ee
diff -ur samhain.old/pkg-plist samhain/pkg-plist
--- samhain.old/pkg-plist	Sun Apr 13 06:17:13 2003
+++ samhain/pkg-plist	Wed Apr 16 10:46:57 2003
@@ -5,9 +5,11 @@
 %%YULE%%@unexec rmdir /var/lib/yule 2>/dev/null || true
 %%SAMHAIN%%sbin/samhain
 %%SAMHAIN%%etc/rc.d/samhain.sh.sample
+%%SAMHAIN%%etc/samhainrc.sample
 %%SAMHAIN%%@unexec rmdir /var/lib/samhain 2>/dev/null || true
 %%SETPWD%%sbin/samhain_setpwd
 %%PORTDOCS%%share/doc/samhain/MANUAL-1_7.ps
 %%PORTDOCS%%share/doc/samhain/MANUAL-1_7.html.tar
 %%PORTDOCS%%share/doc/samhain/HOWTO-client+server.html
+%%PORTDOCS%%share/doc/samhain/HOWTO-samhain+GnuPG.html
 %%PORTDOCS%%@dirrm share/doc/samhain
--- samhain.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list