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.4:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/abec9a46b43c
branches:  trunk
changeset: 367864:abec9a46b43c
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Sep 08 07:28:31 2017 +0000

description:
Revision 0.3.4:
- Fixed Native encoder to handle SEQUENCE/SET objects without
  the componentType property
- Added missing component-less SEQUENCE/SET objects dict duck-typing support
- Fixed unnecessary duplicate tags detection at NamesType.tagMap
- Fixed crash at SEQUENCE and SEQUENCE OF CER encoder when running
  in schemaless mode
- Fixed Character types instantiation from OctetString type -- double
  unicode decoding may have scrambled the data

diffstat:

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

diffs (27 lines):

diff -r 574aa9490db1 -r abec9a46b43c security/py-asn1/Makefile
--- a/security/py-asn1/Makefile Fri Sep 08 07:21:44 2017 +0000
+++ b/security/py-asn1/Makefile Fri Sep 08 07:28:31 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2017/08/31 08:48:24 adam Exp $
+# $NetBSD: Makefile,v 1.14 2017/09/08 07:28:31 adam Exp $
 
-DISTNAME=      pyasn1-0.3.3
+DISTNAME=      pyasn1-0.3.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//}
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyasn1/}
diff -r 574aa9490db1 -r abec9a46b43c security/py-asn1/distinfo
--- a/security/py-asn1/distinfo Fri Sep 08 07:21:44 2017 +0000
+++ b/security/py-asn1/distinfo Fri Sep 08 07:28:31 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2017/08/31 08:48:24 adam Exp $
+$NetBSD: distinfo,v 1.11 2017/09/08 07:28:31 adam Exp $
 
-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
+SHA1 (pyasn1-0.3.4.tar.gz) = 6c800c48dd1ff3983afcf09d966769cef8965eff
+RMD160 (pyasn1-0.3.4.tar.gz) = bc360563c5048e3d49d2ce594e11cb97aaf07e46
+SHA512 (pyasn1-0.3.4.tar.gz) = 6c4ee69d90e04351320d755c16e5f0a93f895cd08ab5429374e38c8b1fe99456d19ce4b3d32e3e11a55e812d96d7f8372638f98e0feda0b13ab4453e423965ad
+Size (pyasn1-0.3.4.tar.gz) = 114387 bytes



Home | Main Index | Thread Index | Old Index