summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWentao Zhang <wzhang4@ala-lpd-susbld2.wrs.com>2022-07-12 09:29:47 +0800
committerKhem Raj <raj.khem@gmail.com>2022-07-12 09:12:14 +0100
commit95904cca4a23de395069b01f1518d98fa8502afc (patch)
tree59232d67e7de725c2ada9af57ebd8e54e3ae94ea
parentf0d40d6b8a9faf3952794a6110305bd0325006c7 (diff)
downloadmeta-openembedded-95904cca4a23de395069b01f1518d98fa8502afc.tar.gz
protobuf-c: update to 1.4.1 fix CVE-2022-33070
Signed-off-by: Wentao Zhang <wzhang4@ala-lpd-susbld2.wrs.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/protobuf/protobuf-c_1.4.1.bb (renamed from meta-oe/recipes-devtools/protobuf/protobuf-c_1.4.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-devtools/protobuf/protobuf-c_1.4.0.bb b/meta-oe/recipes-devtools/protobuf/protobuf-c_1.4.1.bb
index b3423ba84d..d724287d66 100644
--- a/meta-oe/recipes-devtools/protobuf/protobuf-c_1.4.0.bb
+++ b/meta-oe/recipes-devtools/protobuf/protobuf-c_1.4.1.bb
@@ -8,12 +8,12 @@ has been split out into the protobuf-c-rpc project."
8HOMEPAGE = "https://github.com/protobuf-c/protobuf-c" 8HOMEPAGE = "https://github.com/protobuf-c/protobuf-c"
9SECTION = "console/tools" 9SECTION = "console/tools"
10LICENSE = "BSD-2-Clause" 10LICENSE = "BSD-2-Clause"
11LIC_FILES_CHKSUM = "file://LICENSE;md5=cb901168715f4782a2b06c3ddaefa558" 11LIC_FILES_CHKSUM = "file://LICENSE;md5=9f725889e0d77383e26cb42b0b62cea2"
12 12
13DEPENDS = "protobuf-native protobuf" 13DEPENDS = "protobuf-native protobuf"
14 14
15SRC_URI = "git://github.com/protobuf-c/protobuf-c.git;branch=master;protocol=https" 15SRC_URI = "git://github.com/protobuf-c/protobuf-c.git;branch=master;protocol=https"
16SRCREV = "f224ab2eeb648a818eb20687d7150a285442c907" 16SRCREV = "abc67a11c6db271bedbb9f58be85d6f4e2ea8389"
17 17
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19 19