Received: by mail.netbsd.org (Postfix, from userid 605) id 714F284DA1; Fri, 8 Sep 2017 07:28:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 04CE984D41 for ; Fri, 8 Sep 2017 07:28:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id Vo6Q0WxJ60By for ; Fri, 8 Sep 2017 07:28:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 826CB84D86 for ; Fri, 8 Sep 2017 07:28:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 79089FA97; Fri, 8 Sep 2017 07:28:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1504855711229120" MIME-Version: 1.0 Date: Fri, 8 Sep 2017 07:28:31 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/security/py-asn1 To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20170908072831.79089FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1504855711229120 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1504855711229120 Content-Disposition: inline Content-Length: 1650 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1504855711229120--