From f9fa9a5fde7bf7b0dbda95b33d2ebd7c2c4bb0cc Mon Sep 17 00:00:00 2001 From: agc Date: Fri, 10 Mar 2000 10:28:31 +0000 Subject: 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. --- security/aide/Makefile | 14 ++++++++++++++ security/aide/files/md5 | 3 +++ security/aide/pkg/COMMENT | 1 + security/aide/pkg/DESCR | 11 +++++++++++ security/aide/pkg/PLIST | 4 ++++ 5 files changed, 33 insertions(+) create mode 100644 security/aide/Makefile create mode 100644 security/aide/files/md5 create mode 100644 security/aide/pkg/COMMENT create mode 100644 security/aide/pkg/DESCR create mode 100644 security/aide/pkg/PLIST (limited to 'security') 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 -- cgit v1.2.3