diff options
author | Zheng Ruoqin <zhengrq.fnst@fujitsu.com> | 2022-02-23 10:37:27 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-02-23 09:25:19 -0800 |
commit | fee9d14b4340824a96c8f627b83b6f86c1d12daa (patch) | |
tree | 7b841acf992c3f512ae6c786af0fab91fce09d51 /meta-oe/recipes-devtools/protobuf | |
parent | d8f712b70742ab56047fe008c0a5212a70ae555e (diff) | |
download | meta-openembedded-fee9d14b4340824a96c8f627b83b6f86c1d12daa.tar.gz |
protobuf: upgrade 3.19.3 -> 3.19.4
Changelog:
=========
Python
* Make libprotobuf symbols local on OSX to fix issue #9395 (#9435)
Ruby
* Fixed a data loss bug that could occur when the number of 'optional'
fields in a message is an exact multiple of 32. (#9440).
PHP
* Fixed a data loss bug that could occur when the number of 'optional'
fields in a message is an exact multiple of 32. (#9440).
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools/protobuf')
-rw-r--r-- | meta-oe/recipes-devtools/protobuf/protobuf_3.19.4.bb (renamed from meta-oe/recipes-devtools/protobuf/protobuf_3.19.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_3.19.3.bb b/meta-oe/recipes-devtools/protobuf/protobuf_3.19.4.bb index f2d6c6fbdf..5662330840 100644 --- a/meta-oe/recipes-devtools/protobuf/protobuf_3.19.3.bb +++ b/meta-oe/recipes-devtools/protobuf/protobuf_3.19.4.bb | |||
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=37b5762e07f0af8c74ce80a8bda4266b" | |||
10 | DEPENDS = "zlib" | 10 | DEPENDS = "zlib" |
11 | DEPENDS:append:class-target = " protobuf-native" | 11 | DEPENDS:append:class-target = " protobuf-native" |
12 | 12 | ||
13 | SRCREV = "cc7b1b53234cd7a8f50d90ac3933b240dcf4cd97" | 13 | SRCREV = "22d0e265de7d2b3d2e9a00d071313502e7d4cccf" |
14 | 14 | ||
15 | SRC_URI = "git://github.com/protocolbuffers/protobuf.git;branch=3.19.x;protocol=https \ | 15 | SRC_URI = "git://github.com/protocolbuffers/protobuf.git;branch=3.19.x;protocol=https \ |
16 | file://run-ptest \ | 16 | file://run-ptest \ |