pkgsrc-Changes archive

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

CVS commit: pkgsrc/security



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Sep  8 11:59:33 UTC 2023

Modified Files:
        pkgsrc/security: Makefile
Added Files:
        pkgsrc/security/py-truststore: DESCR Makefile PLIST distinfo

Log Message:
py-truststore: added version 0.8.0

Truststore is a library which exposes native system certificate stores (ie
"trust stores") through an ssl.SSLContext-like API. This means that Python
applications no longer need to rely on certifi as a root certificate store.
Native system certificate stores have many helpful features compared to a
static certificate bundle like certifi:

* Automatically update certificates as new CAs are created and removed
* Fetch missing intermediate certificates
* Check certificates against certificate revocation lists (CRLs) to avoid
  monster-in-the-middle (MITM) attacks
* Managed per-system rather than per-application by a operations/IT team
* PyPI is no longer a CA distribution channel


To generate a diff of this commit:
cvs rdiff -u -r1.912 -r1.913 pkgsrc/security/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/security/py-truststore/DESCR \
    pkgsrc/security/py-truststore/Makefile \
    pkgsrc/security/py-truststore/PLIST \
    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/Makefile
diff -u pkgsrc/security/Makefile:1.912 pkgsrc/security/Makefile:1.913
--- pkgsrc/security/Makefile:1.912      Wed Aug 16 08:34:41 2023
+++ pkgsrc/security/Makefile    Fri Sep  8 11:59:32 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.912 2023/08/16 08:34:41 markd Exp $
+# $NetBSD: Makefile,v 1.913 2023/09/08 11:59:32 adam Exp $
 #
 
 COMMENT=       Security and cryptography tools and libraries
@@ -516,6 +516,7 @@ SUBDIR+=    py-stix
 SUBDIR+=       py-tlslite
 SUBDIR+=       py-tokenlib
 SUBDIR+=       py-trustme
+SUBDIR+=       py-truststore
 SUBDIR+=       py-trytond-authentication-sms
 SUBDIR+=       py-u2f
 SUBDIR+=       py-xmlsec

Added files:

Index: pkgsrc/security/py-truststore/DESCR
diff -u /dev/null pkgsrc/security/py-truststore/DESCR:1.1
--- /dev/null   Fri Sep  8 11:59:33 2023
+++ pkgsrc/security/py-truststore/DESCR Fri Sep  8 11:59:32 2023
@@ -0,0 +1,12 @@
+Truststore is a library which exposes native system certificate stores (ie
+"trust stores") through an ssl.SSLContext-like API. This means that Python
+applications no longer need to rely on certifi as a root certificate store.
+Native system certificate stores have many helpful features compared to a
+static certificate bundle like certifi:
+
+* Automatically update certificates as new CAs are created and removed
+* Fetch missing intermediate certificates
+* Check certificates against certificate revocation lists (CRLs) to avoid
+  monster-in-the-middle (MITM) attacks
+* Managed per-system rather than per-application by a operations/IT team
+* PyPI is no longer a CA distribution channel
Index: pkgsrc/security/py-truststore/Makefile
diff -u /dev/null pkgsrc/security/py-truststore/Makefile:1.1
--- /dev/null   Fri Sep  8 11:59:33 2023
+++ pkgsrc/security/py-truststore/Makefile      Fri Sep  8 11:59:32 2023
@@ -0,0 +1,20 @@
+# $NetBSD: Makefile,v 1.1 2023/09/08 11:59:32 adam Exp $
+
+DISTNAME=      truststore-0.8.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    security python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=t/truststore/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/sethmlarson/truststore
+COMMENT=       Verify certificates using native system trust stores
+LICENSE=       mit
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.2:../../devel/py-flit_core
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27 38 39
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/security/py-truststore/PLIST
diff -u /dev/null pkgsrc/security/py-truststore/PLIST:1.1
--- /dev/null   Fri Sep  8 11:59:33 2023
+++ pkgsrc/security/py-truststore/PLIST Fri Sep  8 11:59:32 2023
@@ -0,0 +1,21 @@
+@comment $NetBSD: PLIST,v 1.1 2023/09/08 11:59:32 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
+${PYSITELIB}/truststore/__init__.py
+${PYSITELIB}/truststore/__init__.pyc
+${PYSITELIB}/truststore/_api.py
+${PYSITELIB}/truststore/_api.pyc
+${PYSITELIB}/truststore/_macos.py
+${PYSITELIB}/truststore/_macos.pyc
+${PYSITELIB}/truststore/_openssl.py
+${PYSITELIB}/truststore/_openssl.pyc
+${PYSITELIB}/truststore/_ssl_constants.py
+${PYSITELIB}/truststore/_ssl_constants.pyc
+${PYSITELIB}/truststore/_windows.py
+${PYSITELIB}/truststore/_windows.pyc
+${PYSITELIB}/truststore/py.typed
Index: pkgsrc/security/py-truststore/distinfo
diff -u /dev/null pkgsrc/security/py-truststore/distinfo:1.1
--- /dev/null   Fri Sep  8 11:59:33 2023
+++ pkgsrc/security/py-truststore/distinfo      Fri Sep  8 11:59:32 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/09/08 11:59:32 adam Exp $
+
+BLAKE2s (truststore-0.8.0.tar.gz) = 3d070fb11b336bd2004ed23a0b02939f2d95b6e02acd886b6872b6eededbb93a
+SHA512 (truststore-0.8.0.tar.gz) = 0a29e0af07e458773cda3e3509d887e44c9230a3908818fd42c875e072deca2ca212c3b87335a97247c26567675cd556cacffdd82d6c6240001a643693f8ac4b
+Size (truststore-0.8.0.tar.gz) = 15309 bytes



Home | Main Index | Thread Index | Old Index