diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-01-02 15:28:55 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-01-07 12:24:57 +0000 |
commit | 4464aebcfc52c8ef3bfd1fe383f9b0d1be38686f (patch) | |
tree | 6b2abdc6d70eff50e96d092dbeaf2359a59e320a /meta | |
parent | 84cd0f273199b821caf0859a55d13f0a54d6c1bf (diff) | |
download | poky-4464aebcfc52c8ef3bfd1fe383f9b0d1be38686f.tar.gz |
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 <wangmy@fujitsu.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/python/python3-pycryptodomex_3.19.1.bb (renamed from meta/recipes-devtools/python/python3-pycryptodomex_3.19.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3-pycryptodomex_3.19.0.bb b/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 @@ | |||
1 | require python-pycryptodome.inc | 1 | require python-pycryptodome.inc |
2 | inherit setuptools3 | 2 | inherit setuptools3 |
3 | 3 | ||
4 | SRC_URI[sha256sum] = "af83a554b3f077564229865c45af0791be008ac6469ef0098152139e6bd4b5b6" | 4 | SRC_URI[sha256sum] = "0b7154aff2272962355f8941fd514104a88cb29db2d8f43a29af900d6398eb1c" |
5 | 5 | ||
6 | FILES:${PN}-tests = " \ | 6 | FILES:${PN}-tests = " \ |
7 | ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/ \ | 7 | ${PYTHON_SITEPACKAGES_DIR}/Cryptodome/SelfTest/ \ |