summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2025-08-06 16:13:45 +0800
committerGyorgy Sarvari <skandigraun@gmail.com>2025-09-07 07:37:56 +0200
commit67d9f0fdaab98b867c98b1a2231bfa58bdcb2099 (patch)
tree65bbdd97b2b93e01b877c7699c3b90dee73aeb5c
parent0cd6283a4174453ac8d927d917268ba0c3161a02 (diff)
downloadmeta-openembedded-67d9f0fdaab98b867c98b1a2231bfa58bdcb2099.tar.gz
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 <Qi.Chen@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/protobuf/protobuf_5.29.5.bb (renamed from meta-oe/recipes-devtools/protobuf/protobuf_5.29.4.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_5.29.4.bb b/meta-oe/recipes-devtools/protobuf/protobuf_5.29.5.bb
index 30b805e6b1..88a979d0af 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 = " \
14DEPENDS = "zlib abseil-cpp jsoncpp" 14DEPENDS = "zlib abseil-cpp jsoncpp"
15DEPENDS:append:class-target = " protobuf-native" 15DEPENDS:append:class-target = " protobuf-native"
16 16
17SRCREV = "1be1c9d0ea6efa2a25bd7b76186844d1669be78a" 17SRCREV = "f5de0a0495faa63b4186fc767324f8b9a7bf4fc4"
18 18
19SRC_URI = "git://github.com/protocolbuffers/protobuf.git;branch=29.x;protocol=https \ 19SRC_URI = "git://github.com/protocolbuffers/protobuf.git;branch=29.x;protocol=https \
20 file://run-ptest \ 20 file://run-ptest \