pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/py-asn1
Module Name: pkgsrc
Committed By: adam
Date: Thu Aug 31 08:48:24 UTC 2017
Modified Files:
pkgsrc/security/py-asn1: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/security/py-asn1/Makefile
cvs rdiff -u -r1.9 -r1.10 pkgsrc/security/py-asn1/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-asn1/Makefile
diff -u pkgsrc/security/py-asn1/Makefile:1.12 pkgsrc/security/py-asn1/Makefile:1.13
--- pkgsrc/security/py-asn1/Makefile:1.12 Sun Aug 6 19:25:45 2017
+++ pkgsrc/security/py-asn1/Makefile Thu Aug 31 08:48:24 2017
@@ -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/}
Index: pkgsrc/security/py-asn1/distinfo
diff -u pkgsrc/security/py-asn1/distinfo:1.9 pkgsrc/security/py-asn1/distinfo:1.10
--- pkgsrc/security/py-asn1/distinfo:1.9 Sun Aug 6 19:25:45 2017
+++ pkgsrc/security/py-asn1/distinfo Thu Aug 31 08:48:24 2017
@@ -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