From 2c2e905625fb5924d1e0050c5588bdac17ad6cce Mon Sep 17 00:00:00 2001 From: adam Date: Wed, 29 Jul 2020 07:25:37 +0000 Subject: [PATCH] py-asn1crypto: updated to 1.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1.4.0 - `core.ObjectIdentifier` and all derived classes now obey X.660 ยง7.6 and thus restrict the first arc to 0 to 2, and the second arc to less than 40 if the first arc is 0 or 1. This also fixes parsing of OIDs where the first arc is 2 and the second arc is greater than 39. - Fixed `keys.PublicKeyInfo.bit_size` to return an int rather than a float on Python 3 when working with elliptic curve keys - Fixed the `asn1crypto-tests` sdist on PyPi to work properly to generate a .whl --- security/py-asn1crypto/Makefile | 4 ++-- security/py-asn1crypto/distinfo | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/security/py-asn1crypto/Makefile b/security/py-asn1crypto/Makefile index fc8eee4f0382..a535d6cdd946 100644 --- a/security/py-asn1crypto/Makefile +++ b/security/py-asn1crypto/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2020/01/08 11:37:49 adam Exp $ +# $NetBSD: Makefile,v 1.8 2020/07/29 07:25:37 adam Exp $ -DISTNAME= asn1crypto-1.3.0 +DISTNAME= asn1crypto-1.4.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=a/asn1crypto/} diff --git a/security/py-asn1crypto/distinfo b/security/py-asn1crypto/distinfo index 32b511f344a9..dc6af2c3ca42 100644 --- a/security/py-asn1crypto/distinfo +++ b/security/py-asn1crypto/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2020/01/08 11:37:49 adam Exp $ +$NetBSD: distinfo,v 1.8 2020/07/29 07:25:37 adam Exp $ -SHA1 (asn1crypto-1.3.0.tar.gz) = d7aadd7b873e51c389d300aee34947be2c0b7e68 -RMD160 (asn1crypto-1.3.0.tar.gz) = 05487fad97fb125d74ab4d403847a97282335403 -SHA512 (asn1crypto-1.3.0.tar.gz) = 5337e78cdb1ae93bed0ffc8a4a6743a5ae1d418a0f208a45db01ed628d22af3c4be1bdd121638608883e80858629ed13be8290e5e6a38f9bbd92cc178614d7bf -Size (asn1crypto-1.3.0.tar.gz) = 118481 bytes +SHA1 (asn1crypto-1.4.0.tar.gz) = dc957cec576a75a7d915b1c01ca0337736d98c1c +RMD160 (asn1crypto-1.4.0.tar.gz) = 4473f3cedbffcf83d33bb9f23eb5102d58ce47d7 +SHA512 (asn1crypto-1.4.0.tar.gz) = 4dc8d4ae3c632811a8d6008d8f458671e10a12034d9906ec67f1156a92621bf4f46abdb32609b433ef976c0c74ad3f4a082bfab6010c85dce886aa8b7efa2164 +Size (asn1crypto-1.4.0.tar.gz) = 118733 bytes