diff mbox series

python3-pycryptodome: upgrade 3.17 -> 3.18.0

Message ID 1685610221-29015-26-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit 74ab9f3f90ca56fbef06b3f075b0120da052b379
Headers show
Series python3-pycryptodome: 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>
---
 ...hon3-pycryptodome_3.17.bb => python3-pycryptodome_3.18.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-devtools/python/{python3-pycryptodome_3.17.bb => python3-pycryptodome_3.18.0.bb} (38%)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-pycryptodome_3.17.bb b/meta/recipes-devtools/python/python3-pycryptodome_3.18.0.bb
similarity index 38%
rename from meta/recipes-devtools/python/python3-pycryptodome_3.17.bb
rename to meta/recipes-devtools/python/python3-pycryptodome_3.18.0.bb
index 05f654f225..a1e4b42bdf 100644
--- a/meta/recipes-devtools/python/python3-pycryptodome_3.17.bb
+++ b/meta/recipes-devtools/python/python3-pycryptodome_3.18.0.bb
@@ -1,5 +1,5 @@ 
 require python-pycryptodome.inc
 inherit setuptools3
 
-SRC_URI[sha256sum] = "bce2e2d8e82fcf972005652371a3e8731956a0c1fbb719cc897943b3695ad91b"
+SRC_URI[sha256sum] = "c9adee653fc882d98956e33ca2c1fb582e23a8af7ac82fee75bd6113c55a0413"