diff options
author | jschauma <jschauma> | 2002-11-13 22:58:20 +0000 |
---|---|---|
committer | jschauma <jschauma> | 2002-11-13 22:58:20 +0000 |
commit | cc8b735e945140b49cd133572d408915666aa33f (patch) | |
tree | 656e7ad0151f93dc06ff686befbfc774a591efe8 /security/aide | |
parent | 022653efab31cbe3ef10e2b83c97a8064453685c (diff) | |
download | pkgsrc-cc8b735e945140b49cd133572d408915666aa33f.tar.gz |
Update to 0.9:
Version 0.9
* Fixed bugs
* Added support for keyed md check of db and config
* Removed dependancy on libgcrypt
* Added dependancy on mhash
Version 0.8
* Fixed loads and loads of bugs
* Added syslog backend
* Report format changed
* added lots of parameters see man page and configure --help
* added ACL support for SunOS 5.x (and compatibles)
* libgcrypt is now separate and required
Version 0.7
* Bug fixes
* Compressed database support
* Linkname checking
* Mhash support (version 0.8.1 of mhash required)
Diffstat (limited to 'security/aide')
-rw-r--r-- | security/aide/Makefile | 8 | ||||
-rw-r--r-- | security/aide/distinfo | 7 | ||||
-rw-r--r-- | security/aide/patches/patch-aa | 16 |
3 files changed, 9 insertions, 22 deletions
diff --git a/security/aide/Makefile b/security/aide/Makefile index df161486981..074a7c4cd43 100644 --- a/security/aide/Makefile +++ b/security/aide/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2001/09/27 23:18:37 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2002/11/13 22:58:20 jschauma Exp $ # -DISTNAME= aide-0.6 +DISTNAME= aide-0.9 CATEGORIES= security MASTER_SITES= http://www.cs.tut.fi/~rammer/ \ ftp://ftp.cs.tut.fi/pub/src/gnu/ @@ -11,9 +11,13 @@ HOMEPAGE= http://www.cs.tut.fi/~rammer/aide.html COMMENT= free intrusion detection system for checking file integrity BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison +DEPENDS= mhash>=0.8.17:../../security/mhash + +USE_BUILDLINK2= # defined GNU_CONFIGURE= yes #don't set YACC so configure can correctly find bison YACC= +.include "../../security/mhash/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/aide/distinfo b/security/aide/distinfo index 6c0b382692f..44e36c94711 100644 --- a/security/aide/distinfo +++ b/security/aide/distinfo @@ -1,5 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/19 15:40:29 agc Exp $ +$NetBSD: distinfo,v 1.3 2002/11/13 22:58:20 jschauma Exp $ -SHA1 (aide-0.6.tar.gz) = e6d112193ad96bdbbe1e1b685dac644d958a1155 -Size (aide-0.6.tar.gz) = 212475 bytes -SHA1 (patch-aa) = db675e373464c5127f9bd4cbfd38e6634c950ebf +SHA1 (aide-0.9.tar.gz) = 15648f3131c8dd7a82e0437a5c28ade8f5742d7d +Size (aide-0.9.tar.gz) = 216096 bytes diff --git a/security/aide/patches/patch-aa b/security/aide/patches/patch-aa deleted file mode 100644 index 9e59a01ccff..00000000000 --- a/security/aide/patches/patch-aa +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-aa,v 1.2 2000/09/03 13:09:08 wiz Exp $ ---- include/aide.h.orig Wed Apr 26 14:45:29 2000 -+++ include/aide.h Wed Apr 26 14:46:12 2000 -@@ -23,10 +23,12 @@ - #include "db_config.h" - #include "config.h" - -+#ifndef __NetBSD__ - #ifndef _POSIX_C_SOURCE - /* For _POSIX_THREAD_SEMANTICS _REENTRANT */ - #define _POSIX_C_SOURCE 199506L - #endif /* _POSIX_C_SOURCE */ -+#endif /* __NetBSD__ */ - - - #define AIDEVERSION VERSION |