diff options
author | wiz <wiz@pkgsrc.org> | 2004-07-24 08:33:19 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-07-24 08:33:19 +0000 |
commit | 4cefcfbf1a60d3c99f2f4fe9bd1333a3d364af41 (patch) | |
tree | 77caa64e00a276f5703f0aa7b92a2eb022e1ab89 /security/gss | |
parent | 3c6cfe40ed6b84de79da0f6e0630194e97c47940 (diff) | |
download | pkgsrc-4cefcfbf1a60d3c99f2f4fe9bd1333a3d364af41.tar.gz |
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 (limited to 'security/gss')
-rw-r--r-- | security/gss/Makefile | 4 | ||||
-rw-r--r-- | security/gss/PLIST | 4 | ||||
-rw-r--r-- | security/gss/distinfo | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/security/gss/Makefile b/security/gss/Makefile index 6f658176d1f..a9141d74069 100644 --- a/security/gss/Makefile +++ b/security/gss/Makefile @@ -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 --git a/security/gss/PLIST b/security/gss/PLIST index 0a4c7e809f2..82daaae6b1c 100644 --- a/security/gss/PLIST +++ b/security/gss/PLIST @@ -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.a 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 --git a/security/gss/distinfo b/security/gss/distinfo index d2e307cbd65..b5fdb314c53 100644 --- a/security/gss/distinfo +++ b/security/gss/distinfo @@ -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 |