summaryrefslogtreecommitdiff
path: root/security/tripwire
AgeCommit message (Collapse)AuthorFilesLines
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2004-04-25Convert to buildlink3.snj1-2/+2
2004-02-08don't override variables which pkgsrc already sets in MAKE_ENV.grant2-21/+31
fixes build on Solaris.
2003-12-09Update the format string in dbase.build.c also.ben4-10/+28
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.ben4-3/+42
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-09Actually set MASTER_SITES to site mentioned in revision 1.16.ben1-2/+2
2003-12-05Replace all uses of mktemp() with mkstemp() and close PR 23640.ben8-10/+222
2003-12-03The MASTER_SITES for security/tripwire does not have the tarball availableben2-5/+4
for download. I changed MASTER_SITES to match FreeBSD's ports/security/tripwire12. I verified that the contents of these files are identical using cmp.
2003-10-02Added support for FreeBSDmartti3-2/+209
2003-09-19Mark tripwire as being only for NetBSD and Solaris right now.agc1-1/+3
The Darwin compile time configuration is easy to write, but I don't have a Darwin box handy, and so the tw.conf.darwin is a bit difficult to write as there tend to be a few non-standard paths. In response to PR 22362.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2003-05-01Use tabs instead of spaces.jmmv1-3/+3
2003-05-01Honour PKG_SYSCONFDIR. Bump PKGREVISION to 1.jmmv5-18/+27
2003-04-10make usage of pax more consistent, use -O to bomb on broken archivesgrant1-2/+2
(suggested by lukem), group z, r and f flags. some whitespace cleanup.
2003-04-10make ${PAX} usage consistent:grant1-2/+2
- group 'zrw' and 'p' args, -s last - use the && operator consistently - strip unneeded parens - some whitespace cleanup
2003-01-06Split up installation of directories to please SunOS /usr/ucb/installcjep1-2/+3
2002-08-20Fix sparc64 build by patching sigs/sha/sha.c like the revision 1.6 ofseb2-11/+133
basesrc/lib/libc/hash/sha1.c.
2002-06-26Substitute a couple of `mkdir' by `${MKDIR}'.seb1-2/+2
Remove `-p' from mkdir arguments, it is already part of ${MKDIR}. While here substitute a couple of ${PREFIX} by `%D' in `@exec ${MKDIR} ...' lines and add a couple of missing `%D' in such lines too!
2002-02-05/bin/mkdir -> ${MKDIR}.skrll1-2/+2
Make the print-PLIST target output ${MKDIR} also.
2001-11-05The "aliases" file is now in /etc/mail, not /etc.hubertf1-2/+2
Pointed out by Volker Stolz <stolz@hyperion.informatik.rwth-aachen.de> in private mail.
2001-11-01Move pkg/ files into package's toplevel directoryzuntum3-2/+2
2001-04-19Move to sha1 digests, add distfile sizes.agc1-2/+3
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-9/+7
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-02-25Cleanup MKDIR usage => INSTALL_*_DIRhubertf1-3/+3
XXX need to teach pkglint to be more picky about this
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-02-06Unify format of MESSAGEs, and include RCS Ids.wiz1-1/+7
2000-12-09Fix MASTER_SITES and HOMEPAGE, noted by Brian Poole.wiz1-3/+3
2000-07-14Add a patch so that the 64-bit size (from the stat buffer) is printed usingagc2-1/+22
the correct printf-format. From LeRoy Miller (root@gcc.ansic.net) in PR pkg/10478.
2000-03-02exclude /dev/fd from logging, as proposed by Scott Aaron Bamfordwiz1-1/+4
<sab@zeekuschrist.com> in Pine.NEB.4.21.0003021549090.8049-100000@blip.fish.poo on tech-pkg, to prevent segfault
2000-02-05pax -> ${PAX}wiz1-2/+2
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-07-09Add package patch checksum files.agc1-0/+5
1999-07-08Revert to previous configuration:agc2-1/+1
LOWER_OPSYS for Solaris is solaris. Remove the ugly hacks which had been introduced to workaround previous misunderstanding.
1999-07-06The Makefile looks for files with LOWER_OPSYS in their names. The prototypeagc2-1/+1
files for Solaris were conf-solaris.h and tw.conf.solaris. Change these to be "sunos" for Solaris.
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.agc6-20/+256
1998-11-17Initial import of tripwire-1.2, a file and directory integrity checker,agc11-0/+390
into the NetBSD Packages Collection.