diff options
author | shannonjr <shannonjr> | 2006-02-08 16:35:18 +0000 |
---|---|---|
committer | shannonjr <shannonjr> | 2006-02-08 16:35:18 +0000 |
commit | 43e66bb3a11e23af811fd4c8c8a9b6207c89808d (patch) | |
tree | e00e1cc1fbb3c19f14a02ab97b85cb3954115e58 /security/libpreludedb/Makefile | |
parent | f17da49b86d9e761e9d7da9f008653e4959ef82a (diff) | |
download | pkgsrc-43e66bb3a11e23af811fd4c8c8a9b6207c89808d.tar.gz |
Update to 0.9.4. Changes:
- Fix for filtering IDMEF field using the '!=' operator, which resulted in
filtering of events where the field did not exist (#129).
- Implement a "move" command in preludedb-admin.
- When SQL query logging is enabled, log the time taken to execute the query.
- Improve plugin API by making it opaque so that existing plugin don't break
if we add more SQL plugin function.
- Verbose error reporting, make the plugin error API viable for more drivers.
- Fix error reporting from perl and python bindings.
- Make libpreludedb header files c++ compiler friendly.
- Enforce listed IDMEF value ordering. IDMEF value were sometime unordered
because of an uninitialized list position problem.
Diffstat (limited to 'security/libpreludedb/Makefile')
-rw-r--r-- | security/libpreludedb/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/security/libpreludedb/Makefile b/security/libpreludedb/Makefile index 6c164238723..e12f7ef3293 100644 --- a/security/libpreludedb/Makefile +++ b/security/libpreludedb/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.3 2006/02/05 23:10:45 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2006/02/08 16:35:18 shannonjr Exp $ # -DISTNAME= libpreludedb-0.9.3 -PKGREVISION= 1 +DISTNAME= libpreludedb-0.9.4 CATEGORIES= security -MASTER_SITES= http://www.prelude-ids.org/download/releases/ +MASTER_SITES= http://prelude-ids.org/download/releases/ MAINTAINER= shannonjr@NetBSD.org HOMEPAGE= http://www.prelude-ids.org/download/releases/ @@ -15,7 +14,7 @@ COMMENT= Provides an interface to the database used to store IDMEF alerts USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes -USE_GNU_TOOLS+= make +USE_TOOLS+= make CONFIGURE_ARGS+= -enable-mysql CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} CONFIGURE_ARGS+= --enable-python |