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:           Mon Oct 11 12:50:58 UTC 2021

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

Log Message:
py-gssapi: updated to 1.7.2

Release v1.7.2: George (Patch 2)

Fix broken symlink in GitHub release asset
Add wheels for macOS - both x86_64 and arm64
Fix distutil deprecation on Python 3.10 by using setuptools instead

Release v1.7.0: George

Support for running tests against Heimdal in CI
Add Kerberos specific GSS-API Extensions
Tidy up docs and turn warnings into errors
Support DCE IOV functions on macOS


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/security/py-gssapi/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/py-gssapi/PLIST
cvs rdiff -u -r1.16 -r1.17 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.19 pkgsrc/security/py-gssapi/Makefile:1.20
--- pkgsrc/security/py-gssapi/Makefile:1.19     Mon Jul  5 12:02:22 2021
+++ pkgsrc/security/py-gssapi/Makefile  Mon Oct 11 12:50:58 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2021/07/05 12:02:22 adam Exp $
+# $NetBSD: Makefile,v 1.20 2021/10/11 12:50:58 adam Exp $
 
-DISTNAME=      gssapi-1.6.14
+DISTNAME=      gssapi-1.7.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=g/gssapi/}

Index: pkgsrc/security/py-gssapi/PLIST
diff -u pkgsrc/security/py-gssapi/PLIST:1.7 pkgsrc/security/py-gssapi/PLIST:1.8
--- pkgsrc/security/py-gssapi/PLIST:1.7 Thu Apr  9 08:28:39 2020
+++ pkgsrc/security/py-gssapi/PLIST     Mon Oct 11 12:50:58 2021
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2020/04/09 08:28:39 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2021/10/11 12:50:58 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -40,8 +40,10 @@ ${PYSITELIB}/gssapi/raw/exceptions.so
 ${PYSITELIB}/gssapi/raw/ext_cred_imp_exp.so
 ${PLIST.mitkrb}${PYSITELIB}/gssapi/raw/ext_cred_store.so
 ${PLIST.posix}${PYSITELIB}/gssapi/raw/ext_dce.so
+${PLIST.posix}${PYSITELIB}/gssapi/raw/ext_dce_aead.so
 ${PYSITELIB}/gssapi/raw/ext_ggf.so
 ${PLIST.mitkrb}${PYSITELIB}/gssapi/raw/ext_iov_mic.so
+${PYSITELIB}/gssapi/raw/ext_krb5.so
 ${PYSITELIB}/gssapi/raw/ext_password.so
 ${PLIST.posix}${PYSITELIB}/gssapi/raw/ext_password_add.so
 ${PYSITELIB}/gssapi/raw/ext_rfc5587.so

Index: pkgsrc/security/py-gssapi/distinfo
diff -u pkgsrc/security/py-gssapi/distinfo:1.16 pkgsrc/security/py-gssapi/distinfo:1.17
--- pkgsrc/security/py-gssapi/distinfo:1.16     Thu Oct  7 14:54:29 2021
+++ pkgsrc/security/py-gssapi/distinfo  Mon Oct 11 12:50:58 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2021/10/07 14:54:29 nia Exp $
+$NetBSD: distinfo,v 1.17 2021/10/11 12:50:58 adam Exp $
 
-RMD160 (gssapi-1.6.14.tar.gz) = dae1aaeb7545baa5dd43da50829662651a2297f5
-SHA512 (gssapi-1.6.14.tar.gz) = 178adbbb4f5777415444dbe2d77500420935d4a16af640b3df3c9c97cb90f2b872d742657d50bb9439d48bf7fdef2b32550275e06594d8b7472bc70a231ba0a9
-Size (gssapi-1.6.14.tar.gz) = 1069988 bytes
+RMD160 (gssapi-1.7.2.tar.gz) = 65d7cbf0593b2dfe01e53343be1cc67b27d84574
+SHA512 (gssapi-1.7.2.tar.gz) = 2d14c286e50c3dda3a2e58588860abbda249fa3ff4fe8e7a759cd8bb009ca7d20a6a06cf9b5b7eea42dce4ba740c8a8cebf190d085ffa3e66ec79882bda882ed
+Size (gssapi-1.7.2.tar.gz) = 1227616 bytes



Home | Main Index | Thread Index | Old Index