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.11, provided by Sergio Jime...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b608dc9d1f8a
branches:  trunk
changeset: 478463:b608dc9d1f8a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sat Jul 24 08:33:19 2004 +0000

description:
Update to 0.0.11, provided by Sergio Jimenez in PR 26418.
* Changes in 0.0.11 (released 2004-04-18)

** Minor cleanups to the core header file.
Using xom.h is no longer supported (the file doesn't exist on modern
systems).

** Kerberos 5 sequence number handling fixed.
First, gss_init_sec_context set the sequence numbers correctly, before
the incorrect sequence numbers prevented gss_(un)wrap from working
correctly.  Secondly, gss_unwrap now check the sequence numbers
correctly.  This was prompted by the addition of randomized sequence
numbers by default in Shishi 0.0.15.

** The compatibility files in gl/ where synced with Gnulib.

** Various bugfixes and cleanups.

** Polish translation added, by Jakub Bogusz.

diffstat:

 security/gss/Makefile |  4 ++--
 security/gss/PLIST    |  4 ++--
 security/gss/distinfo |  6 +++---
 3 files changed, 7 insertions(+), 7 deletions(-)

diffs (42 lines):

diff -r 9d01d581430f -r b608dc9d1f8a security/gss/Makefile
--- a/security/gss/Makefile     Sat Jul 24 07:00:39 2004 +0000
+++ b/security/gss/Makefile     Sat Jul 24 08:33:19 2004 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2004/05/07 01:14:49 xtraeme Exp $
+# $NetBSD: Makefile,v 1.7 2004/07/24 08:33:19 wiz Exp $
 #
 
-DISTNAME=              gss-0.0.10
+DISTNAME=              gss-0.0.11
 CATEGORIES=            security
 MASTER_SITES=          http://josefsson.org/gss/releases/ \
                        ${MASTER_SITE_GNU:=gss/}
diff -r 9d01d581430f -r b608dc9d1f8a security/gss/PLIST
--- a/security/gss/PLIST        Sat Jul 24 07:00:39 2004 +0000
+++ b/security/gss/PLIST        Sat Jul 24 08:33:19 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2004/03/04 18:54:42 minskim Exp $
+@comment $NetBSD: PLIST,v 1.3 2004/07/24 08:33:19 wiz Exp $
 bin/gss
 include/gss.h
 include/gss/api.h
@@ -7,7 +7,7 @@
 lib/libgss.la
 lib/libgss.so
 lib/libgss.so.0
-lib/libgss.so.0.10
+lib/libgss.so.0.11
 lib/pkgconfig/gss.pc
 man/man1/gss.1
 man/man3/gss_accept_sec_context.3
diff -r 9d01d581430f -r b608dc9d1f8a security/gss/distinfo
--- a/security/gss/distinfo     Sat Jul 24 07:00:39 2004 +0000
+++ b/security/gss/distinfo     Sat Jul 24 08:33:19 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.3 2004/03/04 18:54:42 minskim Exp $
+$NetBSD: distinfo,v 1.4 2004/07/24 08:33:19 wiz Exp $
 
-SHA1 (gss-0.0.10.tar.gz) = 010938eb3ce2e962ac9b52b922ffb45bedd23618
-Size (gss-0.0.10.tar.gz) = 1230165 bytes
+SHA1 (gss-0.0.11.tar.gz) = 5976f62d6171c8c5f7188abf4f5a07716ad362f2
+Size (gss-0.0.11.tar.gz) = 1311180 bytes



Home | Main Index | Thread Index | Old Index