Skip site navigation (1)Skip section navigation (2)
Date:      30 Mar 2005 09:49:32 -0000
From:      David Thiel <lx@redundancy.redundancy.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/79362: Maintainer Update: security/osiris 4.1.3 -> 4.1.5
Message-ID:  <20050330094932.9576.qmail@redundancy.redundancy.org>
Resent-Message-ID: <200503300950.j2U9o4AM037673@freefall.freebsd.org>

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

>Number:         79362
>Category:       ports
>Synopsis:       Maintainer Update: security/osiris 4.1.3 -> 4.1.5
>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 Mar 30 09:50:04 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@redundancy.redundancy.org:/usr/obj/usr/src/sys/REDUNDANCY i386

>Description:

Updating the Osiris integrity checking system to 4.1.5.

Port changes:

- Removed init script patch
- Removed pkg-deinstall script, it was more annoying than useful

Code changes:

FIXES:

: http port no longer on by default.
: removed -u argument from CLI, it was useless.
: fixed annoying warning in installer for backing up default configs.
: removed gcc dependancy in modules Makefile.am
: removed stray C++ style comments from regex library.
: fixed configure problem determination of -Wall flag use (portability issue).
: fixed osirsimd freebsd init script, missing rc command..
: fixed bug with files_scanned counter always zero in db header.
: added error logging to file checksumming code.

FEATURES:

: CLI now supports argument to specify remote port (-p).
: added quiet option (-q) to scan agent; produces no local logging.

>How-To-Repeat:
>Fix:

diff -ruN osiris.old/Makefile osiris/Makefile
--- osiris.old/Makefile	Wed Mar 30 01:25:52 2005
+++ osiris/Makefile	Wed Mar 30 01:26:02 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	osiris
-PORTVERSION=	4.1.3
+PORTVERSION=	4.1.5
 CATEGORIES=	security
 MASTER_SITES=	http://osiris.shmoo.com/data/ \
 		http://darkambient.net/
diff -ruN osiris.old/distinfo osiris/distinfo
--- osiris.old/distinfo	Wed Mar 30 01:25:52 2005
+++ osiris/distinfo	Wed Mar 30 01:26:30 2005
@@ -1,2 +1,2 @@
-MD5 (osiris-4.1.3.tar.gz) = 1d3e250d1fcc3c654f5eda9d559c1f9a
-SIZE (osiris-4.1.3.tar.gz) = 1884877
+MD5 (osiris-4.1.5.tar.gz) = 12f28beb5b20421e0b94b0ceda434448
+SIZE (osiris-4.1.5.tar.gz) = 1886363
diff -ruN osiris.old/files/patch-osirismd.in osiris/files/patch-osirismd.in
--- osiris.old/files/patch-osirismd.in	Wed Mar 30 01:25:52 2005
+++ osiris/files/patch-osirismd.in	Wed Dec 31 16:00:00 1969
@@ -1,8 +0,0 @@
---- src/install/freebsd/osirismd.in.orig	Fri Mar 11 15:05:42 2005
-+++ src/install/freebsd/osirismd.in	Fri Mar 11 15:06:03 2005
-@@ -25,4 +25,5 @@
- rcvar=`set_rcvar`
- command=@INSTALLDIR@/osirismd
- 
-+load_rc_config $name
- run_rc_command "$1"
diff -ruN osiris.old/pkg-deinstall osiris/pkg-deinstall
--- osiris.old/pkg-deinstall	Wed Mar 30 01:25:52 2005
+++ osiris/pkg-deinstall	Wed Dec 31 16:00:00 1969
@@ -1,50 +0,0 @@
-#! /bin/sh
-#
-# $FreeBSD: ports/security/osiris/pkg-deinstall,v 1.1 2004/04/20 20:36:39 sergei Exp $
-#
-
-
-ask() {
-    local question default answer
-
-    question=$1
-    default=$2
-    if [ -z "${PACKAGE_BUILDING}" -a -z "${BATCH}" ]; then
-	read -p "${question} [${default}]? " answer
-    fi
-    echo ${answer:-${default}}
-}
-
-yesno() {
-    local question default answer
-
-    question=$1
-    default=$2
-    while :; do
-	answer=$(ask "${question}" "${default}")
-	case "${answer}" in
-	[Yy]*)	return 0;;
-	[Nn]*)	return 1;;
-	esac
-	echo "Please answer yes or no."
-    done
-}
-
-delete_account() {
-    local u
-
-    u=$1
-    if yesno "Do you want me to remove user and group \"${u}\"" n; then
-	pw userdel -n ${u}
-	echo "Done."
-    fi
-}
-
-case $2 in
-
-DEINSTALL)
-
-    delete_account osiris
-    ;;
-
-esac

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



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