Subject: CVS commit: pkgsrc/security/gss
To: None <pkgsrc-changes@NetBSD.org>
From: Thomas Klausner <wiz@netbsd.org>
List: pkgsrc-changes
Date: 12/26/2004 22:21:52
Module Name:	pkgsrc
Committed By:	wiz
Date:		Sun Dec 26 22:21:52 UTC 2004

Modified Files:
	pkgsrc/security/gss: Makefile distinfo

Log Message:
Update to 0.0.15:

New in 0.0.15:

** Documentation improvements.
For example, you can now browse the GSS manual using DevHelp.

** Libtool's -export-symbols-regex is now used to only export official APIs.
Before, applications might accidentally access internal functions.
Note that this is not supported on all platforms, so you must still
make sure you are not using undocumented symbols in GSS.

* Version 0.0.14 (released 2004-10-15)

** gss_import_name and gss_duplicate_name no longer clone the OID.
Instead, only the pointer to the OID is cloned.  It seem unclear where
a cloned OID would be deallocated.

** Fixed handling of sequence numbers in gss_accept_sec_context, for servers.

** Fix crash in gss_accept_sec_context for NULL values of ret_flags.

** Fix memory leaks.

** Sync with new Shishi 0.0.18 API.


To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 pkgsrc/security/gss/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/security/gss/distinfo

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