pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-asn1 Revision 0.3.3:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ff0270cba5af
branches:  trunk
changeset: 367370:ff0270cba5af
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Aug 31 08:48:24 2017 +0000

description:
Revision 0.3.3:
Improved ASN.1 types instantiation performance
Improved BER/CER/DER decoder performance by not unconditionally casting substrate into str/bytes.
Fixed exponential index size growth bug when building ambiguous NamedTypes tree
Fixed constructed types decoding failure at BER codec if running in schema-less mode
Fixed crash on prettyPrint'ing a SEQUENCE with no defined components
Fixed SetOf ordering at CER/DER encoder
Fixed crash on conditional binascii module import
Fix to TagSet hash value build

diffstat:

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

diffs (27 lines):

diff -r 14b65ef08a6f -r ff0270cba5af security/py-asn1/Makefile
--- a/security/py-asn1/Makefile Thu Aug 31 08:44:34 2017 +0000
+++ b/security/py-asn1/Makefile Thu Aug 31 08:48:24 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2017/08/06 19:25:45 adam Exp $
+# $NetBSD: Makefile,v 1.13 2017/08/31 08:48:24 adam Exp $
 
-DISTNAME=      pyasn1-0.3.2
+DISTNAME=      pyasn1-0.3.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//}
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyasn1/}
diff -r 14b65ef08a6f -r ff0270cba5af security/py-asn1/distinfo
--- a/security/py-asn1/distinfo Thu Aug 31 08:44:34 2017 +0000
+++ b/security/py-asn1/distinfo Thu Aug 31 08:48:24 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.9 2017/08/06 19:25:45 adam Exp $
+$NetBSD: distinfo,v 1.10 2017/08/31 08:48:24 adam Exp $
 
-SHA1 (pyasn1-0.3.2.tar.gz) = ca890f47e38dfe1e12c65a1ac2ca4d390201233d
-RMD160 (pyasn1-0.3.2.tar.gz) = 75830fb407f2da1d953bb138c436c46ea3723e33
-SHA512 (pyasn1-0.3.2.tar.gz) = afa1482ccfb00c61d13ba0b66347b546f42e56677e34fdf35a3287dda75224f0611f7c65777be0d86c88e657932ee0456f40eb39ace24d7e04a643365ce289e0
-Size (pyasn1-0.3.2.tar.gz) = 110465 bytes
+SHA1 (pyasn1-0.3.3.tar.gz) = 3cfe93ca0d60ce7030587b073f98961960d87628
+RMD160 (pyasn1-0.3.3.tar.gz) = 39e263687a35e6099cb5ee3d0382a18e5b318053
+SHA512 (pyasn1-0.3.3.tar.gz) = 6c8f4a1b3ab2779f98db867ce9e18ef745b53cf36c69ea1a7a0a0b96e5188da0236f50faf9d38e3b89a995780ae21490e2fdacbc401fd62460c37ade52d44188
+Size (pyasn1-0.3.3.tar.gz) = 112299 bytes



Home | Main Index | Thread Index | Old Index