diff options
author | adam <adam@pkgsrc.org> | 2019-11-25 06:18:14 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-11-25 06:18:14 +0000 |
commit | e84cd6d348bc7900d92f3fd20e32331534a19ce3 (patch) | |
tree | dbde1b82fec5336009a50a86822aa84257b9b78a | |
parent | bc3cf8b086277654fd6a04747493a40482e5f5d7 (diff) | |
download | pkgsrc-e84cd6d348bc7900d92f3fd20e32331534a19ce3.tar.gz |
py-cryptodome: updated to 3.9.4
3.9.4:
Resolved issues
* Prevent ``key_to_english`` from creating invalid data when fed with
keys of length not multiple of 8.
* Fix blocking RSA signing/decryption when key has very small factor.
-rwxr-xr-x | security/py-cryptodome/Makefile | 4 | ||||
-rw-r--r-- | security/py-cryptodome/PLIST | 5 | ||||
-rw-r--r-- | security/py-cryptodome/distinfo | 10 |
3 files changed, 11 insertions, 8 deletions
diff --git a/security/py-cryptodome/Makefile b/security/py-cryptodome/Makefile index 6784e7196ea..c647666bde0 100755 --- a/security/py-cryptodome/Makefile +++ b/security/py-cryptodome/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.27 2019/11/13 06:58:34 adam Exp $ +# $NetBSD: Makefile,v 1.28 2019/11/25 06:18:14 adam Exp $ -DISTNAME= pycryptodome-3.9.3 +DISTNAME= pycryptodome-3.9.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//} CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pycryptodome/} diff --git a/security/py-cryptodome/PLIST b/security/py-cryptodome/PLIST index 71a106799a2..80847476451 100644 --- a/security/py-cryptodome/PLIST +++ b/security/py-cryptodome/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.16 2019/09/02 09:46:19 adam Exp $ +@comment $NetBSD: PLIST,v 1.17 2019/11/25 06:18:14 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -805,6 +805,9 @@ ${PYSITELIB}/Crypto/SelfTest/Util/test_asn1.pyo ${PYSITELIB}/Crypto/SelfTest/Util/test_number.py ${PYSITELIB}/Crypto/SelfTest/Util/test_number.pyc ${PYSITELIB}/Crypto/SelfTest/Util/test_number.pyo +${PYSITELIB}/Crypto/SelfTest/Util/test_rfc1751.py +${PYSITELIB}/Crypto/SelfTest/Util/test_rfc1751.pyc +${PYSITELIB}/Crypto/SelfTest/Util/test_rfc1751.pyo ${PYSITELIB}/Crypto/SelfTest/Util/test_strxor.py ${PYSITELIB}/Crypto/SelfTest/Util/test_strxor.pyc ${PYSITELIB}/Crypto/SelfTest/Util/test_strxor.pyo diff --git a/security/py-cryptodome/distinfo b/security/py-cryptodome/distinfo index dfbaf67f0e9..20a48914396 100644 --- a/security/py-cryptodome/distinfo +++ b/security/py-cryptodome/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.24 2019/11/13 06:58:34 adam Exp $ +$NetBSD: distinfo,v 1.25 2019/11/25 06:18:14 adam Exp $ -SHA1 (pycryptodome-3.9.3.tar.gz) = 4b94c7d5d3f8d7d1d729f664899c080970bb0e48 -RMD160 (pycryptodome-3.9.3.tar.gz) = c211628b2d977e4141e7bbd39264edd76d1da866 -SHA512 (pycryptodome-3.9.3.tar.gz) = dca701120fc04fc7a4ccfccb0a7eba22af7081baf33e34d5d6e38765f468772f5fa2dd2a7b74f2838fa332c8e68218934dc94c2cf36f36ad4bcf82a511de64e9 -Size (pycryptodome-3.9.3.tar.gz) = 11575183 bytes +SHA1 (pycryptodome-3.9.4.tar.gz) = 54fa0f4aa98084a42d7aa2cd8a330a7501b739ca +RMD160 (pycryptodome-3.9.4.tar.gz) = 16a27a73ca3b205a86d2a72b664290766d4e4916 +SHA512 (pycryptodome-3.9.4.tar.gz) = d99e4e431d77856ce3ae33526984cadf2fa6aa82b1f692a2ad0ae893f6a1e9538e6d71d281578e6bd733a816664d1683364c64441196cbc6ee1278f9d6eac62c +Size (pycryptodome-3.9.4.tar.gz) = 11575825 bytes |