diff options
author | minskim <minskim@pkgsrc.org> | 2004-03-04 18:54:41 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2004-03-04 18:54:41 +0000 |
commit | b2f1469a63f8e47e5e0b1103ec938517d0894c9c (patch) | |
tree | d456c133937bf35edc684e8c1d4400dc0b480718 /security/gss/distinfo | |
parent | af1b519d91e24594109675c1130e804cabc8cd01 (diff) | |
download | pkgsrc-b2f1469a63f8e47e5e0b1103ec938517d0894c9c.tar.gz |
Update gss to 0.0.10.
Changes since 0.0.6:
- A command line tool "gss" added in src/.
- gss_display_status can return multiple description texts (using context).
- The Swedish translation has been updated.
- Various cleanups and improvements.
- Implemented gss_export_name and gss_krb5_inquire_cred_by_mech.
The Kerberos 5 backend also support them.
- gss_inquire_cred support default credentials.
- Kerberos 5 gss_canonicalize_name now support all mandatory name types.
- Kerberos 5 gss_accept_sec_context now support sub-session keys in AP-REQ.
- Added new extended function API: gss_userok.
- API documentation in HTML format from GTK-DOC included in doc/reference/.
- Moved all backend specific code into sub-directories of lib/.
- The gss_duplicate_name function now allocate the output result properly.
- Man pages for all public functions are included.
- Documentation fixes. For example, all official APIs are now documented.
- Fixed typo that broke gss_wrap for 3DES with Kerberos 5.
- Improvements to build environment.
- Autoconf 2.59, Automake 1.8 beta, Libtool CVS used.
Diffstat (limited to 'security/gss/distinfo')
-rw-r--r-- | security/gss/distinfo | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/security/gss/distinfo b/security/gss/distinfo index 556ad0f18ac..d2e307cbd65 100644 --- a/security/gss/distinfo +++ b/security/gss/distinfo @@ -1,5 +1,4 @@ -$NetBSD: distinfo,v 1.2 2004/02/10 00:14:41 jlam Exp $ +$NetBSD: distinfo,v 1.3 2004/03/04 18:54:42 minskim Exp $ -SHA1 (gss-0.0.6.tar.gz) = ca34b8ef66b6973c8715d0d2dc023cb7b07a0333 -Size (gss-0.0.6.tar.gz) = 946704 bytes -SHA1 (patch-aa) = dd567b34ee8b96d2d984c57cae49c08d6867b72d +SHA1 (gss-0.0.10.tar.gz) = 010938eb3ce2e962ac9b52b922ffb45bedd23618 +Size (gss-0.0.10.tar.gz) = 1230165 bytes |