summaryrefslogtreecommitdiff
path: root/security/gss/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-07-24 08:33:19 +0000
committerwiz <wiz@pkgsrc.org>2004-07-24 08:33:19 +0000
commitb659bc0f1e18e096698ed1c8599fb1d6397beba3 (patch)
tree77caa64e00a276f5703f0aa7b92a2eb022e1ab89 /security/gss/Makefile
parent9d4a06c7baed3edb346a5b4ef76a0c63bc930976 (diff)
downloadpkgsrc-b659bc0f1e18e096698ed1c8599fb1d6397beba3.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/Makefile')
-rw-r--r--security/gss/Makefile4
1 files changed, 2 insertions, 2 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/}