diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2025-06-23 16:47:15 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-06-26 07:24:05 -0700 |
commit | 0f68ab613f655874f9a8958f3aca42fbb1e000dc (patch) | |
tree | 737074463dd57e9c6c172552d1d09eab901098ff | |
parent | b4c7c4b2a47d43f21a1aa3e38bcd3fbd371b47cd (diff) | |
download | meta-openembedded-0f68ab613f655874f9a8958f3aca42fbb1e000dc.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>
-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 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 = " \ | |||
14 | DEPENDS = "zlib abseil-cpp jsoncpp" | 14 | DEPENDS = "zlib abseil-cpp jsoncpp" |
15 | DEPENDS:append:class-target = " protobuf-native" | 15 | DEPENDS:append:class-target = " protobuf-native" |
16 | 16 | ||
17 | SRCREV = "1be1c9d0ea6efa2a25bd7b76186844d1669be78a" | 17 | SRCREV = "f5de0a0495faa63b4186fc767324f8b9a7bf4fc4" |
18 | 18 | ||
19 | SRC_URI = "git://github.com/protocolbuffers/protobuf.git;branch=29.x;protocol=https \ | 19 | SRC_URI = "git://github.com/protocolbuffers/protobuf.git;branch=29.x;protocol=https \ |
20 | file://run-ptest \ | 20 | file://run-ptest \ |