summaryrefslogtreecommitdiff
path: root/security/libpreludedb
diff options
context:
space:
mode:
authorshannonjr <shannonjr>2006-02-08 16:35:18 +0000
committershannonjr <shannonjr>2006-02-08 16:35:18 +0000
commit43e66bb3a11e23af811fd4c8c8a9b6207c89808d (patch)
treee00e1cc1fbb3c19f14a02ab97b85cb3954115e58 /security/libpreludedb
parentf17da49b86d9e761e9d7da9f008653e4959ef82a (diff)
downloadpkgsrc-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')
-rw-r--r--security/libpreludedb/Makefile9
-rw-r--r--security/libpreludedb/PLIST5
-rw-r--r--security/libpreludedb/distinfo8
3 files changed, 11 insertions, 11 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
diff --git a/security/libpreludedb/PLIST b/security/libpreludedb/PLIST
index 3dec636d3f2..d35e5fd6c84 100644
--- a/security/libpreludedb/PLIST
+++ b/security/libpreludedb/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2006/01/29 15:55:25 shannonjr Exp $
+@comment $NetBSD: PLIST,v 1.2 2006/02/08 16:35:18 shannonjr Exp $
bin/libpreludedb-config
bin/preludedb-admin
include/libpreludedb/preludedb-error.h
@@ -39,12 +39,13 @@ share/libpreludedb/classic/mysql-update-14-1.sql
share/libpreludedb/classic/mysql-update-14-2.sql
share/libpreludedb/classic/mysql-update-14-3.sql
share/libpreludedb/classic/mysql.sql
+share/libpreludedb/classic/mysql2sqlite.sh
share/libpreludedb/classic/pgsql-update-14-1.sql
share/libpreludedb/classic/pgsql-update-14-2.sql
share/libpreludedb/classic/pgsql-update-14-3.sql
share/libpreludedb/classic/pgsql.sql
+share/libpreludedb/classic/sqlite.sql
@dirrm share/libpreludedb/classic
-@dirrm share/libpreludedb
@dirrm share/gtk-doc/html/libpreludedb
@dirrm share/gtk-doc/html
@dirrm share/gtk-doc
diff --git a/security/libpreludedb/distinfo b/security/libpreludedb/distinfo
index 256cf4bf1f9..3dcbdd61f6c 100644
--- a/security/libpreludedb/distinfo
+++ b/security/libpreludedb/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2006/01/31 17:51:36 shannonjr Exp $
+$NetBSD: distinfo,v 1.3 2006/02/08 16:35:18 shannonjr Exp $
-SHA1 (libpreludedb-0.9.3.tar.gz) = 3aa84dc2d6da5df534c28dd1bf28453c59a6dac2
-RMD160 (libpreludedb-0.9.3.tar.gz) = 8949fe62be432425f74d42725d669c9648a7dc9c
-Size (libpreludedb-0.9.3.tar.gz) = 695472 bytes
+SHA1 (libpreludedb-0.9.4.tar.gz) = 235973b7541ddf4b0c4cc292b0b0e1264d27cfdd
+RMD160 (libpreludedb-0.9.4.tar.gz) = d94e82f3aa3e2ba8cd4dbc4af83618e177ad05ea
+Size (libpreludedb-0.9.4.tar.gz) = 709506 bytes