From mi@privatelabs.com  Wed May 17 18:51:33 2000
Return-Path: <mi@privatelabs.com>
Received: from privatecube.privatelabs.com (privatecube.privatelabs.com [198.143.31.30])
	by hub.freebsd.org (Postfix) with ESMTP id F403A37BC9B
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 17 May 2000 18:51:31 -0700 (PDT)
	(envelope-from mi@privatelabs.com)
Received: from F.privatelabs.com (F.privatelabs.com [198.143.31.2])
	by privatecube.privatelabs.com (8.9.2/8.9.2) with ESMTP id UAA20793;
	Wed, 17 May 2000 20:46:28 -0400 (EDT)
Received: (from mi@localhost)
	by F.privatelabs.com (8.9.3/8.9.3) id VAA22244;
	Wed, 17 May 2000 21:46:47 -0400 (EDT)
	(envelope-from mi)
Message-Id: <200005180146.VAA22244@F.privatelabs.com>
Date: Wed, 17 May 2000 21:46:47 -0400 (EDT)
From: Mikhail Teterin <mi@privatelabs.com>
Reply-To: mi@aldan.algebra.com
To: FreeBSD-gnats-submit@freebsd.org
Cc: jgreco@ns.sol.net
Subject: security/tripwire port refreshed with new fixes
X-Send-Pr-Version: 3.2

>Number:         18634
>Category:       ports
>Synopsis:       security/tripwire port refreshed with new fixes
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed May 17 19:00:03 PDT 2000
>Closed-Date:    Sun May 28 19:24:24 PDT 2000
>Last-Modified:  Sun May 28 19:28:04 PDT 2000
>Originator:     Mikhail Teterin
>Release:        FreeBSD 4.0-STABLE i386
>Organization:
Virtual Estates, Inc.
>Environment:

>Description:

	This changes:
		. fix some of the compiler warning (see
		  patches/patch-warnings)
		. fix the Makefiles to obey the CC and CFLAGS settings
		. fix patches/patch-ab to be PREFIX/LOCALBASE safe
		. fix the post-install to not compress the gunzip and
		  tripwire executables that go onto a floppy -- there
		  is no support for the gzip-ed ELF binaries at all,
		  and even for the older AOUT ones such support was
		  optional
		. replaces the /kernel with `sysctl -n kern.bootfile`
		  in the tw.conf as the tw.conf.freebsd2 is copied into
		  the right place.
	and, most importantly:
		. replace the use of mktemp(3) with tmpfile(3) (see
		  patches/patch-mktemp). This also caused a removal
		  of a few buffers (of size MAXPATHLEN+256) and quite
		  a few strcpy and sprintf invocations.

>How-To-Repeat:

>Fix:

	The recursive diff can be found at
		http://virtual-estates.net/tripwire-port.patch.bz2
	Note, it assumes, the change in the MASTER_SITE submitted in
	ports/18624 is already applied.

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: steve 
State-Changed-When: Sun May 28 19:24:24 PDT 2000 
State-Changed-Why:  
Committed, thanks! 

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