From 7e7d7b39d6439d87a2979d10f36cd23d5b21230e Mon Sep 17 00:00:00 2001 From: Peter Marko Date: Thu, 14 Aug 2025 20:47:01 +0200 Subject: 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 Signed-off-by: Gyorgy Sarvari --- meta-python/recipes-devtools/python/python3-protobuf_3.20.3.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-python/recipes-devtools/python/python3-protobuf_3.20.3.bb') 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 inherit pypi setuptools3 +SRC_URI += "file://CVE-2025-4565.patch" + SRC_URI[sha256sum] = "2e3427429c9cffebf259491be0af70189607f365c2f41c7c3764af6f337105f2" # http://errors.yoctoproject.org/Errors/Details/184715/ -- cgit v1.2.3-54-g00ecf