summaryrefslogtreecommitdiff
path: root/security/tct
AgeCommit message (Collapse)AuthorFilesLines
2006-01-04Express these packages' brokenness with BROKEN_IN=pkgsrc-2005Q4schmonz1-3/+2
rather than PKG_FAIL_REASON, so that they provide useful error messages in build logs, and so that they continue to work on platforms where they aren't broken.
2005-12-26Mark packages for pkgsrc-2005Q4 that don't build on NetBSD/i386schmonz1-1/+4
3.0. If one of these is important to you, please fix it in time for pkgsrc-2006Q1, or it may be removed.
2005-12-05Fixed pkglint warnings. The warnings are mostly quoting issues, forrillig1-2/+2
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-08-06Bump the PKGREVISIONs of all (638) packages that hardcode the locationsjlam2-43/+43
of Perl files to deal with the perl-5.8.7 update that moved all pkgsrc-installed Perl files into the "vendor" directories.
2005-06-19Prevent paths to the build directories from being included in the package.kristerw3-10/+37
Bump PKGREVISION.
2005-06-17Fix inappropriate uses of ${LOCALBASE} or ${X11PREFIX} instead ofjlam1-12/+12
${PREFIX}.
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-24Add RMD160 digests.agc1-1/+2
2005-01-22Make tct build and run on NetBSD 2.0 and bump PKGREVISION.ben16-82/+190
This does not add support for ffsv2 filesystems nor superblocks. This addresses PR#28357.
2004-05-09Convert to buildlink3.snj1-3/+3
2004-01-06Make PLIST work if different perl version is used (version was hard-codedreed1-38/+38
in PLIST.) Use: ${PERL5_SITEARCH} Instead of: lib/perl5/site_perl/5.6.1/${MACHINE_ARCH}-${LOWER_OPSYS}
2003-07-21COMMENT should start with a capital letter.martti1-2/+2
2003-05-06Drop trailing whitespace. Ok'ed by wiz.jmmv1-1/+1
2002-11-24Trivially use buildlink2.seb1-2/+3
2002-11-15Whitespace fixes for 80-char wide displays.jlam1-10/+10
2002-02-18Update maintainer informationagc1-2/+2
2002-02-06Changes instances where BSD_INSTALL_* were used by targets in the Makefilejlam1-12/+12
into the equivalent INSTALL_*. This is fallout from the change in revision 1.915 that removed ${MAKE_ENV} from the environment for a recursive make.
2002-01-09Add a dependency on p5-Date-Manip - without it, mactime won't work.agc1-1/+3
Pointed out by frazee.23@osu.edu in PR 15184
2002-01-05Rework this package so that it installs its executables into its own tctagc4-26/+58
hierarchy. Whilst this is not desirable, it's the only way to get this package to execute properly, since it makes assumptions about absolute and relative paths, and expects its own versions of certain commands (md5, file), so it's best to keep these off to one side.
2002-01-04Make sure ${PERL5_SITEARCH} directory exists before attempting to copyagc1-1/+2
files there. Patch in private mail from someone who prefers to remain anonymous.
2002-01-04Also install the perl5 support files for this package in theagc2-2/+40
appropriate place. Pointed out in private mail by someone who wishes to remain anonymous. XXX The PLIST's location for these files needs to be fixed by someone more knowledgable than me in these black arts.
2002-01-03Use the correct category for this package.agc1-2/+2
2002-01-03Initial import of tct-1.0.9 into the NetBSD Packages Collection.agc18-0/+322
TCT is a collection of programs by Dan Farmer and Wietse Venema for a post-mortem analysis of a UNIX system after break-in. Notable TCT components are the grave-robber tool that captures information, the ils and mactime tools that display access patterns of files dead or alive, the unrm and lazarus tools that recover deleted files, and the findkey tool that recovers cryptographic keys from a running process or from files. WARNING This software is not for the faint of heart. It is relatively unpolished compared to the software that Dan and Wietse usually release. TCT can spend a lot of time collecting data. And although TCT collects lots of data, many analysis tools still need to be written. Based on patches provided in PR 15081 by frazee.23@osu.edu.