pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-truststore
Module Name: pkgsrc
Committed By: adam
Date: Sun Nov 3 20:01:05 UTC 2024
Modified Files:
pkgsrc/security/py-truststore: Makefile distinfo
Log Message:
py-truststore: updated to 0.10.0
0.10.0
Added support for macOS 10.13 and earlier using the SecTrustEvaluate API. Note that this API doesn't return fine-grained errors like SecTrustEvaluateWithError (requires macOS 10.14+).
Added SSLContext.set_default_verify_paths() method.
Changed method for disabling hostname verification for macOS and Windows. Previously would ignore hostname verification errors if SSLContext.check_hostname was False. Now for both macOS and Windows
the certificate verification policy is configured to not check certificate hostname. This should have no effect on users.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/py-truststore/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/security/py-truststore/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-truststore/Makefile
diff -u pkgsrc/security/py-truststore/Makefile:1.6 pkgsrc/security/py-truststore/Makefile:1.7
--- pkgsrc/security/py-truststore/Makefile:1.6 Mon Oct 14 06:45:57 2024
+++ pkgsrc/security/py-truststore/Makefile Sun Nov 3 20:01:05 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2024/10/14 06:45:57 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2024/11/03 20:01:05 adam Exp $
-DISTNAME= truststore-0.9.2
+DISTNAME= truststore-0.10.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/truststore/}
Index: pkgsrc/security/py-truststore/distinfo
diff -u pkgsrc/security/py-truststore/distinfo:1.4 pkgsrc/security/py-truststore/distinfo:1.5
--- pkgsrc/security/py-truststore/distinfo:1.4 Thu Aug 22 10:07:23 2024
+++ pkgsrc/security/py-truststore/distinfo Sun Nov 3 20:01:05 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.4 2024/08/22 10:07:23 adam Exp $
+$NetBSD: distinfo,v 1.5 2024/11/03 20:01:05 adam Exp $
-BLAKE2s (truststore-0.9.2.tar.gz) = cd3c11a0ab6c63dad2934287f7ebe3c3c561e5a53cbb8459707722f453317f5d
-SHA512 (truststore-0.9.2.tar.gz) = 189940eb6910e556115ce6afea1d9693e734080a68ff79dbe6a2ecd44b26ab4ab30e3c1a4d4e76cdd4b9d093f81dfa883a6f4dfe566a12c34abd8e465ea85f63
-Size (truststore-0.9.2.tar.gz) = 23633 bytes
+BLAKE2s (truststore-0.10.0.tar.gz) = 4eb5b63ab5e2b88cc81205b0d1a2291961364e4b575ba241e9b13e81bbca4afc
+SHA512 (truststore-0.10.0.tar.gz) = 5fcea625b77fdf158aadd323949d9104aa78a37be44c19ef02c4e569910a6548bae698254cebf856892e84f9a9395abb9ed23c1decf44e453efb6059e6aa8b09
+Size (truststore-0.10.0.tar.gz) = 24810 bytes
Home |
Main Index |
Thread Index |
Old Index