Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_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 98F381A9217 for ; Mon, 11 Jan 2021 07:35:36 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A214B84D51; Mon, 11 Jan 2021 07:35:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DBBDD84D21 for ; Mon, 11 Jan 2021 07:35:34 +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 PLiyiAtx1yYr for ; Mon, 11 Jan 2021 07:35:34 +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 54DCA84CDA for ; Mon, 11 Jan 2021 07:35:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 41EE5FA9D; Mon, 11 Jan 2021 07:35:34 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_161035053422960" MIME-Version: 1.0 Date: Mon, 11 Jan 2021 07:35:34 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/security/py-rsa To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210111073534.41EE5FA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_161035053422960 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Jan 11 07:35:34 UTC 2021 Modified Files: pkgsrc/security/py-rsa: Makefile distinfo Log Message: py-rsa: updated to 4.7 Version 4.7 CVE-2020-25658 - Bleichenbacher-style timing oracle in PKCS#1 v1.5 decryption code Add padding length check as described by PKCS#1 v1.5 Reuse of blinding factors to speed up blinding operations. Declare & test support for Python 3.9 To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/security/py-rsa/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/security/py-rsa/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_161035053422960 Content-Disposition: inline Content-Length: 1841 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/security/py-rsa/Makefile diff -u pkgsrc/security/py-rsa/Makefile:1.8 pkgsrc/security/py-rsa/Makefile:1.9 --- pkgsrc/security/py-rsa/Makefile:1.8 Tue Sep 1 04:09:14 2020 +++ pkgsrc/security/py-rsa/Makefile Mon Jan 11 07:35:34 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2020/09/01 04:09:14 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2021/01/11 07:35:34 adam Exp $ -DISTNAME= rsa-4.6 +DISTNAME= rsa-4.7 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=r/rsa/} @@ -12,6 +12,7 @@ LICENSE= apache-2.0 DEPENDS+= ${PYPKGPREFIX}-asn1>=0.1.3:../../security/py-asn1 TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock +TEST_DEPENDS+= ${PYPKGPREFIX}-mypy-[0-9]*:../../lang/py-mypy PYTHON_VERSIONS_INCOMPATIBLE= 27 Index: pkgsrc/security/py-rsa/distinfo diff -u pkgsrc/security/py-rsa/distinfo:1.10 pkgsrc/security/py-rsa/distinfo:1.11 --- pkgsrc/security/py-rsa/distinfo:1.10 Tue Sep 1 04:09:14 2020 +++ pkgsrc/security/py-rsa/distinfo Mon Jan 11 07:35:34 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.10 2020/09/01 04:09:14 wiz Exp $ +$NetBSD: distinfo,v 1.11 2021/01/11 07:35:34 adam Exp $ -SHA1 (rsa-4.6.tar.gz) = 43335708732a72541476be1432c06f9992dc8e2d -RMD160 (rsa-4.6.tar.gz) = 399e2100a851fc00984b814ab614b6d5292a4f7a -SHA512 (rsa-4.6.tar.gz) = 643ee292780c2e35c8f2c3750eb291799b051bd2bd2aa5332884b35fb46c8a0c53f09c38f196e02aed329af7562bcb20f23e876e54f89bed5fb416220c809f9d -Size (rsa-4.6.tar.gz) = 46954 bytes +SHA1 (rsa-4.7.tar.gz) = 52a5a1df74a18be5ea7326741077c985e6ced218 +RMD160 (rsa-4.7.tar.gz) = 05e08d6d3fd64ea8b38c918b4c827a067efa084d +SHA512 (rsa-4.7.tar.gz) = 3a5f4df0f5a83aa3b99d3072a6c1e3d038c778892ad5aa329081fe736242f839827921e588adfdf004afc546fcbd1dabb14cba5543f25374c026c34392d94c47 +Size (rsa-4.7.tar.gz) = 39298 bytes --_----------=_161035053422960--