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:           Fri Sep  8 07:28:31 UTC 2017

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/security/py-asn1/Makefile
cvs rdiff -u -r1.10 -r1.11 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.13 pkgsrc/security/py-asn1/Makefile:1.14
--- pkgsrc/security/py-asn1/Makefile:1.13       Thu Aug 31 08:48:24 2017
+++ pkgsrc/security/py-asn1/Makefile    Fri Sep  8 07:28:31 2017
@@ -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/}

Index: pkgsrc/security/py-asn1/distinfo
diff -u pkgsrc/security/py-asn1/distinfo:1.10 pkgsrc/security/py-asn1/distinfo:1.11
--- pkgsrc/security/py-asn1/distinfo:1.10       Thu Aug 31 08:48:24 2017
+++ pkgsrc/security/py-asn1/distinfo    Fri Sep  8 07:28:31 2017
@@ -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