summaryrefslogtreecommitdiff
path: root/security/aide06/distinfo
AgeCommit message (Collapse)AuthorFilesLines
2012-08-12security/aide06: Fix regression caused by bison 2.6.xmarino1-1/+4
Bison 2.6.x+ handles the yydebug functionality differently by predefining YYDEBUG. The yacc logic is not expecting YYDEBUG to be defined without an value, so it breaks on an "#if YYDEBUG" macro in a few places. In order to make this work with pre-2.6 bison as well as current versions, hard code the inclusion of debug symbols. It doesn't hurt anything and it fixes the package.
2005-05-23Remove extremely stupid and naive tests for whether YACC is "bison -y"jlam1-1/+2
and LEX is "flex". They break when full paths are passed to the configure script via YACC and LEX (!!).
2005-02-24Add RMD160 digests.agc1-1/+2
2004-09-21Give a bit of leeway in the atime time calculation - the problem isagc1-1/+2
that, on a large SMP bulk build machine, and occasionally on smaller less busy machines, we can get a false-postive message in the aide output because the atime on a group of files can be one second later than "cur_time", the current time as returned to aide. So allow for one second's difference in the time calculation. Bump package revision.
2003-12-19Avoid some dodgy string pasting - makes this compile with gcc3.agc1-1/+2
2003-06-23Re-import an older version of aide, aide-0.6, as security/aide06,agc1-0/+6
since there is a problem with aide-0.9 which results in it sending an email warning on every run of the scanner. Whilst this version may have other problems (it believes opendir(3)'s output, IIRC), it does keep quiet about them. aide-0.6 creates a database from the regular expression rules that it finds from the config file. Once this database is initialized it can be used to verify the integrity of the files. It has several message digest algorithms (md5,sha1,rmd160,tiger,haval,etc.) that are used to check the integrity of the file. More algorithms can be added with relative ease. All of the usual file attributes can also be checked for inconsistencies. It can read databases from older or newer versions. See the manual pages within the distribution for further info. There is also a beginning of a manual at http://www.cs.tut.fi/~rammer/aide/manual.html