diff mbox series

python3-pycryptodomex: upgrade 3.19.0 -> 3.19.1

Message ID 1704180535-8758-1-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series python3-pycryptodomex: upgrade 3.19.0 -> 3.19.1 | expand

Commit Message

Mingyu Wang (Fujitsu) Jan. 2, 2024, 7:28 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
Fixed a side-channel leakage with OAEP decryption that could be exploited to carry out a Manger attack.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...-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 mbox series

Patch

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/ \