pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-trustme



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun Jun 13 18:46:29 UTC 2021

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

Log Message:
py-trustme: updated to 0.8.0

Trustme 0.8.0 (2021-06-08)
Features
It’s now possible to set an expiry date on server certificates, either with --expires-on in the CLI or with not_after in trustme.CA.issue_cert.
Support Python 3.10
Set correct KeyUsage and ExtendedKeyUsage extensions, per CA/B Forum baseline requirements


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/py-trustme/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/security/py-trustme/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-trustme/Makefile
diff -u pkgsrc/security/py-trustme/Makefile:1.8 pkgsrc/security/py-trustme/Makefile:1.9
--- pkgsrc/security/py-trustme/Makefile:1.8     Wed May 12 16:13:48 2021
+++ pkgsrc/security/py-trustme/Makefile Sun Jun 13 18:46:29 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2021/05/12 16:13:48 adam Exp $
+# $NetBSD: Makefile,v 1.9 2021/06/13 18:46:29 adam Exp $
 
-DISTNAME=      trustme-0.7.0
+DISTNAME=      trustme-0.8.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/trustme/}

Index: pkgsrc/security/py-trustme/distinfo
diff -u pkgsrc/security/py-trustme/distinfo:1.7 pkgsrc/security/py-trustme/distinfo:1.8
--- pkgsrc/security/py-trustme/distinfo:1.7     Wed May 12 16:13:48 2021
+++ pkgsrc/security/py-trustme/distinfo Sun Jun 13 18:46:29 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2021/05/12 16:13:48 adam Exp $
+$NetBSD: distinfo,v 1.8 2021/06/13 18:46:29 adam Exp $
 
-SHA1 (trustme-0.7.0.tar.gz) = df83683bf47af42f1158a4c41864d73187bbf17b
-RMD160 (trustme-0.7.0.tar.gz) = 5c5f81a35d87a70d43012483bd3948000e67c91f
-SHA512 (trustme-0.7.0.tar.gz) = 3b2aa69dc617c04af3a83ca424ef19b5eaf37495ba4bc5cc55004016a9ea63c8df3585bb7fe52709b1b18a2a55e51d6a1a2b21ebc12c57ac18133b20c958b1a8
-Size (trustme-0.7.0.tar.gz) = 27853 bytes
+SHA1 (trustme-0.8.0.tar.gz) = 849323bb8cefb39504de6dc81546d214acc7a4f1
+RMD160 (trustme-0.8.0.tar.gz) = 7688dd62b72e8c22d0f87914784e57de82a58fb0
+SHA512 (trustme-0.8.0.tar.gz) = 93b1007319f7d625410eddf92910607c8190533f9bb02a71ecc4c424e44ecea70749f6bceb917297241e179b0d50ce1ed330c208cf3de77d4d3a619f5436af9d
+Size (trustme-0.8.0.tar.gz) = 29046 bytes



Home | Main Index | Thread Index | Old Index