diff options
author | adam <adam@pkgsrc.org> | 2022-07-05 08:16:14 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-07-05 08:16:14 +0000 |
commit | 41d75004fea2ca2a1794e2e1bb7fd6e1724a6d0b (patch) | |
tree | 853684735745f49673dabdff9256c4e6143a17d6 | |
parent | 2667a6896e3eecf17c18c143495009f5258b1451 (diff) | |
download | pkgsrc-41d75004fea2ca2a1794e2e1bb7fd6e1724a6d0b.tar.gz |
py-cryptodome: updated to 3.15.0
3.15.0
New features
------------
* Add support for curves Ed25519 and Ed448, including export and import of keys.
* Add support for EdDSA signatures.
* Add support for Asymmetric Key Packages (RFC5958) to import private keys.
Resolved issues
---------------
* GH-620: for ``Crypto.Util.number.getPrime`` , do not sequentially
scan numbers searching for a prime.
-rwxr-xr-x | security/py-cryptodome/Makefile | 4 | ||||
-rw-r--r-- | security/py-cryptodome/PLIST | 24 | ||||
-rw-r--r-- | security/py-cryptodome/distinfo | 8 |
3 files changed, 26 insertions, 10 deletions
diff --git a/security/py-cryptodome/Makefile b/security/py-cryptodome/Makefile index cfb34ab6fe8..825e2251ccd 100755 --- a/security/py-cryptodome/Makefile +++ b/security/py-cryptodome/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.42 2022/02/07 21:00:11 adam Exp $ +# $NetBSD: Makefile,v 1.43 2022/07/05 08:16:14 adam Exp $ -DISTNAME= pycryptodome-3.14.1 +DISTNAME= pycryptodome-3.15.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//} CATEGORIES= security python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pycryptodome/} diff --git a/security/py-cryptodome/PLIST b/security/py-cryptodome/PLIST index e0d5e54a600..946a61e8a62 100644 --- a/security/py-cryptodome/PLIST +++ b/security/py-cryptodome/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.24 2021/12/06 19:20:37 adam Exp $ +@comment $NetBSD: PLIST,v 1.25 2022/07/05 08:16:14 adam Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -337,10 +337,13 @@ ${PYSITELIB}/Crypto/PublicKey/__init__.pyc ${PYSITELIB}/Crypto/PublicKey/__init__.pyi ${PYSITELIB}/Crypto/PublicKey/__init__.pyo ${PYSITELIB}/Crypto/PublicKey/_ec_ws.${SOEXT} +${PYSITELIB}/Crypto/PublicKey/_ed25519.abi3.so +${PYSITELIB}/Crypto/PublicKey/_ed448.abi3.so ${PYSITELIB}/Crypto/PublicKey/_openssh.py ${PYSITELIB}/Crypto/PublicKey/_openssh.pyc ${PYSITELIB}/Crypto/PublicKey/_openssh.pyi ${PYSITELIB}/Crypto/PublicKey/_openssh.pyo +${PYSITELIB}/Crypto/PublicKey/_x25519.abi3.so ${PYSITELIB}/Crypto/Random/__init__.py ${PYSITELIB}/Crypto/Random/__init__.pyc ${PYSITELIB}/Crypto/Random/__init__.pyi @@ -535,9 +538,15 @@ ${PYSITELIB}/Crypto/SelfTest/PublicKey/__init__.pyo ${PYSITELIB}/Crypto/SelfTest/PublicKey/test_DSA.py ${PYSITELIB}/Crypto/SelfTest/PublicKey/test_DSA.pyc ${PYSITELIB}/Crypto/SelfTest/PublicKey/test_DSA.pyo -${PYSITELIB}/Crypto/SelfTest/PublicKey/test_ECC.py -${PYSITELIB}/Crypto/SelfTest/PublicKey/test_ECC.pyc -${PYSITELIB}/Crypto/SelfTest/PublicKey/test_ECC.pyo +${PYSITELIB}/Crypto/SelfTest/PublicKey/test_ECC_25519.py +${PYSITELIB}/Crypto/SelfTest/PublicKey/test_ECC_25519.pyc +${PYSITELIB}/Crypto/SelfTest/PublicKey/test_ECC_25519.pyo +${PYSITELIB}/Crypto/SelfTest/PublicKey/test_ECC_448.py +${PYSITELIB}/Crypto/SelfTest/PublicKey/test_ECC_448.pyc +${PYSITELIB}/Crypto/SelfTest/PublicKey/test_ECC_448.pyo +${PYSITELIB}/Crypto/SelfTest/PublicKey/test_ECC_NIST.py +${PYSITELIB}/Crypto/SelfTest/PublicKey/test_ECC_NIST.pyc +${PYSITELIB}/Crypto/SelfTest/PublicKey/test_ECC_NIST.pyo ${PYSITELIB}/Crypto/SelfTest/PublicKey/test_ElGamal.py ${PYSITELIB}/Crypto/SelfTest/PublicKey/test_ElGamal.pyc ${PYSITELIB}/Crypto/SelfTest/PublicKey/test_ElGamal.pyo @@ -565,6 +574,9 @@ ${PYSITELIB}/Crypto/SelfTest/Signature/__init__.pyo ${PYSITELIB}/Crypto/SelfTest/Signature/test_dss.py ${PYSITELIB}/Crypto/SelfTest/Signature/test_dss.pyc ${PYSITELIB}/Crypto/SelfTest/Signature/test_dss.pyo +${PYSITELIB}/Crypto/SelfTest/Signature/test_eddsa.py +${PYSITELIB}/Crypto/SelfTest/Signature/test_eddsa.pyc +${PYSITELIB}/Crypto/SelfTest/Signature/test_eddsa.pyo ${PYSITELIB}/Crypto/SelfTest/Signature/test_pkcs1_15.py ${PYSITELIB}/Crypto/SelfTest/Signature/test_pkcs1_15.pyc ${PYSITELIB}/Crypto/SelfTest/Signature/test_pkcs1_15.pyo @@ -619,6 +631,10 @@ ${PYSITELIB}/Crypto/Signature/PKCS1_v1_5.pyo ${PYSITELIB}/Crypto/Signature/__init__.py ${PYSITELIB}/Crypto/Signature/__init__.pyc ${PYSITELIB}/Crypto/Signature/__init__.pyo +${PYSITELIB}/Crypto/Signature/eddsa.py +${PYSITELIB}/Crypto/Signature/eddsa.pyc +${PYSITELIB}/Crypto/Signature/eddsa.pyi +${PYSITELIB}/Crypto/Signature/eddsa.pyo ${PYSITELIB}/Crypto/Signature/pkcs1_15.py ${PYSITELIB}/Crypto/Signature/pkcs1_15.pyc ${PYSITELIB}/Crypto/Signature/pkcs1_15.pyi diff --git a/security/py-cryptodome/distinfo b/security/py-cryptodome/distinfo index f51b8333a20..4677c39a0cc 100644 --- a/security/py-cryptodome/distinfo +++ b/security/py-cryptodome/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.38 2022/02/07 21:00:11 adam Exp $ +$NetBSD: distinfo,v 1.39 2022/07/05 08:16:14 adam Exp $ -BLAKE2s (pycryptodome-3.14.1.tar.gz) = 89b0dd37e8e90031988b3abc3a9bee98309edc0925793ef97ff6d48ca6c80c5e -SHA512 (pycryptodome-3.14.1.tar.gz) = ebbe570b5f2a5cbb72698a06995b14ac4a2b5d31adf9c1886b2dc3547edbef81eaa7b655e2115bfb93197cc5aeaf8f5bd1bc6ebb5997c0a7b05f62c4b4fbd65a -Size (pycryptodome-3.14.1.tar.gz) = 3372425 bytes +BLAKE2s (pycryptodome-3.15.0.tar.gz) = 0acd34a17601aafe2fd84d6075fdf1328d782f772e59d9eaa9629ab238375ef2 +SHA512 (pycryptodome-3.15.0.tar.gz) = 7b0c2efeeb6557c4116b493d6f68760bbf9423b3c6da94a2341160312592c1f6f9e693f30859962944130d83e8f7e698f2c092391a84000a029f19ecde906e19 +Size (pycryptodome-3.15.0.tar.gz) = 4547210 bytes |