Subject: CVS commit: pkgsrc/security/libpreludedb
To: None <pkgsrc-changes@NetBSD.org>
From: John R. Shannon <shannonjr@netbsd.org>
List: pkgsrc-changes
Date: 02/08/2006 16:35:18
Module Name:	pkgsrc
Committed By:	shannonjr
Date:		Wed Feb  8 16:35:18 UTC 2006

Modified Files:
	pkgsrc/security/libpreludedb: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 pkgsrc/security/libpreludedb/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/security/libpreludedb/PLIST
cvs rdiff -r1.2 -r1.3 pkgsrc/security/libpreludedb/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.