pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/py-cryptodome



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Aug 13 07:20:11 UTC 2018

Modified Files:
        pkgsrc/security/py-cryptodome: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/security/py-cryptodome/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/security/py-cryptodome/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-cryptodome/Makefile
diff -u pkgsrc/security/py-cryptodome/Makefile:1.15 pkgsrc/security/py-cryptodome/Makefile:1.16
--- pkgsrc/security/py-cryptodome/Makefile:1.15 Wed Jul 11 07:59:33 2018
+++ pkgsrc/security/py-cryptodome/Makefile      Mon Aug 13 07:20:10 2018
@@ -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/}

Index: pkgsrc/security/py-cryptodome/distinfo
diff -u pkgsrc/security/py-cryptodome/distinfo:1.12 pkgsrc/security/py-cryptodome/distinfo:1.13
--- pkgsrc/security/py-cryptodome/distinfo:1.12 Wed Jul 11 07:59:33 2018
+++ pkgsrc/security/py-cryptodome/distinfo      Mon Aug 13 07:20:10 2018
@@ -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