pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/libpreludedb Update to 0.9.4. Changes:
details: https://anonhg.NetBSD.org/pkgsrc/rev/f9304397dc17
branches: trunk
changeset: 507799:f9304397dc17
user: shannonjr <shannonjr%pkgsrc.org@localhost>
date: Wed Feb 08 16:35:18 2006 +0000
description:
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:
security/libpreludedb/Makefile | 9 ++++-----
security/libpreludedb/PLIST | 5 +++--
security/libpreludedb/distinfo | 8 ++++----
3 files changed, 11 insertions(+), 11 deletions(-)
diffs (63 lines):
diff -r 9a92d57ce9fa -r f9304397dc17 security/libpreludedb/Makefile
--- a/security/libpreludedb/Makefile Wed Feb 08 16:28:43 2006 +0000
+++ b/security/libpreludedb/Makefile Wed Feb 08 16:35:18 2006 +0000
@@ -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@localhost
HOMEPAGE= http://www.prelude-ids.org/download/releases/
@@ -15,7 +14,7 @@
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 -r 9a92d57ce9fa -r f9304397dc17 security/libpreludedb/PLIST
--- a/security/libpreludedb/PLIST Wed Feb 08 16:28:43 2006 +0000
+++ b/security/libpreludedb/PLIST Wed Feb 08 16:35:18 2006 +0000
@@ -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-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 -r 9a92d57ce9fa -r f9304397dc17 security/libpreludedb/distinfo
--- a/security/libpreludedb/distinfo Wed Feb 08 16:28:43 2006 +0000
+++ b/security/libpreludedb/distinfo Wed Feb 08 16:35:18 2006 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index