summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-06-24 11:39:32 +0000
committeradam <adam@pkgsrc.org>2018-06-24 11:39:32 +0000
commit0fcf423dad792285abc517b8fecb8481e6c3df25 (patch)
tree5128344c4acd6f3996fa5e462feb863c250665a2 /security
parentace86cb61d97c4d1db6e590296b53a8a7d2c238d (diff)
downloadpkgsrc-0fcf423dad792285abc517b8fecb8481e6c3df25.tar.gz
py-cryptodome: updated to 3.6.3
3.6.3: Resolved issues GH175: Fixed incorrect results for CTR encryption/decryption with more than 8 blocks. 3.6.2: New features ChaCha20 accepts 96 bit nonces (in addition to 64 bit nonces) as defined in RFC7539. Accelerate AES-GCM on x86 using PCLMULQDQ instruction. Accelerate AES-ECB and AES-CTR on x86 by pipelining AESNI instructions. As result of the two improvements above, on x86 (Broadwell): AES-ECB and AES-CTR are 3x faster AES-GCM is 9x faster Resolved issues On Windows, MPIR library was stilled pulled in if renamed to gmp.dll. Breaks in compatibility In Crypto.Util.number, functions floor_div and exact_div have been removed. Also, ceil_div is limited to non-negative terms only.
Diffstat (limited to 'security')
-rwxr-xr-xsecurity/py-cryptodome/Makefile4
-rw-r--r--security/py-cryptodome/PLIST13
-rw-r--r--security/py-cryptodome/distinfo10
3 files changed, 14 insertions, 13 deletions
diff --git a/security/py-cryptodome/Makefile b/security/py-cryptodome/Makefile
index f51d2b7313d..1d53ee153f3 100755
--- a/security/py-cryptodome/Makefile
+++ b/security/py-cryptodome/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2018/04/18 04:34:13 adam Exp $
+# $NetBSD: Makefile,v 1.14 2018/06/24 11:39:32 adam Exp $
-DISTNAME= pycryptodome-3.6.1
+DISTNAME= pycryptodome-3.6.3
PKGNAME= ${DISTNAME:S/^py/${PYPKGPREFIX}-/}
CATEGORIES= security python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pycryptodome/}
diff --git a/security/py-cryptodome/PLIST b/security/py-cryptodome/PLIST
index 9f1a145aa34..63d2b575859 100644
--- a/security/py-cryptodome/PLIST
+++ b/security/py-cryptodome/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2018/04/18 04:34:13 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2018/06/24 11:39:32 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -166,6 +166,8 @@ ${PYSITELIB}/Crypto/Hash/_SHA512.so
${PYSITELIB}/Crypto/Hash/__init__.py
${PYSITELIB}/Crypto/Hash/__init__.pyc
${PYSITELIB}/Crypto/Hash/__init__.pyo
+${PYSITELIB}/Crypto/Hash/_ghash_clmul.so
+${PYSITELIB}/Crypto/Hash/_ghash_portable.so
${PYSITELIB}/Crypto/Hash/_keccak.so
${PYSITELIB}/Crypto/Hash/keccak.py
${PYSITELIB}/Crypto/Hash/keccak.pyc
@@ -669,14 +671,13 @@ ${PYSITELIB}/Crypto/Util/RFC1751.pyo
${PYSITELIB}/Crypto/Util/__init__.py
${PYSITELIB}/Crypto/Util/__init__.pyc
${PYSITELIB}/Crypto/Util/__init__.pyo
-${PYSITELIB}/Crypto/Util/_cpuid.so
+${PYSITELIB}/Crypto/Util/_cpuid.py
+${PYSITELIB}/Crypto/Util/_cpuid.pyc
+${PYSITELIB}/Crypto/Util/_cpuid.pyo
+${PYSITELIB}/Crypto/Util/_cpuid_c.so
${PYSITELIB}/Crypto/Util/_file_system.py
${PYSITELIB}/Crypto/Util/_file_system.pyc
${PYSITELIB}/Crypto/Util/_file_system.pyo
-${PYSITELIB}/Crypto/Util/_galois.so
-${PYSITELIB}/Crypto/Util/_number_new.py
-${PYSITELIB}/Crypto/Util/_number_new.pyc
-${PYSITELIB}/Crypto/Util/_number_new.pyo
${PYSITELIB}/Crypto/Util/_raw_api.py
${PYSITELIB}/Crypto/Util/_raw_api.pyc
${PYSITELIB}/Crypto/Util/_raw_api.pyo
diff --git a/security/py-cryptodome/distinfo b/security/py-cryptodome/distinfo
index e15ab8228c3..5315dca455d 100644
--- a/security/py-cryptodome/distinfo
+++ b/security/py-cryptodome/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.10 2018/04/18 04:34:13 adam Exp $
+$NetBSD: distinfo,v 1.11 2018/06/24 11:39:32 adam Exp $
-SHA1 (pycryptodome-3.6.1.tar.gz) = 07a84b4345f475a442c83b29ce01e6cbeac1c5ce
-RMD160 (pycryptodome-3.6.1.tar.gz) = f61a2baf98e76ef961d9014fd67716fda29b20ef
-SHA512 (pycryptodome-3.6.1.tar.gz) = e8fe48e91ff3decd13908ccc45aa483bf9b3dbc7bdaf3625ab11c2b90663deb4d0eb634cab138d9aa8f1ce8df7400da3c5bf86688133b9047e7c9baebd74a3b8
-Size (pycryptodome-3.6.1.tar.gz) = 7167199 bytes
+SHA1 (pycryptodome-3.6.3.tar.gz) = ba42c237101035c3994fcaad312e992e795f840b
+RMD160 (pycryptodome-3.6.3.tar.gz) = 2a2d443dae51e37fe657acd0a39f96d5b3dd9142
+SHA512 (pycryptodome-3.6.3.tar.gz) = b283b68ac7bc8897d658af41a6e384066fd7b57211032b9c8b9ac95a29ae75da3b01d9b5162789394aad04fa68721ef206adf0577ca65f8acc2480ab48990661
+Size (pycryptodome-3.6.3.tar.gz) = 7137049 bytes