pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-asn1crypto



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jan  8 11:37:49 UTC 2020

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

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/security/py-asn1crypto/Makefile \
    pkgsrc/security/py-asn1crypto/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-asn1crypto/Makefile
diff -u pkgsrc/security/py-asn1crypto/Makefile:1.6 pkgsrc/security/py-asn1crypto/Makefile:1.7
--- pkgsrc/security/py-asn1crypto/Makefile:1.6  Wed Oct 16 14:38:58 2019
+++ pkgsrc/security/py-asn1crypto/Makefile      Wed Jan  8 11:37:49 2020
@@ -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/}
Index: pkgsrc/security/py-asn1crypto/distinfo
diff -u pkgsrc/security/py-asn1crypto/distinfo:1.6 pkgsrc/security/py-asn1crypto/distinfo:1.7
--- pkgsrc/security/py-asn1crypto/distinfo:1.6  Wed Oct 16 14:38:58 2019
+++ pkgsrc/security/py-asn1crypto/distinfo      Wed Jan  8 11:37:49 2020
@@ -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