diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2024-01-02 15:28:19 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-01-07 12:24:57 +0000 |
| commit | 84cd0f273199b821caf0859a55d13f0a54d6c1bf (patch) | |
| tree | 24a153afe251facbea7ff59e5616116cf640ce93 /meta/recipes-devtools/python | |
| parent | 1c3fe080178e159c9142a87b6d08e5697127a286 (diff) | |
| download | poky-84cd0f273199b821caf0859a55d13f0a54d6c1bf.tar.gz | |
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.
(From OE-Core rev: d3b9b9f8d868602010b1de549f92758c78c701e0)
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/recipes-devtools/python')
| -rw-r--r-- | meta/recipes-devtools/python/python3-pycryptodome_3.19.0.bb | 5 | ||||
| -rw-r--r-- | meta/recipes-devtools/python/python3-pycryptodome_3.19.1.bb | 5 |
2 files changed, 5 insertions, 5 deletions
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 92fe1aa17a..0000000000 --- a/meta/recipes-devtools/python/python3-pycryptodome_3.19.0.bb +++ /dev/null | |||
| @@ -1,5 +0,0 @@ | |||
| 1 | require python-pycryptodome.inc | ||
| 2 | inherit setuptools3 | ||
| 3 | |||
| 4 | SRC_URI[sha256sum] = "bc35d463222cdb4dbebd35e0784155c81e161b9284e567e7e933d722e533331e" | ||
| 5 | |||
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 0000000000..70f16c7f6d --- /dev/null +++ b/meta/recipes-devtools/python/python3-pycryptodome_3.19.1.bb | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | require python-pycryptodome.inc | ||
| 2 | inherit setuptools3 | ||
| 3 | |||
| 4 | SRC_URI[sha256sum] = "8ae0dd1bcfada451c35f9e29a3e5db385caabc190f98e4a80ad02a61098fb776" | ||
| 5 | |||
