summaryrefslogtreecommitdiff
path: root/sysutils/radmind
AgeCommit message (Collapse)AuthorFilesLines
2005-07-08Prevent paths to the build directories from being included in the package.kristerw1-1/+4
Bump PKGREVISION.
2005-05-02RCD_SCRIPTS_EXAMPLEDIR is no longer customizable.reed1-1/+2
And always is defined as share/examples/rc.d which was the default before. This rc.d scripts are not automatically added to PLISTs now also. So add to each corresponding PLIST as required. This was discussed on tech-pkg in late January and late April. Todo: remove the RCD_SCRIPTS_EXAMPLEDIR uses in MESSAGES and elsewhere and remove the RCD_SCRIPTS_EXAMPLEDIR itself.
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-02-17Update to 1.5.0, provided by the maintainer Hauke Fath in PR 29420:wiz5-42/+18
New in 1.5.0: * Major networking/speed improvements * fsdiff path argument can be used to limit scan - Thanks Wout Mertens * ktcheck -n bug fix for included command files * twhich displays transcript name for '-' lines * Added checkin and checkout to ra.sh * Added -V to ra.sh * ra.sh create gives useful default transcript name
2005-01-26Fix build with gcc2. From Hauke Fath.wiz2-1/+25
2005-01-19Update to 1.4.0, provided by Hauke Fath in PR 29010.wiz4-5/+51
Changes since 1.3.2: 1.4.0 * Added support for command file in a command file * Added support for alternative certificate names. Thanks Maarten Thibaut * Added -D option to lmerge and lcksum that specifies the radmind working directory. Thanks Dave Alden * fsdiff -A always lists associated transcript * lcksum -A verifies AppleSingle headers * lcksum -a continues checking on error. Requires -n option * lcksum -i forces line buffering * mkdirs works with existing directories on read-only filesystems * fsdiff clips trailing '/' on path * fixed double line listing bug in lmerge * lapply correctly handles sockets * Reduced number of open calls in checksum code * Fixed double free in server * Corrected error message in daemon * Sharing server TLS code * Added defaults to ra.sh * Improvements to ra.sh on solaris
2005-01-03Use the buildlink framework.minskim1-1/+2
2004-12-28Initial import of radmind-1.3.2, packaged by Michael Santos and Hauke Fathwiz5-0/+76
in pkgsrc-wip. radmind is a suite of Unix command-line tools and a server designed to remotely administer the file systems of multiple Unix machines. At its core, radmind operates as a tripwire. It is able to detect changes to any managed filesystem object, e.g. files, directories, links, etc. However, radmind goes further than just integrity checking: once a change is detected, radmind can optionally reverse the change.