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:           Mon Aug 31 12:04:07 UTC 2026

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

Log Message:
py-pyspnego: updated to 0.12.2

0.12.2 - 2026-08-26

* Fix up NTLM single host data unpacking to be less strict making it compatible with newer Windows versions
* Use canoncial Kerberos client principal from `kinit` operation, this avoid issues around not being able to find TGT in cache during Kerberos authentication


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/security/py-pyspnego/Makefile
cvs rdiff -u -r1.8 -r1.9 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.13 pkgsrc/security/py-pyspnego/Makefile:1.14
--- pkgsrc/security/py-pyspnego/Makefile:1.13   Sun Jun 28 15:41:37 2026
+++ pkgsrc/security/py-pyspnego/Makefile        Mon Aug 31 12:04:07 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2026/06/28 15:41:37 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2026/08/31 12:04:07 adam Exp $
 
-DISTNAME=      pyspnego-0.12.1
+DISTNAME=      pyspnego-0.12.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyspnego/}
@@ -17,13 +17,11 @@ DEPENDS+=   ${PYPKGPREFIX}-krb5>=0.3.0:../
 
 USE_LANGUAGES= # none
 
+PY_RENAME_BINARIES=    pyspnego-parse
+
 PYTHON_VERSIONED_DEPENDENCIES+=        cryptography
 PYTHON_VERSIONS_INCOMPATIBLE=  310 311
 
-post-install:
-       cd ${DESTDIR}${PREFIX}/bin && \
-       ${MV} pyspnego-parse pyspnego-parse-${PYVERSSUFFIX} || ${TRUE}
-
 .include "../../lang/python/versioned_dependencies.mk"
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/security/py-pyspnego/distinfo
diff -u pkgsrc/security/py-pyspnego/distinfo:1.8 pkgsrc/security/py-pyspnego/distinfo:1.9
--- pkgsrc/security/py-pyspnego/distinfo:1.8    Wed Mar  4 13:51:57 2026
+++ pkgsrc/security/py-pyspnego/distinfo        Mon Aug 31 12:04:07 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2026/03/04 13:51:57 adam Exp $
+$NetBSD: distinfo,v 1.9 2026/08/31 12:04:07 adam Exp $
 
-BLAKE2s (pyspnego-0.12.1.tar.gz) = 753b50eb907b063e4a245d82e9adda8fd4ea555cb250b10b12ec44580fae0846
-SHA512 (pyspnego-0.12.1.tar.gz) = a31cb6624262a4f0005a9eaa22d94e192a3577e9aaff26f6202a5da21c304b30e190278341162933b6dfe904f5fe6242ea8d81dae4a3bb1e7653172d9380d135
-Size (pyspnego-0.12.1.tar.gz) = 226027 bytes
+BLAKE2s (pyspnego-0.12.2.tar.gz) = 0a27ae532f0ce8539c3dca8196b321dc65a33e2a4fca3e6dd0fc894dde8cab15
+SHA512 (pyspnego-0.12.2.tar.gz) = cf063252f9c37f56c1ebe586eded81d10c88eb24bd48af6b61d36fa6f825e031a70fbf2195f20b98ef0b2f786de9dc99d09da653201332130b291a298fb21ffc
+Size (pyspnego-0.12.2.tar.gz) = 226222 bytes



Home | Main Index | Thread Index | Old Index