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.15.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/95d8f4a7e0d9
branches:  trunk
changeset: 381356:95d8f4a7e0d9
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Jul 05 08:16:14 2022 +0000

description:
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.

diffstat:

 security/py-cryptodome/Makefile |   4 ++--
 security/py-cryptodome/PLIST    |  24 ++++++++++++++++++++----
 security/py-cryptodome/distinfo |   8 ++++----
 3 files changed, 26 insertions(+), 10 deletions(-)

diffs (88 lines):

diff -r 651c371cfe57 -r 95d8f4a7e0d9 security/py-cryptodome/Makefile
--- a/security/py-cryptodome/Makefile   Tue Jul 05 08:13:25 2022 +0000
+++ b/security/py-cryptodome/Makefile   Tue Jul 05 08:16:14 2022 +0000
@@ -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 -r 651c371cfe57 -r 95d8f4a7e0d9 security/py-cryptodome/PLIST
--- a/security/py-cryptodome/PLIST      Tue Jul 05 08:13:25 2022 +0000
+++ b/security/py-cryptodome/PLIST      Tue Jul 05 08:16:14 2022 +0000
@@ -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__.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/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/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/__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 -r 651c371cfe57 -r 95d8f4a7e0d9 security/py-cryptodome/distinfo
--- a/security/py-cryptodome/distinfo   Tue Jul 05 08:13:25 2022 +0000
+++ b/security/py-cryptodome/distinfo   Tue Jul 05 08:16:14 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index