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 | |
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')
-rw-r--r-- | security/gss/Makefile | 7 | ||||
-rw-r--r-- | security/gss/PLIST | 47 | ||||
-rw-r--r-- | security/gss/distinfo | 7 | ||||
-rw-r--r-- | security/gss/patches/patch-aa | 12 |
4 files changed, 51 insertions, 22 deletions
diff --git a/security/gss/Makefile b/security/gss/Makefile index 551011310db..f1d9ad82ce1 100644 --- a/security/gss/Makefile +++ b/security/gss/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.4 2004/02/14 18:26:29 jmmv Exp $ +# $NetBSD: Makefile,v 1.5 2004/03/04 18:54:42 minskim Exp $ # -DISTNAME= gss-0.0.6 -PKGREVISION= 1 +DISTNAME= gss-0.0.10 CATEGORIES= security MASTER_SITES= http://josefsson.org/gss/releases/ \ ${MASTER_SITE_GNU:=gss/} @@ -11,6 +10,8 @@ MAINTAINER= xtraeme@NetBSD.org HOMEPAGE= http://www.gnu.org/software/gss/ COMMENT= GNU Generic Security Service Library +PKG_INSTALLATION_TYPES= overwrite pkgviews + GNU_CONFIGURE= yes USE_BUILDLINK3= yes USE_LIBTOOL= yes diff --git a/security/gss/PLIST b/security/gss/PLIST index bd0dbcae5b3..0a4c7e809f2 100644 --- a/security/gss/PLIST +++ b/security/gss/PLIST @@ -1,12 +1,53 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2003/12/03 19:22:23 xtraeme Exp $ +@comment $NetBSD: PLIST,v 1.2 2004/03/04 18:54:42 minskim Exp $ +bin/gss include/gss.h include/gss/api.h include/gss/ext.h -info/gss.info lib/libgss.a lib/libgss.la lib/libgss.so lib/libgss.so.0 -lib/libgss.so.0.6 +lib/libgss.so.0.10 lib/pkgconfig/gss.pc +man/man1/gss.1 +man/man3/gss_accept_sec_context.3 +man/man3/gss_acquire_cred.3 +man/man3/gss_add_cred.3 +man/man3/gss_add_oid_set_member.3 +man/man3/gss_canonicalize_name.3 +man/man3/gss_check_version.3 +man/man3/gss_compare_name.3 +man/man3/gss_context_time.3 +man/man3/gss_copy_oid.3 +man/man3/gss_create_empty_oid_set.3 +man/man3/gss_delete_sec_context.3 +man/man3/gss_display_name.3 +man/man3/gss_display_status.3 +man/man3/gss_duplicate_name.3 +man/man3/gss_duplicate_oid.3 +man/man3/gss_export_name.3 +man/man3/gss_export_sec_context.3 +man/man3/gss_get_mic.3 +man/man3/gss_import_name.3 +man/man3/gss_import_sec_context.3 +man/man3/gss_indicate_mechs.3 +man/man3/gss_init_sec_context.3 +man/man3/gss_inquire_context.3 +man/man3/gss_inquire_cred.3 +man/man3/gss_inquire_cred_by_mech.3 +man/man3/gss_inquire_mechs_for_name.3 +man/man3/gss_inquire_names_for_mech.3 +man/man3/gss_oid_equal.3 +man/man3/gss_process_context_token.3 +man/man3/gss_release_buffer.3 +man/man3/gss_release_cred.3 +man/man3/gss_release_name.3 +man/man3/gss_release_oid.3 +man/man3/gss_release_oid_set.3 +man/man3/gss_test_oid_set_member.3 +man/man3/gss_unwrap.3 +man/man3/gss_userok.3 +man/man3/gss_verify_mic.3 +man/man3/gss_wrap.3 +man/man3/gss_wrap_size_limit.3 @dirrm include/gss 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 diff --git a/security/gss/patches/patch-aa b/security/gss/patches/patch-aa deleted file mode 100644 index 6db3d3c32c7..00000000000 --- a/security/gss/patches/patch-aa +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-aa,v 1.1 2004/02/10 00:14:41 jlam Exp $ - ---- lib/gss.h.in.orig Tue Aug 12 15:16:49 2003 -+++ lib/gss.h.in Mon Feb 9 18:34:47 2004 -@@ -33,7 +33,6 @@ - - #include <gss/api.h> - #include <gss/ext.h> --#include <gss/krb5.h> - - #ifdef __cplusplus - } |