From: Wang Mingyu Date: Tue, 2 Jan 2024 07:28:55 +0000 (+0800) Subject: python3-pycryptodomex: upgrade 3.19.0 -> 3.19.1 X-Git-Tag: uninative-4.4~540 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a6800df99159ab51b059bc2307049a72f7fcd663;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git python3-pycryptodomex: upgrade 3.19.0 -> 3.19.1 Changelog: Fixed a side-channel leakage with OAEP decryption that could be exploited to carry out a Manger attack. Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/python/python3-pycryptodomex_3.19.0.bb b/meta/recipes-devtools/python/python3-pycryptodomex_3.19.1.bb similarity index 69% rename from meta/recipes-devtools/python/python3-pycryptodomex_3.19.0.bb rename to meta/recipes-devtools/python/python3-pycryptodomex_3.19.1.bb index 87aff01bfc6..d6e5c6d3eef 100644 --- a/meta/recipes-devtools/python/python3-pycryptodomex_3.19.0.bb +++ b/meta/recipes-devtools/python/python3-pycryptodomex_3.19.1.bb @@ -1,7 +1,7 @@ require python-pycryptodome.inc inherit setuptools3 -SRC_URI[sha256sum] = "af83a554b3f077564229865c45af0791be008ac6469ef0098152139e6bd4b5b6" +SRC_URI[sha256sum] = "0b7154aff2272962355f8941fd514104a88cb29db2d8f43a29af900d6398eb1c" FILES:${PN}-tests = " \ ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/ \