pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/py-rsa py-rsa: updated to 4.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/09e6b4844b28
branches:  trunk
changeset: 444628:09e6b4844b28
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jan 11 07:35:34 2021 +0000

description:
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:

 security/py-rsa/Makefile |   5 +++--
 security/py-rsa/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 7 deletions(-)

diffs (35 lines):

diff -r 55ef07f2b6c3 -r 09e6b4844b28 security/py-rsa/Makefile
--- a/security/py-rsa/Makefile  Mon Jan 11 07:28:06 2021 +0000
+++ b/security/py-rsa/Makefile  Mon Jan 11 07:35:34 2021 +0000
@@ -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 @@
 
 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 -r 55ef07f2b6c3 -r 09e6b4844b28 security/py-rsa/distinfo
--- a/security/py-rsa/distinfo  Mon Jan 11 07:28:06 2021 +0000
+++ b/security/py-rsa/distinfo  Mon Jan 11 07:35:34 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index