From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Apr 25 23:40:18 2005 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C4DE16A4D0 for ; Mon, 25 Apr 2005 23:40:18 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6AFB943D5A for ; Mon, 25 Apr 2005 23:40:17 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j3PNeHAV053915 for ; Mon, 25 Apr 2005 23:40:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j3PNeH0a053914; Mon, 25 Apr 2005 23:40:17 GMT (envelope-from gnats) Resent-Date: Mon, 25 Apr 2005 23:40:17 GMT Resent-Message-Id: <200504252340.j3PNeH0a053914@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, David Thiel Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4A2C16A4CE for ; Mon, 25 Apr 2005 23:32:21 +0000 (GMT) Received: from redundancy.redundancy.org (redundancy.redundancy.org [198.144.201.242]) by mx1.FreeBSD.org (Postfix) with SMTP id 94CF243D1D for ; Mon, 25 Apr 2005 23:32:21 +0000 (GMT) (envelope-from lx@redundancy.redundancy.org) Received: (qmail 8152 invoked by uid 1000); 25 Apr 2005 23:32:45 -0000 Message-Id: <20050425233245.8151.qmail@redundancy.redundancy.org> Date: 25 Apr 2005 23:32:45 -0000 From: David Thiel To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/80347: Maintainer Update: security/osiris 4.1.7 -> 4.1.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: David Thiel List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2005 23:40:18 -0000 >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: