Subject: CVS commit: pkgsrc/security/libprelude
To: None <pkgsrc-changes@NetBSD.org>
From: John R. Shannon <shannonjr@netbsd.org>
List: pkgsrc-changes
Date: 02/20/2007 15:13:03
Module Name: pkgsrc
Committed By: shannonjr
Date: Tue Feb 20 15:13:03 UTC 2007
Modified Files:
pkgsrc/security/libprelude: Makefile distinfo
pkgsrc/security/libprelude/patches: patch-aa
Log Message:
Update to 0.9.13. Changes:
- Fix a crash with Python bindings upon signal reception (Fix #200).
- New --with-system-ltdl configure switch. The default is now to use the
system wide ltdl library if it is available, unless specified otherwise
(Fix #199).
- Prevent NULL pointer dereference if no permission is specified after the
permission type (Fix #197).
- Upon IDMEFCriteria parsing error, recover from broken parser stater (Fix #195).
- Detailed error reporting on IDMEFCriteria parsing error.
- Fix string and possible criteria leak on IDMEFCriteria syntax error.
- Prefer anonymous authentication rather than SRP. We do this because there
are compatibility issue with SRP between different GnuTLS version
(Should fix #187).
- When dumping AdditionalData of type byte-string to string, encode the data using base64.
To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 pkgsrc/security/libprelude/Makefile
cvs rdiff -r1.13 -r1.14 pkgsrc/security/libprelude/distinfo
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/security/libprelude/patches/patch-aa
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.