From owner-freebsd-ports Wed May 17 19: 0: 7 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1DD9A37BD10 for ; Wed, 17 May 2000 19:00:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA79452; Wed, 17 May 2000 19:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from privatecube.privatelabs.com (privatecube.privatelabs.com [198.143.31.30]) by hub.freebsd.org (Postfix) with ESMTP id F403A37BC9B for ; 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 Reply-To: mi@aldan.algebra.com To: FreeBSD-gnats-submit@freebsd.org Cc: jgreco@ns.sol.net X-Send-Pr-Version: 3.2 Subject: ports/18634: security/tripwire port refreshed with new fixes Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 18634 >Category: ports >Synopsis: security/tripwire port refreshed with new fixes >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed May 17 19:00:03 PDT 2000 >Closed-Date: >Last-Modified: >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: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message