diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-01-13 07:35:43 +0100 |
|---|---|---|
| committer | Gyorgy Sarvari <skandigraun@gmail.com> | 2026-01-20 18:22:04 +0100 |
| commit | e07db81979c42150596ed328d3cf5c61f282a7fa (patch) | |
| tree | 1efb97e4ce3aacb35251b476f95a44f2f988dca7 /meta-python/recipes-devtools/python/python3-eventlet_0.33.3.bb | |
| parent | a14d2e2df1ed4b793bcab9b5c2a1359eb6a26c47 (diff) | |
| download | meta-openembedded-e07db81979c42150596ed328d3cf5c61f282a7fa.tar.gz | |
python3-eventlet: patch CVE-2025-58068
Details: https://nvd.nist.gov/vuln/detail/CVE-2025-58068
Pick the patch mentioned in the NVD advisory.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-eventlet_0.33.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-eventlet_0.33.3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-eventlet_0.33.3.bb b/meta-python/recipes-devtools/python/python3-eventlet_0.33.3.bb index c1256661b4..12ee39aee9 100644 --- a/meta-python/recipes-devtools/python/python3-eventlet_0.33.3.bb +++ b/meta-python/recipes-devtools/python/python3-eventlet_0.33.3.bb | |||
| @@ -4,6 +4,7 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=56472ad6de4caf50e05332a34b66e778" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=56472ad6de4caf50e05332a34b66e778" |
| 6 | 6 | ||
| 7 | SRC_URI += "file://CVE-2025-58068.patch" | ||
| 7 | SRC_URI[sha256sum] = "722803e7eadff295347539da363d68ae155b8b26ae6a634474d0a920be73cfda" | 8 | SRC_URI[sha256sum] = "722803e7eadff295347539da363d68ae155b8b26ae6a634474d0a920be73cfda" |
| 8 | 9 | ||
| 9 | inherit pypi setuptools3 | 10 | inherit pypi setuptools3 |
