pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-trustme py-trustme: updated to 0.5.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5e02f1778e57
branches:  trunk
changeset: 318404:5e02f1778e57
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jan 25 13:33:15 2019 +0000

description:
py-trustme: updated to 0.5.0

Trustme 0.5.0:

Features
Added CA.create_child_ca() to allow for certificate chains
Added CA.private_key_pem to export CA private keys; this allows signing other certs with the same CA outside of trustme.
CAs now include the KeyUsage and ExtendedKeyUsage extensions configured for SSL certificates.
CA.issue_cert now accepts email addresses as a valid form of identity.
It?s now possible to set the ?common name? of generated certs; see CA.issue_cert for details
CA.issue_server_cert has been renamed to CA.issue_cert, since it supports both server and client certs. To preserve backwards compatibility, the old name is retained as an undocumented alias.

Bugfixes
Make sure cert expiration dates don?t exceed 2038-01-01, to avoid issues on some 32-bit platforms that suffer from the Y2038 problem.

diffstat:

 security/py-trustme/Makefile |   4 ++--
 security/py-trustme/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 57680b0b5715 -r 5e02f1778e57 security/py-trustme/Makefile
--- a/security/py-trustme/Makefile      Fri Jan 25 13:01:41 2019 +0000
+++ b/security/py-trustme/Makefile      Fri Jan 25 13:33:15 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2018/09/06 13:36:16 adam Exp $
+# $NetBSD: Makefile,v 1.2 2019/01/25 13:33:15 adam Exp $
 
-DISTNAME=      trustme-0.4.0
+DISTNAME=      trustme-0.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=t/trustme/}
diff -r 57680b0b5715 -r 5e02f1778e57 security/py-trustme/distinfo
--- a/security/py-trustme/distinfo      Fri Jan 25 13:01:41 2019 +0000
+++ b/security/py-trustme/distinfo      Fri Jan 25 13:33:15 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2018/09/06 13:36:16 adam Exp $
+$NetBSD: distinfo,v 1.2 2019/01/25 13:33:15 adam Exp $
 
-SHA1 (trustme-0.4.0.tar.gz) = af8415f9b666fc5e043b09970c40baedda164c0d
-RMD160 (trustme-0.4.0.tar.gz) = e068a457db320d0f477149e8d5b1dda0a7aac521
-SHA512 (trustme-0.4.0.tar.gz) = bd12b0ebe076f65fd5d63e9b9c792672cd51ff630dd24200d2cdd488ea57fc0702d5f1f56ba5ab99836a4e6963e29c307c9c97ca84604fc894a7e95ed404ae8f
-Size (trustme-0.4.0.tar.gz) = 22023 bytes
+SHA1 (trustme-0.5.0.tar.gz) = 81053fcc7e73f8f34ce075b224761d0c980b86fa
+RMD160 (trustme-0.5.0.tar.gz) = 1704c62a88eb0d3657b6993920427c40dbe8030a
+SHA512 (trustme-0.5.0.tar.gz) = 7ce5041b8d3687fa462fe93e55b2f83549ab805cec4a2a94c9178a02af557cf8900fe6c05bae0bf100eb36181952fb2bc31cb1d4d6ad6ed2fd2b0706d569518f
+Size (trustme-0.5.0.tar.gz) = 21232 bytes



Home | Main Index | Thread Index | Old Index