pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-asn1crypto py-asn1crypto: updated to 1.3.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b84f72a0e13b
branches:  trunk
changeset: 407622:b84f72a0e13b
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jan 08 11:37:49 2020 +0000

description:
py-asn1crypto: updated to 1.3.0

1.3.0
- Added `encrypt_key_pref` (`1.2.840.113549.1.9.16.2.11`) to
  `cms.CMSAttributeType()`, along with related structures
- Added Brainpool curves from RFC 5639 to `keys.NamedCurve()`
- Fixed `x509.Certificate().subject_directory_attributes_value`
- Fixed some incorrectly computed minimum elliptic curve primary key
  encoding sizes in `keys.NamedCurve()`
- Fixed a `TypeError` when trying to call `.untag()` or `.copy()` on a
  `core.UTCTime()` or `core.GeneralizedTime()`, or a value containing one,
  when using Python 2

diffstat:

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

diffs (27 lines):

diff -r 112c0745f66e -r b84f72a0e13b security/py-asn1crypto/Makefile
--- a/security/py-asn1crypto/Makefile   Wed Jan 08 11:27:24 2020 +0000
+++ b/security/py-asn1crypto/Makefile   Wed Jan 08 11:37:49 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2019/10/16 14:38:58 adam Exp $
+# $NetBSD: Makefile,v 1.7 2020/01/08 11:37:49 adam Exp $
 
-DISTNAME=      asn1crypto-1.2.0
+DISTNAME=      asn1crypto-1.3.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/asn1crypto/}
diff -r 112c0745f66e -r b84f72a0e13b security/py-asn1crypto/distinfo
--- a/security/py-asn1crypto/distinfo   Wed Jan 08 11:27:24 2020 +0000
+++ b/security/py-asn1crypto/distinfo   Wed Jan 08 11:37:49 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2019/10/16 14:38:58 adam Exp $
+$NetBSD: distinfo,v 1.7 2020/01/08 11:37:49 adam Exp $
 
-SHA1 (asn1crypto-1.2.0.tar.gz) = 4728437cb22d427346f874474d4cdf54b78ba00e
-RMD160 (asn1crypto-1.2.0.tar.gz) = ce80628746096e1d62e81cf86e3bcb072634fde8
-SHA512 (asn1crypto-1.2.0.tar.gz) = 0b1a6f35a5e87d08d8d09b5c2e3bd894ac51cb196f28968d620ce21a7f3a9a304862d6cfb9ae0723216c7917803ea542c3382856923e3d302e9da706555209d7
-Size (asn1crypto-1.2.0.tar.gz) = 116457 bytes
+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



Home | Main Index | Thread Index | Old Index