pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/gss Update to 0.0.15:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/670c54708df8
branches:  trunk
changeset: 486335:670c54708df8
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Dec 26 22:21:52 2004 +0000

description:
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:

 security/gss/Makefile |  5 ++---
 security/gss/distinfo |  6 +++---
 2 files changed, 5 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 26e7413e7e26 -r 670c54708df8 security/gss/Makefile
--- a/security/gss/Makefile     Sun Dec 26 22:17:38 2004 +0000
+++ b/security/gss/Makefile     Sun Dec 26 22:21:52 2004 +0000
@@ -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 -r 26e7413e7e26 -r 670c54708df8 security/gss/distinfo
--- a/security/gss/distinfo     Sun Dec 26 22:17:38 2004 +0000
+++ b/security/gss/distinfo     Sun Dec 26 22:21:52 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index