diff options
author | adam <adam@pkgsrc.org> | 2019-04-05 09:18:33 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-04-05 09:18:33 +0000 |
commit | f826946f09f61974eea42393f9f11864047b7e00 (patch) | |
tree | d0e51582f8f09d024f0db33de9c7f07015a0b5b3 /security/py-cryptodome | |
parent | 55a6329b8136146901a0261227a5d4f2af3b6203 (diff) | |
download | pkgsrc-f826946f09f61974eea42393f9f11864047b7e00.tar.gz |
py-cryptodome: updated to 3.8.1
3.8.1:
New features
* Add support for loading PEM files encrypted with AES192-CBC, AES256-CBC, and AES256-GCM.
* When importing ECC keys, ignore EC PARAMS section that was included by some openssl commands.
Diffstat (limited to 'security/py-cryptodome')
-rwxr-xr-x | security/py-cryptodome/Makefile | 4 | ||||
-rw-r--r-- | security/py-cryptodome/PLIST | 3 | ||||
-rw-r--r-- | security/py-cryptodome/distinfo | 10 |
3 files changed, 9 insertions, 8 deletions
diff --git a/security/py-cryptodome/Makefile b/security/py-cryptodome/Makefile index 7bb939d7e3a..1403f1d17ca 100755 --- a/security/py-cryptodome/Makefile +++ b/security/py-cryptodome/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2019/03/24 10:41:01 adam Exp $ +# $NetBSD: Makefile,v 1.23 2019/04/05 09:18:33 adam Exp $ -DISTNAME= pycryptodome-3.8.0 +DISTNAME= pycryptodome-3.8.1 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 3973e431586..54dd8fbaa3d 100644 --- a/security/py-cryptodome/PLIST +++ b/security/py-cryptodome/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.14 2019/03/31 10:33:58 leot Exp $ +@comment $NetBSD: PLIST,v 1.15 2019/04/05 09:18:33 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -645,6 +645,7 @@ ${PYSITELIB}/Crypto/SelfTest/PublicKey/test_import_RSA.pyo ${PYSITELIB}/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256.txt ${PYSITELIB}/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private.der ${PYSITELIB}/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private.pem +${PYSITELIB}/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_ecparams.pem ${PYSITELIB}/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_enc_aes128.pem ${PYSITELIB}/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_enc_aes192.pem ${PYSITELIB}/Crypto/SelfTest/PublicKey/test_vectors/ECC/ecc_p256_private_enc_aes256_gcm.pem diff --git a/security/py-cryptodome/distinfo b/security/py-cryptodome/distinfo index 2b4b2fdb4cd..327b36403d4 100644 --- a/security/py-cryptodome/distinfo +++ b/security/py-cryptodome/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.19 2019/03/24 10:41:01 adam Exp $ +$NetBSD: distinfo,v 1.20 2019/04/05 09:18:33 adam Exp $ -SHA1 (pycryptodome-3.8.0.tar.gz) = 85a6c923420176f4b9b332db68c89230803c5dcc -RMD160 (pycryptodome-3.8.0.tar.gz) = a54a9e618c9cbc5da2610c12bea36cbfe9cef875 -SHA512 (pycryptodome-3.8.0.tar.gz) = f7f3928e71a87accd9edf88e981b52c55bcd59a3da4c470ecf3d3e5f26f0cc265bedfb97bb1e5142f306a4678a1286f9ca8efc9cd84801a6a3db5b1824c91648 -Size (pycryptodome-3.8.0.tar.gz) = 11495774 bytes +SHA1 (pycryptodome-3.8.1.tar.gz) = 453129fdaf21dd4d5462fae6e40d2868a787a8a9 +RMD160 (pycryptodome-3.8.1.tar.gz) = 76def3478a8e495494e763eac1d9441f7dcc9698 +SHA512 (pycryptodome-3.8.1.tar.gz) = aa560b3626de53afb70f155085bce8bb76e37b81762bb7d743c3905eeb1597efbff4c17d7fe26bd9ab102213356db95782fcd2b57377037c50df30a0dcfcbc7f +Size (pycryptodome-3.8.1.tar.gz) = 11535959 bytes |