ports/80622: Maintainer Update: security/samhain 2.0.2 -> 2.0.6

David Thiel lx at redundancy.redundancy.org
Wed May 4 18:20:10 UTC 2005


>Number:         80622
>Category:       ports
>Synopsis:       Maintainer Update: security/samhain 2.0.2 -> 2.0.6
>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:   Wed May 04 18:20:02 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     David Thiel
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD redundancy.redundancy.org 5.3-STABLE FreeBSD 5.3-STABLE #0: Sun Jan 9 21:41:16 PST 2005 root at redundancy.redundancy.org:/usr/obj/usr/src/sys/REDUNDANCY i386


>Description:

Updating the Samhain integrity checking system to 2.0.6. 

Code changes:

 -  A bug in the server has been fixed that could lead to aborting 
    immediately after startup, if an entry.html template is used for 
    the server status page

 -  libprelude 0.9 is supported (use latest release; 0.9-rc4 will not work)

 -  Runtime configuration of server port and interface is possible

 -  SIGTTOU will cause the daemon to perform a file check

 -  bugfixes for problems with 'deploy.sh', 'make rpm', make deb' with 
    some configure options

Port changes: 

N. Thomas reported samhainrc.sample/yulerc.sample weren't getting 
installed. Fixed.

>How-To-Repeat:
>Fix:

diff -ruN samhain.old/Makefile samhain/Makefile
--- samhain.old/Makefile	Wed May  4 10:57:39 2005
+++ samhain/Makefile	Wed May  4 11:04:54 2005
@@ -17,7 +17,7 @@
 #
 
 PORTNAME=	samhain
-PORTVERSION=	2.0.2
+PORTVERSION=	2.0.6
 CATEGORIES=	security
 MASTER_SITES=	http://la-samhna.de/archive/ \
 		http://cold.darkambient.net/
@@ -124,8 +124,10 @@
 post-install:
 .if !defined(WITH_SERVER)
 	@${CP} ${WRKSRC}/init/samhain.startFreeBSD ${PREFIX}/etc/rc.d/samhain.sh.sample
+	@${CP} ${WRKSRC}/samhainrc ${PREFIX}/etc/samhainrc.sample
 .else
 	@${CP} ${WRKSRC}/init/samhain.startFreeBSD ${PREFIX}/etc/rc.d/yule.sh.sample
+	@${CP} ${WRKSRC}/yulerc ${PREFIX}/etc/yulerc.sample
 .endif
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${DOCSDIR}
diff -ruN samhain.old/distinfo samhain/distinfo
--- samhain.old/distinfo	Wed May  4 10:57:39 2005
+++ samhain/distinfo	Wed May  4 10:58:47 2005
@@ -1,2 +1,2 @@
-MD5 (samhain_signed-2.0.2.tar.gz) = d7a5604a7cba939bf9c683784f501d0e
-SIZE (samhain_signed-2.0.2.tar.gz) = 1024411
+MD5 (samhain_signed-2.0.6.tar.gz) = 6633db2a1079a362f196402aff4e2495
+SIZE (samhain_signed-2.0.6.tar.gz) = 1178762

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



More information about the freebsd-ports-bugs mailing list