Skip site navigation (1)Skip section navigation (2)
Date:      25 Apr 2005 23:32:45 -0000
From:      David Thiel <lx@redundancy.redundancy.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/80347: Maintainer Update: security/osiris 4.1.7 -> 4.1.8
Message-ID:  <20050425233245.8151.qmail@redundancy.redundancy.org>
Resent-Message-ID: <200504252340.j3PNeH0a053914@freefall.freebsd.org>

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

>Number:         80347
>Category:       ports
>Synopsis:       Maintainer Update: security/osiris 4.1.7 -> 4.1.8
>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:   Mon Apr 25 23:40:16 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 checker to 4.1.8.

Port changes:

Removing cli.c patch, as it's been incorporated into 4.1.8.

Code changes from ChangeLog:

: added contraints to -p (port) argument to scan agent, accepts
  numbers only (agent).

: added arguments for pid file specification to fix various init
  scripts (agent/console).

: fixed conflicts with fancy-cli and readline options.
: fixed minor bug with CLI not interpreting host argument correctly.

>How-To-Repeat:
>Fix:

diff -ruN osiris.old/Makefile osiris/Makefile
--- osiris.old/Makefile	Mon Apr 25 15:48:11 2005
+++ osiris/Makefile	Mon Apr 25 15:48:17 2005
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	osiris
-PORTVERSION=	4.1.7
+PORTVERSION=	4.1.8
 CATEGORIES=	security
 MASTER_SITES=	http://osiris.shmoo.com/data/ \
 		http://darkambient.net/
diff -ruN osiris.old/distinfo osiris/distinfo
--- osiris.old/distinfo	Mon Apr 25 15:48:11 2005
+++ osiris/distinfo	Mon Apr 25 15:48:23 2005
@@ -1,2 +1,2 @@
-MD5 (osiris-4.1.7.tar.gz) = de2470ebe864ec7a9351568dfac7f8d0
-SIZE (osiris-4.1.7.tar.gz) = 1891269
+MD5 (osiris-4.1.8.tar.gz) = 27a362ba5ad3025d5bca6d9c92196875
+SIZE (osiris-4.1.8.tar.gz) = 1891980
diff -ruN osiris.old/files/patch-src-cli-osiris.c osiris/files/patch-src-cli-osiris.c
--- osiris.old/files/patch-src-cli-osiris.c	Mon Apr 25 15:48:11 2005
+++ osiris/files/patch-src-cli-osiris.c	Wed Dec 31 16:00:00 1969
@@ -1,17 +0,0 @@
---- src/cli/osiris.c.orig	Tue Apr  5 14:37:58 2005
-+++ src/cli/osiris.c	Sun Apr 17 15:47:40 2005
-@@ -2985,11 +2985,13 @@
- 
-     if( filters == NULL )
-     {
-+	OSI_CMP_FILTER *f;
-+
-         filters = list_new();
- 
-         /* add a comment filter. */
- 
--        OSI_CMP_FILTER *f = osi_malloc( sizeof(OSI_CMP_FILTER) );
-+        f = osi_malloc( sizeof(OSI_CMP_FILTER) );
-         osi_strlcpy( f->exclude, CMP_FILTER_COMMENT, sizeof(f->exclude) );
-         list_add( filters, f ); 
-     }

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



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