Date: Wed, 17 May 2000 21:46:47 -0400 (EDT) From: Mikhail Teterin <mi@privatelabs.com> To: FreeBSD-gnats-submit@freebsd.org Cc: jgreco@ns.sol.net Subject: ports/18634: security/tripwire port refreshed with new fixes Message-ID: <200005180146.VAA22244@F.privatelabs.com>
next in thread | raw e-mail | index | archive | help
>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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005180146.VAA22244>