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 "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 8DED11A9217 for ; Mon, 30 Nov 2020 20:13:55 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id F0A2F84DE5; Mon, 30 Nov 2020 20:13:54 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3746784DCA for ; Mon, 30 Nov 2020 20:13:54 +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 cWX8xkULf6Fq for ; Mon, 30 Nov 2020 20:13:53 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 93E6E84D3D for ; Mon, 30 Nov 2020 20:13:53 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 911CDFA9D; Mon, 30 Nov 2020 20:13:53 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_160676723315240" MIME-Version: 1.0 Date: Mon, 30 Nov 2020 20:13:53 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/security/py-ecdsa To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20201130201353.911CDFA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_160676723315240 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Nov 30 20:13:53 UTC 2020 Modified Files: pkgsrc/security/py-ecdsa: Makefile distinfo Log Message: py-ecdsa: updated to 0.16.1 Release 0.16.1 New API: `VerifyingKey.precompute()` supports `lazy` argument to delay precomputation to the first time the key is used to verify a signature. Doc fixes: Documentation for the `VerifyingKey.precompute()` method. Bug fix: Make created signatures correct when the hash used is bigger than the curve order bit size and the curve order is not a multiple of 8 (this affects only users of custom curves or hashes with output larger than 512 bits). Performance: Speed up library load time by calculating the generator point multiplication tables the first time the points are used, not when they are initialised. Maintenance: Include Python 3.9 in CI testing. Test coverage for the `VerifyingKey.precompute()` method. Small speed-ups for the test suite. To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/py-ecdsa/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/security/py-ecdsa/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_160676723315240 Content-Disposition: inline Content-Length: 1655 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/py-ecdsa/Makefile diff -u pkgsrc/security/py-ecdsa/Makefile:1.11 pkgsrc/security/py-ecdsa/Makefile:1.12 --- pkgsrc/security/py-ecdsa/Makefile:1.11 Sat Oct 3 06:13:27 2020 +++ pkgsrc/security/py-ecdsa/Makefile Mon Nov 30 20:13:53 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2020/10/03 06:13:27 adam Exp $ +# $NetBSD: Makefile,v 1.12 2020/11/30 20:13:53 adam Exp $ -DISTNAME= ecdsa-0.16.0 +DISTNAME= ecdsa-0.16.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=e/ecdsa/} Index: pkgsrc/security/py-ecdsa/distinfo diff -u pkgsrc/security/py-ecdsa/distinfo:1.9 pkgsrc/security/py-ecdsa/distinfo:1.10 --- pkgsrc/security/py-ecdsa/distinfo:1.9 Sat Oct 3 06:13:27 2020 +++ pkgsrc/security/py-ecdsa/distinfo Mon Nov 30 20:13:53 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2020/10/03 06:13:27 adam Exp $ +$NetBSD: distinfo,v 1.10 2020/11/30 20:13:53 adam Exp $ -SHA1 (ecdsa-0.16.0.tar.gz) = 52b4b3e423662f90c4bbbbdcf0fd6bcf52fdee01 -RMD160 (ecdsa-0.16.0.tar.gz) = 4fdfc7188776539ce64f482936f6454da8ca4595 -SHA512 (ecdsa-0.16.0.tar.gz) = 94ccefe19899a5e56393bb0e6624e9af66bdc60ad370d65900a24a0465c430a3a001ed9c25970e48834cb25ca730bc9279af98d17ecd3ad66189c64c8f864b42 -Size (ecdsa-0.16.0.tar.gz) = 125851 bytes +SHA1 (ecdsa-0.16.1.tar.gz) = ec9fa2f821e0bdf0812dc0c94b92214212541fb6 +RMD160 (ecdsa-0.16.1.tar.gz) = e3ee5219f8d8c8cd8b3eba2519cde9d70d3b0d9e +SHA512 (ecdsa-0.16.1.tar.gz) = 935416ff25a71b1e6fe442b11e8d2c1463b1652d539274e094112a4847c2c749ff58eb9f5ed108ed5613b7363d3f2b1c07ba3d01af8cfed4e1b4bec407d3f5a6 +Size (ecdsa-0.16.1.tar.gz) = 126935 bytes --_----------=_160676723315240--