Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 9AB647A200 for ; Tue, 9 May 2017 16:28:40 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 0B41D84DCA; Tue, 9 May 2017 16:28:40 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9020584D96 for ; Tue, 9 May 2017 16:28:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id WO12_-z7AKPt for ; Tue, 9 May 2017 16:28:39 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 18C2384D75 for ; Tue, 9 May 2017 16:28:39 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 14568FBE4; Tue, 9 May 2017 16:28:39 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1494347319182710" MIME-Version: 1.0 Date: Tue, 9 May 2017 16:28:39 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/security/py-asn1crypto To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20170509162839.14568FBE4@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. --_----------=_1494347319182710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue May 9 16:28:39 UTC 2017 Modified Files: pkgsrc/security/py-asn1crypto: Makefile distinfo Log Message: Changes 0.22.0: Added parser.peek() Implemented proper support for BER-encoded indefinite length strings of all kinds - core.BitString, core.OctetString and all of the core classes that are natively represented as Python unicode strings Fixed a bug with encoding LDAP URLs in x509.URI Correct x509.DNSName to allow a leading ., such as when used with x509.NameConstraints Fixed an issue with dumping the parsed contents of core.Any when explicitly tagged Custom setup.py clean now accepts the short -a flag for compatibility To generate a diff of this commit: cvs rdiff -u -r1.1 -r1.2 pkgsrc/security/py-asn1crypto/Makefile \ pkgsrc/security/py-asn1crypto/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1494347319182710 Content-Disposition: inline Content-Length: 1748 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/py-asn1crypto/Makefile diff -u pkgsrc/security/py-asn1crypto/Makefile:1.1 pkgsrc/security/py-asn1crypto/Makefile:1.2 --- pkgsrc/security/py-asn1crypto/Makefile:1.1 Mon Mar 13 09:39:18 2017 +++ pkgsrc/security/py-asn1crypto/Makefile Tue May 9 16:28:38 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2017/03/13 09:39:18 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2017/05/09 16:28:38 adam Exp $ -DISTNAME= asn1crypto-0.21.1 +DISTNAME= asn1crypto-0.22.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=a/asn1crypto/} Index: pkgsrc/security/py-asn1crypto/distinfo diff -u pkgsrc/security/py-asn1crypto/distinfo:1.1 pkgsrc/security/py-asn1crypto/distinfo:1.2 --- pkgsrc/security/py-asn1crypto/distinfo:1.1 Mon Mar 13 09:39:18 2017 +++ pkgsrc/security/py-asn1crypto/distinfo Tue May 9 16:28:38 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2017/03/13 09:39:18 wiz Exp $ +$NetBSD: distinfo,v 1.2 2017/05/09 16:28:38 adam Exp $ -SHA1 (asn1crypto-0.21.1.tar.gz) = 3a18d9659a5aca4c2ee67ad62526ca4a70b56c2d -RMD160 (asn1crypto-0.21.1.tar.gz) = 670795c112560a46840b06a2b0d23c08214d9214 -SHA512 (asn1crypto-0.21.1.tar.gz) = 3c219c4033961e0fdaf90387dbd70a02a57089ca08f5f542c66da3948e63b82910244636965346645f56b2b27a98c43e8d0e90795ed7873817f08e74af4fa68e -Size (asn1crypto-0.21.1.tar.gz) = 82670 bytes +SHA1 (asn1crypto-0.22.0.tar.gz) = c4f60b52dd06e3fd0ed568a741e968aaccd2e3e5 +RMD160 (asn1crypto-0.22.0.tar.gz) = dd4b06cea36b966314d27d98697131abb464c7c9 +SHA512 (asn1crypto-0.22.0.tar.gz) = fdc98f71ec3b744e69a75909b5b0a8381fb82d448941a6e1059823af47ca107218e1dbe6ff192e2173f11fc2454be1afcd387d801dc8e716451179857d71f8b8 +Size (asn1crypto-0.22.0.tar.gz) = 84508 bytes --_----------=_1494347319182710--