Date: Sun, 28 May 2000 19:27:45 -0700 (PDT) From: Steve Price <steve@FreeBSD.org> 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 Message-ID: <200005290227.TAA37752@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <mi@aldan.algebra.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200005290227.TAA37752>