pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-gssapi



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Dec  6 12:19:43 UTC 2017

Modified Files:
        pkgsrc/security/py-gssapi: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/py-gssapi/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/py-gssapi/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/py-gssapi/Makefile
diff -u pkgsrc/security/py-gssapi/Makefile:1.6 pkgsrc/security/py-gssapi/Makefile:1.7
--- pkgsrc/security/py-gssapi/Makefile:1.6      Thu Nov 30 08:07:33 2017
+++ pkgsrc/security/py-gssapi/Makefile  Wed Dec  6 12:19:43 2017
@@ -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/}

Index: pkgsrc/security/py-gssapi/distinfo
diff -u pkgsrc/security/py-gssapi/distinfo:1.3 pkgsrc/security/py-gssapi/distinfo:1.4
--- pkgsrc/security/py-gssapi/distinfo:1.3      Thu Nov 30 08:07:33 2017
+++ pkgsrc/security/py-gssapi/distinfo  Wed Dec  6 12:19:43 2017
@@ -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