summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2003-06-23 13:50:07 +0000
committeragc <agc@pkgsrc.org>2003-06-23 13:50:07 +0000
commit042b81f036f8cef9f0d8902ccc832e0bb47b9c8e (patch)
tree7d6f9af244f73dc75fe56a4a10d07180e46daf5c /doc
parent38b8598cd7bedc05a9b54d8865c73e54122ea7ae (diff)
downloadpkgsrc-042b81f036f8cef9f0d8902ccc832e0bb47b9c8e.tar.gz
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
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 1eab15f09dd..a3e895cba98 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.2561 2003/06/23 13:40:45 grant Exp $
+$NetBSD: CHANGES,v 1.2562 2003/06/23 13:50:07 agc Exp $
Changes to the packages collection and infrastructure in 2003:
@@ -2540,3 +2540,4 @@ Changes to the packages collection and infrastructure in 2003:
Updated p5-GD to 2.07 [adam 2003-06-23]
Updated ntop2 to 2.2 [adam 2003-06-23]
Updated pax to 20030623 [grant 2003-06-23]
+ Added aide-0.6 as aide06 [agc 2003-06-23]