summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-protobuf_3.20.3.bb
diff options
context:
space:
mode:
authorPeter Marko <peter.marko@siemens.com>2026-02-02 22:32:06 +0100
committerGyorgy Sarvari <skandigraun@gmail.com>2026-02-03 19:53:58 +0100
commit9492cdbbf8e87cf7daa0cf52f896bace6f9da70e (patch)
tree8a8d96a5af32326d1e2754f2db648d9d48654d58 /meta-python/recipes-devtools/python/python3-protobuf_3.20.3.bb
parenta817392c05cbd144bafa34f2c340ea8169c08fed (diff)
downloadmeta-openembedded-9492cdbbf8e87cf7daa0cf52f896bace6f9da70e.tar.gz
python3-protobuf: patch CVE-2026-0994
Pick patch from PR in NVD report. It is the only code change in 33.5 release. Skip the test file change as it's not shipped in python module sources. Resolve formatting-only conflict. 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.bb1
1 files changed, 1 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 b3846ddeb3..dbb30ad4df 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
@@ -8,6 +8,7 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=53dbfa56f61b90215a
8inherit pypi setuptools3 8inherit pypi setuptools3
9 9
10SRC_URI += "file://CVE-2025-4565.patch" 10SRC_URI += "file://CVE-2025-4565.patch"
11SRC_URI += "file://CVE-2026-0994.patch"
11 12
12SRC_URI[sha256sum] = "2e3427429c9cffebf259491be0af70189607f365c2f41c7c3764af6f337105f2" 13SRC_URI[sha256sum] = "2e3427429c9cffebf259491be0af70189607f365c2f41c7c3764af6f337105f2"
13 14