From owner-cvs-all Sun May 28 19:27:52 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A651337BA73; Sun, 28 May 2000 19:27:45 -0700 (PDT) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA37752; Sun, 28 May 2000 19:27:45 -0700 (PDT) (envelope-from steve@FreeBSD.org) Message-Id: <200005290227.TAA37752@freefall.freebsd.org> From: Steve Price Date: Sun, 28 May 2000 19:27:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/security/tripwire Makefile ports/security/tripwire/patches patch-mktemp patch-warnings patch-ab ports/security/tripwire/pkg PLIST Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG steve 2000/05/28 19:27:45 PDT Modified files: security/tripwire Makefile security/tripwire/patches patch-ab security/tripwire/pkg PLIST Added files: security/tripwire/patches patch-mktemp patch-warnings Log: - Fix some of the compiler warnings (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. - 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. PR: 18634 Submitted by: Mikhail Teterin Revision Changes Path 1.10 +17 -9 ports/security/tripwire/Makefile 1.2 +40 -21 ports/security/tripwire/patches/patch-ab 1.3 +1 -0 ports/security/tripwire/pkg/PLIST To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message