From lx@redundancy.redundancy.org  Fri Apr 15 18:25:00 2005
Return-Path: <lx@redundancy.redundancy.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 8650816A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 15 Apr 2005 18:25:00 +0000 (GMT)
Received: from redundancy.redundancy.org (redundancy.redundancy.org [198.144.201.242])
	by mx1.FreeBSD.org (Postfix) with SMTP id ECE4243D45
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 15 Apr 2005 18:24:59 +0000 (GMT)
	(envelope-from lx@redundancy.redundancy.org)
Received: (qmail 54664 invoked by uid 1000); 15 Apr 2005 18:26:53 -0000
Message-Id: <20050415182653.54663.qmail@redundancy.redundancy.org>
Date: 15 Apr 2005 18:26:53 -0000
From: David Thiel <lx@redundancy.redundancy.org>
Reply-To: David Thiel <lx@redundancy.redundancy.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Maintainer Update: security/osiris 4.1.5 -> 4.1.7
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         79984
>Category:       ports
>Synopsis:       Maintainer Update: security/osiris 4.1.5 -> 4.1.7
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 15 18:30:19 GMT 2005
>Closed-Date:    Sun Apr 17 14:25:52 GMT 2005
>Last-Modified:  Sun Apr 17 14:25:52 GMT 2005
>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@redundancy.redundancy.org:/usr/obj/usr/src/sys/REDUNDANCY i386

>Description:

Updating the Osiris integrity checking system to 4.1.7. 

Code updates:

FIXES:

: fixed typos in CLI interface.
: removed borked filter wizard option.
: changed errors to warnings for checks on editor executable in CLI.
: editor searching now will make use of PATH env variable.
: filters editing now works; uses editor, not a stupid menu.

FEATURES:

: UNIX installer can initiate non-interactive install via command line
argument.
: added mass deployment perl script for adding agents to management console.
: added unset-base-db command to CLI.
: added copy configuration command (cp-config).
: added readline support (link against libreadline if installed).

Port updates:

Removed --enable-fancy-cli, as readline support will eliminate the need
for this.

>How-To-Repeat:
>Fix:

diff -ruN osiris.old/Makefile osiris/Makefile
--- osiris.old/Makefile	Fri Apr 15 09:22:12 2005
+++ osiris/Makefile	Fri Apr 15 09:31:19 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	osiris
-PORTVERSION=	4.1.5
+PORTVERSION=	4.1.7
 CATEGORIES=	security
 MASTER_SITES=	http://osiris.shmoo.com/data/ \
 		http://darkambient.net/
@@ -19,8 +19,7 @@
 		CLI "Enable to build the management CLI" off
 
 GNU_CONFIGURE=	yes
-CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} \
-			--enable-fancy-cli
+CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
 USE_LIBTOOL_VER=	15
 USE_RC_SUBR=	yes
 
diff -ruN osiris.old/distinfo osiris/distinfo
--- osiris.old/distinfo	Fri Apr 15 09:22:12 2005
+++ osiris/distinfo	Fri Apr 15 09:22:36 2005
@@ -1,2 +1,2 @@
-MD5 (osiris-4.1.5.tar.gz) = 12f28beb5b20421e0b94b0ceda434448
-SIZE (osiris-4.1.5.tar.gz) = 1886363
+MD5 (osiris-4.1.7.tar.gz) = de2470ebe864ec7a9351568dfac7f8d0
+SIZE (osiris-4.1.7.tar.gz) = 1891269

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: pav 
State-Changed-When: Sun Apr 17 14:25:42 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=79984 
>Unformatted:
