From 4464aebcfc52c8ef3bfd1fe383f9b0d1be38686f Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 2 Jan 2024 15:28:55 +0800 Subject: [PATCH] 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. (From OE-Core rev: a6800df99159ab51b059bc2307049a72f7fcd663) Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- ...-pycryptodomex_3.19.0.bb => python3-pycryptodomex_3.19.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-pycryptodomex_3.19.0.bb => python3-pycryptodomex_3.19.1.bb} (69%) 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 87aff01bfc..d6e5c6d3ee 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/ \