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:           Tue Jul  5 08:16:14 UTC 2022

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 pkgsrc/security/py-cryptodome/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/security/py-cryptodome/PLIST
cvs rdiff -u -r1.38 -r1.39 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.42 pkgsrc/security/py-cryptodome/Makefile:1.43
--- pkgsrc/security/py-cryptodome/Makefile:1.42 Mon Feb  7 21:00:11 2022
+++ pkgsrc/security/py-cryptodome/Makefile      Tue Jul  5 08:16:14 2022
@@ -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/}

Index: pkgsrc/security/py-cryptodome/PLIST
diff -u pkgsrc/security/py-cryptodome/PLIST:1.24 pkgsrc/security/py-cryptodome/PLIST:1.25
--- pkgsrc/security/py-cryptodome/PLIST:1.24    Mon Dec  6 19:20:37 2021
+++ pkgsrc/security/py-cryptodome/PLIST Tue Jul  5 08:16:14 2022
@@ -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__.p
 ${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/_
 ${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/_
 ${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
 ${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

Index: pkgsrc/security/py-cryptodome/distinfo
diff -u pkgsrc/security/py-cryptodome/distinfo:1.38 pkgsrc/security/py-cryptodome/distinfo:1.39
--- pkgsrc/security/py-cryptodome/distinfo:1.38 Mon Feb  7 21:00:11 2022
+++ pkgsrc/security/py-cryptodome/distinfo      Tue Jul  5 08:16:14 2022
@@ -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