summaryrefslogtreecommitdiff
path: root/security/py-rsa
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2021-01-11 07:35:34 +0000
committeradam <adam@pkgsrc.org>2021-01-11 07:35:34 +0000
commitb8ea301cd17b54130138e3eb43c64439f93600f7 (patch)
treeeaa65d3940dc00273d4ec9d11940481ed7c172e3 /security/py-rsa
parent2032d7531d2f4ebca6180fadf801f5fb304e6eac (diff)
downloadpkgsrc-b8ea301cd17b54130138e3eb43c64439f93600f7.tar.gz
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
Diffstat (limited to 'security/py-rsa')
-rw-r--r--security/py-rsa/Makefile5
-rw-r--r--security/py-rsa/distinfo10
2 files changed, 8 insertions, 7 deletions
diff --git a/security/py-rsa/Makefile b/security/py-rsa/Makefile
index edfb5472f6c..c1faf9633f5 100644
--- a/security/py-rsa/Makefile
+++ b/security/py-rsa/Makefile
@@ -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
diff --git a/security/py-rsa/distinfo b/security/py-rsa/distinfo
index a260a6facbe..02d5fe67d91 100644
--- a/security/py-rsa/distinfo
+++ b/security/py-rsa/distinfo
@@ -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