Subject: CVS commit: pkgsrc/security/libprelude
To: None <pkgsrc-changes@NetBSD.org>
From: John R. Shannon <shannonjr@netbsd.org>
List: pkgsrc-changes
Date: 10/11/2006 14:46:10
Module Name: pkgsrc
Committed By: shannonjr
Date: Wed Oct 11 14:46:10 UTC 2006
Modified Files:
pkgsrc/security/libprelude: Makefile PLIST.py distinfo
Removed Files:
pkgsrc/security/libprelude/patches: patch-ad
Log Message:
Update to 0.9.11. Changes:
- Hook class comparison function. Accept NULL, equal, not equal operator.
- Introduce better error checking in the idmef-class API, which is now
considered public and might be used by external application. Rename
error code to reflect the API.
- Change to the way IDMEF listed element are handled. Specifying negative
number as the position of the element from the low level API now allow
to position the element at the specified (reversed) index. Using the
high level API a negative index permit to address a list of element
backward (replace an element).
- Build fixes for SWIG > 1.3.27.
- Modify idmef_value_match() so that it always unroll listed value
(do it for both val1 and val2. Remove assertion, and let
idmef_value_type_compare() return an error code in case there is an issue.
- Handle path using IDMEF_LIST_APPEND or IDMEF_LIST_PREPEND as
path using an undefined list index on idmef_path_get() call.
- Make criteria parser accept (*) list index.
- Implement comparison function for all IDMEF object.
To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 pkgsrc/security/libprelude/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/security/libprelude/PLIST.py
cvs rdiff -r1.12 -r1.13 pkgsrc/security/libprelude/distinfo
cvs rdiff -r1.3 -r0 pkgsrc/security/libprelude/patches/patch-ad
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.