pkgsrc-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.6.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/50e71636a847
branches:  trunk
changeset: 311512:50e71636a847
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Aug 13 07:20:10 2018 +0000

description:
py-cryptodome: updated to 3.6.5

3.6.5:
Fixed incorrect AES encryption/decryption with AES acceleration on x86 due to gcc?s optimization and strict aliasing rules.
More prime number candidates than necessary where discarded as composite due to the limited way D values were searched in the Lucas test.
Fixed ResouceWarnings and DeprecationWarnings.
Workaround for Python 3.7.0 bug on Windows

diffstat:

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

diffs (27 lines):

diff -r b8ab975144fa -r 50e71636a847 security/py-cryptodome/Makefile
--- a/security/py-cryptodome/Makefile   Mon Aug 13 06:22:54 2018 +0000
+++ b/security/py-cryptodome/Makefile   Mon Aug 13 07:20:10 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.15 2018/07/11 07:59:33 adam Exp $
+# $NetBSD: Makefile,v 1.16 2018/08/13 07:20:10 adam Exp $
 
-DISTNAME=      pycryptodome-3.6.4
+DISTNAME=      pycryptodome-3.6.5
 PKGNAME=       ${DISTNAME:S/^py/${PYPKGPREFIX}-/}
 CATEGORIES=    security python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pycryptodome/}
diff -r b8ab975144fa -r 50e71636a847 security/py-cryptodome/distinfo
--- a/security/py-cryptodome/distinfo   Mon Aug 13 06:22:54 2018 +0000
+++ b/security/py-cryptodome/distinfo   Mon Aug 13 07:20:10 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2018/07/11 07:59:33 adam Exp $
+$NetBSD: distinfo,v 1.13 2018/08/13 07:20:10 adam Exp $
 
-SHA1 (pycryptodome-3.6.4.tar.gz) = 788ed34e446074c0c04b9bc0e11533d6608ad236
-RMD160 (pycryptodome-3.6.4.tar.gz) = 6345d3d2fa16481ae18405519a8327bf28c3e9f5
-SHA512 (pycryptodome-3.6.4.tar.gz) = 1c29f0d451da26e08e12a25463d8b0d1af85a253f43bcdafeb71b5ffefb5ae53d9f140335c231e38936aca095cff86692a04f26ef60936f810b36f888099203a
-Size (pycryptodome-3.6.4.tar.gz) = 7137424 bytes
+SHA1 (pycryptodome-3.6.5.tar.gz) = d2e1585c8406b349465b495b5ddd6938a211226f
+RMD160 (pycryptodome-3.6.5.tar.gz) = a428f9097f4e2aa673e0cf7fdafc67beac36b682
+SHA512 (pycryptodome-3.6.5.tar.gz) = 0104e9702129f208ad29ff486799682cf63f505c4485aa644357c12d1b701f67ddb9fe7a8f889662a20a248cf4422ca308643c010c16ef2f26f27ee3386e77e7
+Size (pycryptodome-3.6.5.tar.gz) = 7137496 bytes



Home | Main Index | Thread Index | Old Index