From 23cb24af0844e2415e735320261d2f88d91a9a43 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 26 Dec 2004 22:21:52 +0000 Subject: 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. --- security/gss/Makefile | 5 ++--- security/gss/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) (limited to 'security/gss') diff --git a/security/gss/Makefile b/security/gss/Makefile index 7a6380bae8e..1416c290ead 100644 --- a/security/gss/Makefile +++ b/security/gss/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2004/10/03 00:18:09 tv Exp $ +# $NetBSD: Makefile,v 1.10 2004/12/26 22:21:52 wiz Exp $ # -DISTNAME= gss-0.0.13 -PKGREVISION= 1 +DISTNAME= gss-0.0.15 CATEGORIES= security MASTER_SITES= http://josefsson.org/gss/releases/ \ ${MASTER_SITE_GNU:=gss/} diff --git a/security/gss/distinfo b/security/gss/distinfo index 16fa966a2af..154861279ee 100644 --- a/security/gss/distinfo +++ b/security/gss/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2004/09/19 12:32:27 wiz Exp $ +$NetBSD: distinfo,v 1.6 2004/12/26 22:21:52 wiz Exp $ -SHA1 (gss-0.0.13.tar.gz) = 0aabd88ae437412c497a07f91e076e1c2d4b9ad3 -Size (gss-0.0.13.tar.gz) = 1336436 bytes +SHA1 (gss-0.0.15.tar.gz) = 7bdb4d92b58c9c5ec4f0a564e704bf3cdcb91e29 +Size (gss-0.0.15.tar.gz) = 1383440 bytes -- cgit v1.2.3