diff mbox series

python3-pycryptodomex: upgrade 3.17 -> 3.18.0

Message ID 1685610221-29015-27-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit e11c8fe22ed3683d032b4a1d3c46f607c36edbf2
Headers show
Series python3-pycryptodomex: upgrade 3.17 -> 3.18.0 | expand

Commit Message

Mingyu Wang (Fujitsu) June 1, 2023, 9:03 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
New features
---------------
* Added support for DER BOOLEAN encodings.
* The library now compiles on Windows ARM64.

Resolved issues
---------------
* GH#722: "nonce" attribute was not correctly set for XChaCha20_Poly1305 ciphers.
* GH#728: Workaround for a possible x86 emulator bug in Windows for ARM64.
* GH#739: OID encoding for arc 2 didn't accept children larger than 39.
* Correctly check that the scalar matches the point when importing an ECC private key.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...n3-pycryptodomex_3.17.bb => python3-pycryptodomex_3.18.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-pycryptodomex_3.17.bb => python3-pycryptodomex_3.18.0.bb} (69%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-pycryptodomex_3.17.bb b/meta/recipes-devtools/python/python3-pycryptodomex_3.18.0.bb
similarity index 69%
rename from meta/recipes-devtools/python/python3-pycryptodomex_3.17.bb
rename to meta/recipes-devtools/python/python3-pycryptodomex_3.18.0.bb
index 720aec2d36..cbbc17adba 100644
--- a/meta/recipes-devtools/python/python3-pycryptodomex_3.17.bb
+++ b/meta/recipes-devtools/python/python3-pycryptodomex_3.18.0.bb
@@ -1,7 +1,7 @@ 
 require python-pycryptodome.inc
 inherit setuptools3
 
-SRC_URI[sha256sum] = "0af93aad8d62e810247beedef0261c148790c52f3cd33643791cc6396dd217c1"
+SRC_URI[sha256sum] = "3e3ecb5fe979e7c1bb0027e518340acf7ee60415d79295e5251d13c68dde576e"
 
 FILES:${PN}-tests = " \
     ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/ \