summaryrefslogtreecommitdiff
path: root/security/gss
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-12-26 22:21:52 +0000
committerwiz <wiz@pkgsrc.org>2004-12-26 22:21:52 +0000
commit1042793de2435a156bd6508bc074e9c32bb98ee7 (patch)
treec91cc26cbbc4eb09ed017972235a4ea61111a550 /security/gss
parenta3d914a5a89e756278eeef25438d71532d88b504 (diff)
downloadpkgsrc-1042793de2435a156bd6508bc074e9c32bb98ee7.tar.gz
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.
Diffstat (limited to 'security/gss')
-rw-r--r--security/gss/Makefile5
-rw-r--r--security/gss/distinfo6
2 files changed, 5 insertions, 6 deletions
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