From: Wang Mingyu Date: Thu, 1 Jun 2023 09:03:32 +0000 (+0800) Subject: python3-pycryptodome: upgrade 3.17 -> 3.18.0 X-Git-Tag: uninative-4.1~567 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=74ab9f3f90ca56fbef06b3f075b0120da052b379;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-pycryptodome: upgrade 3.17 -> 3.18.0 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 Signed-off-by: Alexandre Belloni --- diff --git a/meta/recipes-devtools/python/python3-pycryptodome_3.17.bb b/meta/recipes-devtools/python/python3-pycryptodome_3.17.bb deleted file mode 100644 index 05f654f2254..00000000000 --- a/meta/recipes-devtools/python/python3-pycryptodome_3.17.bb +++ /dev/null @@ -1,5 +0,0 @@ -require python-pycryptodome.inc -inherit setuptools3 - -SRC_URI[sha256sum] = "bce2e2d8e82fcf972005652371a3e8731956a0c1fbb719cc897943b3695ad91b" - diff --git a/meta/recipes-devtools/python/python3-pycryptodome_3.18.0.bb b/meta/recipes-devtools/python/python3-pycryptodome_3.18.0.bb new file mode 100644 index 00000000000..a1e4b42bdf0 --- /dev/null +++ b/meta/recipes-devtools/python/python3-pycryptodome_3.18.0.bb @@ -0,0 +1,5 @@ +require python-pycryptodome.inc +inherit setuptools3 + +SRC_URI[sha256sum] = "c9adee653fc882d98956e33ca2c1fb582e23a8af7ac82fee75bd6113c55a0413" +