pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/py-gssapi py-gssapi: updated to 1.3.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c452c71926bf
branches:  trunk
changeset: 372409:c452c71926bf
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Dec 06 12:19:43 2017 +0000

description:
py-gssapi: updated to 1.3.0

1.3.0:

Features
* Support RFC 5587: Extended GSS Mechanism Inquiry APIs
* Support RFC 5801: Using GSSAPI Mechanisms in SASL

Bugfixes
* Fix potential infinite recursion in GSSError#display_status when there is an error displaying the error
* Read the linker path during setup to support properly building with Heimdal on Debian
* Fix OID inequality comparison

Tooling
* k5test and gssapi-console now live in their own projects. They can be found at pythongssapi/k5test and pythongssapi/gssapi-console, respectively, and are available on PyPI as k5test and 
gssapi_console

diffstat:

 security/py-gssapi/Makefile |   4 ++--
 security/py-gssapi/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r ed26a6aaac36 -r c452c71926bf security/py-gssapi/Makefile
--- a/security/py-gssapi/Makefile       Wed Dec 06 11:54:08 2017 +0000
+++ b/security/py-gssapi/Makefile       Wed Dec 06 12:19:43 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2017/11/30 08:07:33 adam Exp $
+# $NetBSD: Makefile,v 1.7 2017/12/06 12:19:43 adam Exp $
 
-DISTNAME=      gssapi-1.2.3
+DISTNAME=      gssapi-1.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/gssapi/}
diff -r ed26a6aaac36 -r c452c71926bf security/py-gssapi/distinfo
--- a/security/py-gssapi/distinfo       Wed Dec 06 11:54:08 2017 +0000
+++ b/security/py-gssapi/distinfo       Wed Dec 06 12:19:43 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2017/11/30 08:07:33 adam Exp $
+$NetBSD: distinfo,v 1.4 2017/12/06 12:19:43 adam Exp $
 
-SHA1 (gssapi-1.2.3.tar.gz) = d053ca0eb520454d51097fd942265bfa0d78b8c9
-RMD160 (gssapi-1.2.3.tar.gz) = ada95c45380252dcadf4057eab7304038a006335
-SHA512 (gssapi-1.2.3.tar.gz) = d6898bf78d73b7283b9c976b06e8f6a8e30f9f7c6450340e4de7ad073ced366b0d1ec39038286a1e586f03c6cf9eac833bedf0b0bbbf1f32c219a2033a5a3d73
-Size (gssapi-1.2.3.tar.gz) = 873633 bytes
+SHA1 (gssapi-1.3.0.tar.gz) = b2ea74d27dcecb09f7dc950669a8af900b22d463
+RMD160 (gssapi-1.3.0.tar.gz) = c92b30958299e0fc1b85feec944252d62936ca9a
+SHA512 (gssapi-1.3.0.tar.gz) = 811478c560201554210303371514792ebd901368da86c6431414794c05bad42bf5dd4067e5f4414f95aa53ec9e8cdf5c4f0c9adf734c956de987916b125c1dbc
+Size (gssapi-1.3.0.tar.gz) = 873794 bytes



Home | Main Index | Thread Index | Old Index