Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/py-cryptodome py-cryptodome: updated to 3.9.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/51a4da8ddaac
branches:  trunk
changeset: 435011:51a4da8ddaac
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jun 29 13:36:51 2020 +0000

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

 security/py-cryptodome/Makefile |   4 ++--
 security/py-cryptodome/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 6daa2dab0b79 -r 51a4da8ddaac security/py-cryptodome/Makefile
--- a/security/py-cryptodome/Makefile   Mon Jun 29 13:36:50 2020 +0000
+++ b/security/py-cryptodome/Makefile   Mon Jun 29 13:36:51 2020 +0000
@@ -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 -r 6daa2dab0b79 -r 51a4da8ddaac security/py-cryptodome/distinfo
--- a/security/py-cryptodome/distinfo   Mon Jun 29 13:36:50 2020 +0000
+++ b/security/py-cryptodome/distinfo   Mon Jun 29 13:36:51 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index