diff options
author | agc <agc@pkgsrc.org> | 2000-03-10 10:28:31 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2000-03-10 10:28:31 +0000 |
commit | f9fa9a5fde7bf7b0dbda95b33d2ebd7c2c4bb0cc (patch) | |
tree | 3fa500d87d9343be93438bfa9091db106570c724 /security | |
parent | bb768dad2af82ed663490a79904ce2a299905838 (diff) | |
download | pkgsrc-f9fa9a5fde7bf7b0dbda95b33d2ebd7c2c4bb0cc.tar.gz |
Initial import of aide, a free intrusion detection system for checking
file integrity, into the NetBSD packages collection.
It 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
This package is very similar to tripwire, but without its licen[cs]e
constraints.
Diffstat (limited to 'security')
-rw-r--r-- | security/aide/Makefile | 14 | ||||
-rw-r--r-- | security/aide/files/md5 | 3 | ||||
-rw-r--r-- | security/aide/pkg/COMMENT | 1 | ||||
-rw-r--r-- | security/aide/pkg/DESCR | 11 | ||||
-rw-r--r-- | security/aide/pkg/PLIST | 4 |
5 files changed, 33 insertions, 0 deletions
diff --git a/security/aide/Makefile b/security/aide/Makefile new file mode 100644 index 00000000000..7a665f65d43 --- /dev/null +++ b/security/aide/Makefile @@ -0,0 +1,14 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/03/10 10:28:31 agc Exp $ +# + +DISTNAME= aide-0.6 +CATEGORIES= security +MASTER_SITES= http://www.cs.tut.fi/~rammer/ \ + ftp://ftp.cs.tut.fi/pub/src/gnu/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.cs.tut.fi/~rammer/aide.html + +GNU_CONFIGURE= yes + +.include "../../mk/bsd.pkg.mk" diff --git a/security/aide/files/md5 b/security/aide/files/md5 new file mode 100644 index 00000000000..189fa3dc347 --- /dev/null +++ b/security/aide/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1.1.1 2000/03/10 10:28:31 agc Exp $ + +MD5 (aide-0.6.tar.gz) = 3697a80834816c022756acdbb4c8ec21 diff --git a/security/aide/pkg/COMMENT b/security/aide/pkg/COMMENT new file mode 100644 index 00000000000..091a614ffe7 --- /dev/null +++ b/security/aide/pkg/COMMENT @@ -0,0 +1 @@ +a free intrusion detection system for checking file integrity diff --git a/security/aide/pkg/DESCR b/security/aide/pkg/DESCR new file mode 100644 index 00000000000..557d1199ee3 --- /dev/null +++ b/security/aide/pkg/DESCR @@ -0,0 +1,11 @@ +It 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 diff --git a/security/aide/pkg/PLIST b/security/aide/pkg/PLIST new file mode 100644 index 00000000000..12c2374487a --- /dev/null +++ b/security/aide/pkg/PLIST @@ -0,0 +1,4 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/03/10 10:28:31 agc Exp $ +bin/aide +man/man1/aide.1 +man/man5/aide.conf.5 |