summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-cryptography_36.0.2.bb
diff options
context:
space:
mode:
authorVijay Anusuri <vanusuri@mvista.com>2024-03-19 18:02:09 +0530
committerSteve Sakoman <steve@sakoman.com>2024-03-25 04:11:25 -1000
commit6269fbcd4fa38b2e81f695cf84d8ae2b19afad58 (patch)
tree7cbc22feb4729d7c65821cb44b2c4c1ea1698f85 /meta/recipes-devtools/python/python3-cryptography_36.0.2.bb
parent9fce626d584260fd9a86e11e3fe367e93645cf5b (diff)
downloadpoky-6269fbcd4fa38b2e81f695cf84d8ae2b19afad58.tar.gz
python3-cryptography: Backport fix for CVE-2024-26130
Upstream-Status: Backport from https://github.com/pyca/cryptography/commit/97d231672763cdb5959a3b191e692a362f1b9e55 (From OE-Core rev: 7864c4605cde4851df644dd1d2867bd28d155710) Signed-off-by: Vijay Anusuri <vanusuri@mvista.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-devtools/python/python3-cryptography_36.0.2.bb')
-rw-r--r--meta/recipes-devtools/python/python3-cryptography_36.0.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-cryptography_36.0.2.bb b/meta/recipes-devtools/python/python3-cryptography_36.0.2.bb
index c429c75e1b..83381f225c 100644
--- a/meta/recipes-devtools/python/python3-cryptography_36.0.2.bb
+++ b/meta/recipes-devtools/python/python3-cryptography_36.0.2.bb
@@ -19,6 +19,7 @@ SRC_URI += " \
19 file://fix-leak-metric.patch \ 19 file://fix-leak-metric.patch \
20 file://CVE-2023-23931.patch \ 20 file://CVE-2023-23931.patch \
21 file://CVE-2023-49083.patch \ 21 file://CVE-2023-49083.patch \
22 file://CVE-2024-26130.patch \
22" 23"
23 24
24inherit pypi python_setuptools3_rust 25inherit pypi python_setuptools3_rust