pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-rsa



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.

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



Home | Main Index | Thread Index | Old Index