diff options
author | adam <adam@pkgsrc.org> | 2019-08-11 12:06:15 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-08-11 12:06:15 +0000 |
commit | 0fdf4f26251e3e381a3a9d65021a0490c7128852 (patch) | |
tree | 80f1beffb0f4d54e47c71e9f9530bf24785fec3d /security | |
parent | 9b4f9c09281d0ccea786761e49a127a62533bc46 (diff) | |
download | pkgsrc-0fdf4f26251e3e381a3a9d65021a0490c7128852.tar.gz |
py-gssapi: updated to 1.6.1
v1.6.1:
Features
* Windows support, with wheels!
* GSSAPI extension rfc4178 (set_neg_mechs) support
* Expose mechanisms in the high-level API
* Test suite improvements
Documentation
* Add documentation for common cred store values
* Documentation typo fixes
Diffstat (limited to 'security')
-rw-r--r-- | security/py-gssapi/Makefile | 4 | ||||
-rw-r--r-- | security/py-gssapi/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/security/py-gssapi/Makefile b/security/py-gssapi/Makefile index b82a5cc56e7..8116058afd7 100644 --- a/security/py-gssapi/Makefile +++ b/security/py-gssapi/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2019/08/03 11:42:38 adam Exp $ +# $NetBSD: Makefile,v 1.12 2019/08/11 12:06:15 adam Exp $ -DISTNAME= gssapi-1.6.0 +DISTNAME= gssapi-1.6.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=g/gssapi/} diff --git a/security/py-gssapi/distinfo b/security/py-gssapi/distinfo index 0f8958d8e5c..937a3b91990 100644 --- a/security/py-gssapi/distinfo +++ b/security/py-gssapi/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2019/08/03 11:42:38 adam Exp $ +$NetBSD: distinfo,v 1.9 2019/08/11 12:06:15 adam Exp $ -SHA1 (gssapi-1.6.0.tar.gz) = 87fb6190f5fb1a16ce25e2650bdbc2e80e5e7ab6 -RMD160 (gssapi-1.6.0.tar.gz) = 4a11c56ceec9f2fe82390189604ee5cd4f0cf1ba -SHA512 (gssapi-1.6.0.tar.gz) = 674a15373353599af6efafd25d2ed953f436d5ad91634bb7d5eb74efad2564e0b97a9333b22446684d267623687ff7c2f13ede216fc556526e18e79013fcd3f7 -Size (gssapi-1.6.0.tar.gz) = 1042936 bytes +SHA1 (gssapi-1.6.1.tar.gz) = 8aadc242274731ad4fb9b48bbf25f2ef632c4f3c +RMD160 (gssapi-1.6.1.tar.gz) = 995e68994680e92b51345403b282adfff84d0200 +SHA512 (gssapi-1.6.1.tar.gz) = ca77053ceb9b8097501df45492c0806f0b6aae8ebd7fd02b86e9e120eb18cec7ead75ff9a25f61e3de49b68d370adfe2d607f261dcf44b9a27b66ba649ca8193 +Size (gssapi-1.6.1.tar.gz) = 1042941 bytes |