diff options
author | adam <adam@pkgsrc.org> | 2020-06-29 13:36:51 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-06-29 13:36:51 +0000 |
commit | 9beb5d15557e7b77e7f712ffabfa58d564918d7c (patch) | |
tree | aac987828c89f96c59904f832544d1aec128ee04 /security/py-cryptodome | |
parent | 0178afa0b092edf11fbdb48377dd46dca81acb55 (diff) | |
download | pkgsrc-9beb5d15557e7b77e7f712ffabfa58d564918d7c.tar.gz |
py-cryptodome: updated to 3.9.8
3.9.8:
Resolved issues
* The Shamir's secret sharing implementation is not actually compatible with ``ssss``.
Added an optional parameter to enable interoperability.
* Skip altogether loading of ``gmp.dll`` on Windows.
* Fix incorrect CFB decryption when the input and the output are the same buffer.
Diffstat (limited to 'security/py-cryptodome')
-rwxr-xr-x | security/py-cryptodome/Makefile | 4 | ||||
-rw-r--r-- | security/py-cryptodome/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/security/py-cryptodome/Makefile b/security/py-cryptodome/Makefile index d0e5021e473..741fcc4467a 100755 --- a/security/py-cryptodome/Makefile +++ b/security/py-cryptodome/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.30 2020/02/22 06:50:56 adam Exp $ +# $NetBSD: Makefile,v 1.31 2020/06/29 13:36:51 adam Exp $ -DISTNAME= pycryptodome-3.9.7 +DISTNAME= pycryptodome-3.9.8 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//} CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pycryptodome/} diff --git a/security/py-cryptodome/distinfo b/security/py-cryptodome/distinfo index 2ee83f991f0..561ad3f72d7 100644 --- a/security/py-cryptodome/distinfo +++ b/security/py-cryptodome/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.27 2020/02/22 06:50:56 adam Exp $ +$NetBSD: distinfo,v 1.28 2020/06/29 13:36:51 adam Exp $ -SHA1 (pycryptodome-3.9.7.tar.gz) = 07e3aa2e34e6a5c0da32403675e5c4d98ce75547 -RMD160 (pycryptodome-3.9.7.tar.gz) = a04415452518532e99d44dae2df38f7492431a52 -SHA512 (pycryptodome-3.9.7.tar.gz) = 2ee8ec1094ca2b3813c25b96c71988db479b23ea2e76937275d0fd6421653efd1ce7a1e279c7a20a9de7edcb59e0927121a42112b85afc052edcd6ab2db74c26 -Size (pycryptodome-3.9.7.tar.gz) = 15451558 bytes +SHA1 (pycryptodome-3.9.8.tar.gz) = 389ff336b5426f2e4397443297db2fc8044b62b8 +RMD160 (pycryptodome-3.9.8.tar.gz) = 062e0f20925213f8345681a629563d712770220e +SHA512 (pycryptodome-3.9.8.tar.gz) = 894e763720df284804fd686d5805980853b86773bb3097bf03d929818b9944e5a257e47414275f302966864751e50ae34dea19ad749910f1ceac31833a53ef7c +Size (pycryptodome-3.9.8.tar.gz) = 15633268 bytes |