From 0f68ab613f655874f9a8958f3aca42fbb1e000dc Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Mon, 23 Jun 2025 16:47:15 +0800 Subject: [PATCH] protobuf: upgrade from 5.29.4 to 5.29.5 This is a small version bump. It includes to following two commits to fix CVE-2025-4565. 05ba1a810 Add recursion depth limits to pure python 1ef3f01c4 Internal pure python fixes Signed-off-by: Chen Qi Signed-off-by: Khem Raj --- .../protobuf/{protobuf_5.29.4.bb => protobuf_5.29.5.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-devtools/protobuf/{protobuf_5.29.4.bb => protobuf_5.29.5.bb} (99%) diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_5.29.4.bb b/meta-oe/recipes-devtools/protobuf/protobuf_5.29.5.bb similarity index 99% rename from meta-oe/recipes-devtools/protobuf/protobuf_5.29.4.bb rename to meta-oe/recipes-devtools/protobuf/protobuf_5.29.5.bb index 61aff1da28..176f51e5c8 100644 --- a/meta-oe/recipes-devtools/protobuf/protobuf_5.29.4.bb +++ b/meta-oe/recipes-devtools/protobuf/protobuf_5.29.5.bb @@ -14,7 +14,7 @@ LIC_FILES_CHKSUM = " \ DEPENDS = "zlib abseil-cpp jsoncpp" DEPENDS:append:class-target = " protobuf-native" -SRCREV = "1be1c9d0ea6efa2a25bd7b76186844d1669be78a" +SRCREV = "f5de0a0495faa63b4186fc767324f8b9a7bf4fc4" SRC_URI = "git://github.com/protocolbuffers/protobuf.git;branch=29.x;protocol=https \ file://run-ptest \