Commit graph

17 commits

Author SHA1 Message Date
jlam
9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00
jlam
920592c1cb Remove extremely stupid and naive tests for whether YACC is "bison -y"
and LEX is "flex".  They break when full paths are passed to the
configure script via YACC and LEX (!!).
2005-05-23 21:24:17 +00:00
jlam
49bef90a54 AIDE wants flex, not just any old "lex". 2005-05-23 21:18:53 +00:00
jlam
c897d2aa42 Remove redundant USE_TOOLS+=bison lines. 2005-05-23 21:18:09 +00:00
jlam
585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00
jlam
9f94b112f0 Remove the old tools framework and references to _USE_NEW_TOOLS. 2005-05-22 19:11:12 +00:00
jlam
c757d1423e Avoid crazy YACC hacks when using the new tools framework. 2005-05-15 19:05:54 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
agc
d81d19f8e0 Add RMD160 digests. 2005-02-24 12:51:41 +00:00
agc
ab19a6524c Give a bit of leeway in the atime time calculation - the problem is
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.
2004-09-21 14:14:27 +00:00
grant
46af0a9282 this needs flex and bison to build. fixes build on Solaris.
XXX this could be handled better by the tools stuff.
2004-06-27 13:23:40 +00:00
snj
cdc177e643 Convert to buildlink3. 2004-04-26 04:19:47 +00:00
agc
26dd2c51c8 Avoid some dodgy string pasting - makes this compile with gcc3. 2003-12-19 12:34:30 +00:00
kristerw
f6d8743f8c Change MAINTAINER to "tech-pkg" instead of the previous "packages". 2003-12-03 22:14:45 +00:00
martti
8cee801716 COMMENT should start with a capital letter. 2003-07-21 17:10:16 +00:00
grant
ca3be631f2 s/netbsd.org/NetBSD.org/ 2003-07-17 22:50:55 +00:00
agc
a4bbacd6ef Re-import an older version of aide, aide-0.6, as security/aide06,
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
2003-06-23 13:48:33 +00:00