summaryrefslogtreecommitdiff
path: root/security/tripwire/patches
AgeCommit message (Collapse)AuthorFilesLines
2004-02-08don't override variables which pkgsrc already sets in MAKE_ENV.grant1-19/+29
fixes build on Solaris.
2003-12-09Update the format string in dbase.build.c also.ben3-6/+24
Fix the format string and types to work on older versions of NetBSD, in addition to FreeBSD and SunOS.
2003-12-09In include/config.h, uint32 was by default defined as an unsigned long.ben2-0/+37
However (because of -DTW_TYPE32='int' being added to CFLAGS for an LP64 fix in revision 1.3 of patches/patch-aa) uint32 is defined as an unsigned int. This caused two problems: 1) The format string in include/tripwire.h was not updated to match. 2) On NetBSD, off_t is __int64_t. I am changing the format string in tripwire.h to match uint32. I also changed the type of the variable "size" from uint32 to off_t, and changed its format string to match intmax_t. This fixes the sparc64 coredump mentioned in PR 19391.
2003-12-05Replace all uses of mktemp() with mkstemp() and close PR 23640.ben6-6/+213
2003-05-01Honour PKG_SYSCONFDIR. Bump PKGREVISION to 1.jmmv1-3/+3
2002-08-20Fix sparc64 build by patching sigs/sha/sha.c like the revision 1.6 ofseb1-9/+131
basesrc/lib/libc/hash/sha1.c.
2000-07-14Add a patch so that the 64-bit size (from the stat buffer) is printed usingagc1-0/+20
the correct printf-format. From LeRoy Miller (root@gcc.ansic.net) in PR pkg/10478.
1999-07-06Substitute for @localbase@ in the config files. The substitute stageagc1-3/+3
was being performed by the Makefile, but there wouldn't have been any substitutions made because there was no occurrence of @localbase@ in the target files. Pointed out in PR 7794 by Mason Loring Bliss.
1999-05-31LP64 fix.ross1-2/+2
1999-04-09Make this package work on Solaris.agc3-15/+44
1998-11-17Initial import of tripwire-1.2, a file and directory integrity checker,agc3-0/+129
into the NetBSD Packages Collection.