Subject: CVS commit: pkgsrc/security/libprelude
To: None <pkgsrc-changes@NetBSD.org>
From: John R. Shannon <shannonjr@netbsd.org>
List: pkgsrc-changes
Date: 05/04/2006 13:13:18
Module Name:	pkgsrc
Committed By:	shannonjr
Date:		Thu May  4 13:13:18 UTC 2006

Modified Files:
	pkgsrc/security/libprelude: Makefile PLIST distinfo options.mk

Log Message:
Updated to libprelude 0.9.8. Changes:
- Improve idmef-path error reporting.
- Rework configure script so that it use --with[out] in
  place of --(en|dis)able where we deal with external dependencies.
- Rework configure script so that --with[out] work as expected (enabling and
  disabling the feature, explicit error if "with" feature is explicitly
  specified but the feature it is unavailable, etc).
- Rework SNMPService class for IDMEF draft 16 compliance.
- Make sure we set alert CreateTime if the caller did not do it for us.
- Fix handling of \r\n terminated line.
- Ignore character that are part of the option value when comparing
  option specified using --option=value. Fix handling of parent option.


To generate a diff of this commit:
cvs rdiff -r1.10 -r1.11 pkgsrc/security/libprelude/Makefile
cvs rdiff -r1.3 -r1.4 pkgsrc/security/libprelude/PLIST
cvs rdiff -r1.8 -r1.9 pkgsrc/security/libprelude/distinfo
cvs rdiff -r1.2 -r1.3 pkgsrc/security/libprelude/options.mk

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