summaryrefslogtreecommitdiff
path: root/security/aide/patches
AgeCommit message (Collapse)AuthorFilesLines
2006-01-02strnstr exists on DragonFly, use the system version instead of thejoerg2-0/+33
conflicting local version.
2005-05-23Remove extremely stupid and naive tests for whether YACC is "bison -y"jlam1-0/+28
and LEX is "flex". They break when full paths are passed to the configure script via YACC and LEX (!!).
2004-12-01Update to 0.10, prompted by César Catrián C. on tech-pkg:wiz1-0/+13
Version 0.10 * Fixed bugs * Moved project over to sourceforge.net * Change of project ownership
2002-11-13Update to 0.9:jschauma1-16/+0
Version 0.9 * Fixed bugs * Added support for keyed md check of db and config * Removed dependancy on libgcrypt * Added dependancy on mhash Version 0.8 * Fixed loads and loads of bugs * Added syslog backend * Report format changed * added lots of parameters see man page and configure --help * added ACL support for SunOS 5.x (and compatibles) * libgcrypt is now separate and required Version 0.7 * Bug fixes * Compressed database support * Linkname checking * Mhash support (version 0.8.1 of mhash required)
2000-09-03add RCS Idwiz1-0/+1
2000-04-26Make this actually compile on recent NetBSD systems:hubertf1-0/+15
* force "bison -y" *via $YACC) * undefine _POSIX_C_SOURCE, needed to get S_ISLNK defined in <sys/stat.h>