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:           Sun Jan  3 10:27:50 UTC 2021

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

Log Message:
py-gssapi: updated to 1.6.12

Release v1.6.12: Meyer (Patch 12)

Fix GSSAPI detection for macOS Big Sur
Clarify how to disable detection

Release v1.6.11: Meyer (Patch 11)

Fix build on FreeBSD
On FreeBSD, prefer GSSAPI from ports if available
Support python >= 3.8 in test suite by dropping dependency on should_be
Fix malformed S4U tests

Release v1.6.10: Meyer (Patch 10)

Provide python 3.9 Windows wheels
Fix shlex.split on Windows
Removed six package and other older py cleanup values


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/security/py-gssapi/Makefile
cvs rdiff -u -r1.13 -r1.14 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.17 pkgsrc/security/py-gssapi/Makefile:1.18
--- pkgsrc/security/py-gssapi/Makefile:1.17     Thu Jul  9 13:22:39 2020
+++ pkgsrc/security/py-gssapi/Makefile  Sun Jan  3 10:27:50 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2020/07/09 13:22:39 adam Exp $
+# $NetBSD: Makefile,v 1.18 2021/01/03 10:27:50 adam Exp $
 
-DISTNAME=      gssapi-1.6.9
+DISTNAME=      gssapi-1.6.12
 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.13 pkgsrc/security/py-gssapi/distinfo:1.14
--- pkgsrc/security/py-gssapi/distinfo:1.13     Thu Jul  9 13:22:39 2020
+++ pkgsrc/security/py-gssapi/distinfo  Sun Jan  3 10:27:50 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2020/07/09 13:22:39 adam Exp $
+$NetBSD: distinfo,v 1.14 2021/01/03 10:27:50 adam Exp $
 
-SHA1 (gssapi-1.6.9.tar.gz) = 604a4760d786c7f822c8715e8294ee567852aa8e
-RMD160 (gssapi-1.6.9.tar.gz) = 1181e1768fe6c6ad575755ecd145bcb8be401141
-SHA512 (gssapi-1.6.9.tar.gz) = 2fd60b93b255d1bb1ee677739b3f18af4faa370fc8208bba2acc08dea5426926d763d01abab500780256c34092961c56b5b9e4a594bfb2133580fedea6ca14b6
-Size (gssapi-1.6.9.tar.gz) = 1062048 bytes
+SHA1 (gssapi-1.6.12.tar.gz) = 5817ee47680e7638dead42a3de11efb85e312c17
+RMD160 (gssapi-1.6.12.tar.gz) = a73fcd56200767eeb97a7f318881e9eb8f339f40
+SHA512 (gssapi-1.6.12.tar.gz) = bfc6154dbed065227d1022218329ace3fde228173d1695c10e293b6c01a36030781afcea50cdd41ace243b6b783542fe828d027e79d4a79ea597b84ea578f90f
+Size (gssapi-1.6.12.tar.gz) = 1064583 bytes



Home | Main Index | Thread Index | Old Index