pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-pyspnego



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jun 12 05:59:00 UTC 2024

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

Log Message:
py-pyspnego: updated to 0.11.0

0.11.0 - 2024-06-12

* Support input password string encoded with the `surrogatepass` error option
  * This allows the caller to provide a password for a gMSA or machine account that could contain invalid surrogate pairs for both NTLM and Kerberos auth.
* Stop using deprecated `datetime.dateime.utcnow()` for CredSSP acceptor context
* Treat an empty string as a valid password, `None` is kept as use the cached credential
* Improve the exception shown when no password was provided and no cached credential was available


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/security/py-pyspnego/Makefile \
    pkgsrc/security/py-pyspnego/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-pyspnego/Makefile
diff -u pkgsrc/security/py-pyspnego/Makefile:1.3 pkgsrc/security/py-pyspnego/Makefile:1.4
--- pkgsrc/security/py-pyspnego/Makefile:1.3    Tue Jan 16 10:09:11 2024
+++ pkgsrc/security/py-pyspnego/Makefile        Wed Jun 12 05:59:00 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2024/01/16 10:09:11 adam Exp $
+# $NetBSD: Makefile,v 1.4 2024/06/12 05:59:00 adam Exp $
 
-DISTNAME=      pyspnego-0.10.2
+DISTNAME=      pyspnego-0.11.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyspnego/}
Index: pkgsrc/security/py-pyspnego/distinfo
diff -u pkgsrc/security/py-pyspnego/distinfo:1.3 pkgsrc/security/py-pyspnego/distinfo:1.4
--- pkgsrc/security/py-pyspnego/distinfo:1.3    Tue Jan 16 10:09:11 2024
+++ pkgsrc/security/py-pyspnego/distinfo        Wed Jun 12 05:59:00 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.3 2024/01/16 10:09:11 adam Exp $
+$NetBSD: distinfo,v 1.4 2024/06/12 05:59:00 adam Exp $
 
-BLAKE2s (pyspnego-0.10.2.tar.gz) = 0f2affbaf902903420f346f57573fc24883d58201fd08d995a15a01af10c79fd
-SHA512 (pyspnego-0.10.2.tar.gz) = 9d5b45a9c4c2c929269f5eceaa05fbe34571e518b289b165049ddb7fd2bb207c7e6074c45216ad0cdf20e4be7bfca2f3d497aba45e2aadceb0b75221edc54f5d
-Size (pyspnego-0.10.2.tar.gz) = 222036 bytes
+BLAKE2s (pyspnego-0.11.0.tar.gz) = 7661e6305040717a6d1207e2e22a8f67fe5a33c24e7e49525c1acae7da2f6403
+SHA512 (pyspnego-0.11.0.tar.gz) = 7717dfbca4cd40f71f6aa436ed3f23f4cfd77c50569af90dd2f4b337cf46b485b8046fc5b2ded6a77c54af2ef3fca28e085616e900e25d8830b3600cbd3e44b5
+Size (pyspnego-0.11.0.tar.gz) = 225609 bytes



Home | Main Index | Thread Index | Old Index