From d3b9b9f8d868602010b1de549f92758c78c701e0 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 2 Jan 2024 15:28:19 +0800 Subject: [PATCH] python3-pycryptodome: 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 --- meta/recipes-devtools/python/python3-pycryptodome_3.19.0.bb | 5 ----- meta/recipes-devtools/python/python3-pycryptodome_3.19.1.bb | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 meta/recipes-devtools/python/python3-pycryptodome_3.19.0.bb create mode 100644 meta/recipes-devtools/python/python3-pycryptodome_3.19.1.bb diff --git a/meta/recipes-devtools/python/python3-pycryptodome_3.19.0.bb b/meta/recipes-devtools/python/python3-pycryptodome_3.19.0.bb deleted file mode 100644 index 92fe1aa17aa..00000000000 --- a/meta/recipes-devtools/python/python3-pycryptodome_3.19.0.bb +++ /dev/null @@ -1,5 +0,0 @@ -require python-pycryptodome.inc -inherit setuptools3 - -SRC_URI[sha256sum] = "bc35d463222cdb4dbebd35e0784155c81e161b9284e567e7e933d722e533331e" - diff --git a/meta/recipes-devtools/python/python3-pycryptodome_3.19.1.bb b/meta/recipes-devtools/python/python3-pycryptodome_3.19.1.bb new file mode 100644 index 00000000000..70f16c7f6da --- /dev/null +++ b/meta/recipes-devtools/python/python3-pycryptodome_3.19.1.bb @@ -0,0 +1,5 @@ +require python-pycryptodome.inc +inherit setuptools3 + +SRC_URI[sha256sum] = "8ae0dd1bcfada451c35f9e29a3e5db385caabc190f98e4a80ad02a61098fb776" + -- 2.47.3