diff options
| author | Peter Marko <peter.marko@siemens.com> | 2025-08-14 20:47:01 +0200 |
|---|---|---|
| committer | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-09-06 16:27:30 +0200 |
| commit | 7e7d7b39d6439d87a2979d10f36cd23d5b21230e (patch) | |
| tree | 36a7f019af4f4ac93f91f988494d1be0e1c91f1a /meta-python/recipes-devtools/python/python3-protobuf_3.20.3.bb | |
| parent | 59ab62ecf33d85fff1773220cd1055fd30cbeee1 (diff) | |
| download | meta-openembedded-7e7d7b39d6439d87a2979d10f36cd23d5b21230e.tar.gz | |
python3-protobuf: patch CVE-2025-4565
This CVE fix was added to protobuf recipe but since it's patching python
code, it should have been submitted to python3-protobuf.
Take the patch from protobuf recipe and adapt to python3-protobuf.
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-protobuf_3.20.3.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-protobuf_3.20.3.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-protobuf_3.20.3.bb b/meta-python/recipes-devtools/python/python3-protobuf_3.20.3.bb index a4088a2de2..3c25373796 100644 --- a/meta-python/recipes-devtools/python/python3-protobuf_3.20.3.bb +++ b/meta-python/recipes-devtools/python/python3-protobuf_3.20.3.bb | |||
| @@ -7,6 +7,8 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=53dbfa56f61b90215a | |||
| 7 | 7 | ||
| 8 | inherit pypi setuptools3 | 8 | inherit pypi setuptools3 |
| 9 | 9 | ||
| 10 | SRC_URI += "file://CVE-2025-4565.patch" | ||
| 11 | |||
| 10 | SRC_URI[sha256sum] = "2e3427429c9cffebf259491be0af70189607f365c2f41c7c3764af6f337105f2" | 12 | SRC_URI[sha256sum] = "2e3427429c9cffebf259491be0af70189607f365c2f41c7c3764af6f337105f2" |
| 11 | 13 | ||
| 12 | # http://errors.yoctoproject.org/Errors/Details/184715/ | 14 | # http://errors.yoctoproject.org/Errors/Details/184715/ |
