Subject: CVS commit: pkgsrc/security/libpreludedb
To: None <pkgsrc-changes@NetBSD.org>
From: John R. Shannon <shannonjr@netbsd.org>
List: pkgsrc-changes
Date: 06/06/2006 12:26:00
Module Name:	pkgsrc
Committed By:	shannonjr
Date:		Tue Jun  6 12:26:00 UTC 2006

Modified Files:
	pkgsrc/security/libpreludedb: Makefile PLIST distinfo
Added Files:
	pkgsrc/security/libpreludedb/files: addIndices.sql

Log Message:
Added sql to create additional database indices supporting deletion. Without
these indices web browser will often timeout before delete operation completes.

Update to libpreludedb 0.9.8. Changes:
- Always use prelude_escape_binary() when inserting additional data, even in case
  we're inserting a string, since the database field might be of a type that require
  binary kind of escaping. Fix #143.
- Implement reading of message_processing_model, security_model, security_level.
  Handling of community member is deprecated (IDMEFv16 update).
- Fix a bug where Service->ip_version would not be read from database.
- Error reporting improvement.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 pkgsrc/security/libpreludedb/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/security/libpreludedb/PLIST
cvs rdiff -r1.6 -r1.7 pkgsrc/security/libpreludedb/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/security/libpreludedb/files/addIndices.sql

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