Received: by mail.netbsd.org (Postfix, from userid 605) id 99FC384D8C; Thu, 24 May 2018 07:20:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1833784D6F for ; Thu, 24 May 2018 07:20:48 +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 LHautelnkBxk for ; Thu, 24 May 2018 07:20:47 +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 812DE84CEF for ; Thu, 24 May 2018 07:20:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 7179AFBEC; Thu, 24 May 2018 07:20:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1527146447116030" MIME-Version: 1.0 Date: Thu, 24 May 2018 07:20:47 +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: <20180524072047.7179AFBEC@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. --_----------=_1527146447116030 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu May 24 07:20:47 UTC 2018 Modified Files: pkgsrc/security/py-asn1: Makefile distinfo Log Message: py-asn1: updated to 0.4.3 0.4.3: Copyright notice extended to the year 2018 Fixed GeneralizedTime.asDateTime to perform milliseconds conversion correctly To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/security/py-asn1/Makefile cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/py-asn1/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1527146447116030 Content-Disposition: inline Content-Length: 1657 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.18 pkgsrc/security/py-asn1/Makefile:1.19 --- pkgsrc/security/py-asn1/Makefile:1.18 Tue Nov 28 09:14:34 2017 +++ pkgsrc/security/py-asn1/Makefile Thu May 24 07:20:47 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.18 2017/11/28 09:14:34 adam Exp $ +# $NetBSD: Makefile,v 1.19 2018/05/24 07:20:47 adam Exp $ -DISTNAME= pyasn1-0.4.2 +DISTNAME= pyasn1-0.4.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//} CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyasn1/} Index: pkgsrc/security/py-asn1/distinfo diff -u pkgsrc/security/py-asn1/distinfo:1.15 pkgsrc/security/py-asn1/distinfo:1.16 --- pkgsrc/security/py-asn1/distinfo:1.15 Tue Nov 28 09:14:34 2017 +++ pkgsrc/security/py-asn1/distinfo Thu May 24 07:20:47 2018 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.15 2017/11/28 09:14:34 adam Exp $ +$NetBSD: distinfo,v 1.16 2018/05/24 07:20:47 adam Exp $ -SHA1 (pyasn1-0.4.2.tar.gz) = 6f997e4b9aace55948e45cffe32980bb92985ce2 -RMD160 (pyasn1-0.4.2.tar.gz) = 500f1a7ea274d5ed41af67609b5df6617f3c4223 -SHA512 (pyasn1-0.4.2.tar.gz) = 30e7cdfd2f7b182081f951bd94169a300a577f95fbfcb4ddb6dc288617b2776265018d246ae0adb649650ee94aab9122a428313d7a61559f97ed7f02b9670709 -Size (pyasn1-0.4.2.tar.gz) = 118404 bytes +SHA1 (pyasn1-0.4.3.tar.gz) = 729ceb064e1905fbf2e19908aee20005270b0a74 +RMD160 (pyasn1-0.4.3.tar.gz) = a80b65856b8f6757a689c73ed4eb49b2fd9a5f75 +SHA512 (pyasn1-0.4.3.tar.gz) = a699b1ef58129860f8448e8c08a7017adfd7ead7844a45197b1026e12760424d20f89a421b3fe8caeab3922448d00a77f717c0a03841c36c6b1d1740b0d9707b +Size (pyasn1-0.4.3.tar.gz) = 118494 bytes --_----------=_1527146447116030--