All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][master][kirkstone][PATCH] protobuf-c: update to 1.4.1 fix CVE-2022-33070
@ 2022-07-12  1:29 Wentao Zhang
  2022-07-14 16:27 ` [oe] " akuster808
  0 siblings, 1 reply; 2+ messages in thread
From: Wentao Zhang @ 2022-07-12  1:29 UTC (permalink / raw)
  To: openembedded-devel

From: Wentao Zhang <wzhang4@ala-lpd-susbld2.wrs.com>

Signed-off-by: Wentao Zhang <wzhang4@ala-lpd-susbld2.wrs.com>
---
 .../protobuf/{protobuf-c_1.4.0.bb => protobuf-c_1.4.1.bb}     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-devtools/protobuf/{protobuf-c_1.4.0.bb => protobuf-c_1.4.1.bb} (90%)

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
similarity index 90%
rename from meta-oe/recipes-devtools/protobuf/protobuf-c_1.4.0.bb
rename to meta-oe/recipes-devtools/protobuf/protobuf-c_1.4.1.bb
index b3423ba84..d724287d6 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."
 HOMEPAGE = "https://github.com/protobuf-c/protobuf-c"
 SECTION = "console/tools"
 LICENSE = "BSD-2-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=cb901168715f4782a2b06c3ddaefa558"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=9f725889e0d77383e26cb42b0b62cea2"
 
 DEPENDS = "protobuf-native protobuf"
 
 SRC_URI = "git://github.com/protobuf-c/protobuf-c.git;branch=master;protocol=https"
-SRCREV = "f224ab2eeb648a818eb20687d7150a285442c907"
+SRCREV = "abc67a11c6db271bedbb9f58be85d6f4e2ea8389"
 
 S = "${WORKDIR}/git"
 
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [oe] [meta-oe][master][kirkstone][PATCH] protobuf-c: update to 1.4.1 fix CVE-2022-33070
  2022-07-12  1:29 [meta-oe][master][kirkstone][PATCH] protobuf-c: update to 1.4.1 fix CVE-2022-33070 Wentao Zhang
@ 2022-07-14 16:27 ` akuster808
  0 siblings, 0 replies; 2+ messages in thread
From: akuster808 @ 2022-07-14 16:27 UTC (permalink / raw)
  To: openembedded-devel

pick this up from master

On 7/11/22 18:29, Wentao Zhang wrote:
> From: Wentao Zhang <wzhang4@ala-lpd-susbld2.wrs.com>
>
> Signed-off-by: Wentao Zhang <wzhang4@ala-lpd-susbld2.wrs.com>
> ---
>   .../protobuf/{protobuf-c_1.4.0.bb => protobuf-c_1.4.1.bb}     | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-oe/recipes-devtools/protobuf/{protobuf-c_1.4.0.bb => protobuf-c_1.4.1.bb} (90%)
>
> 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
> similarity index 90%
> rename from meta-oe/recipes-devtools/protobuf/protobuf-c_1.4.0.bb
> rename to meta-oe/recipes-devtools/protobuf/protobuf-c_1.4.1.bb
> index b3423ba84..d724287d6 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."
>   HOMEPAGE = "https://github.com/protobuf-c/protobuf-c"
>   SECTION = "console/tools"
>   LICENSE = "BSD-2-Clause"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=cb901168715f4782a2b06c3ddaefa558"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=9f725889e0d77383e26cb42b0b62cea2"
>   
>   DEPENDS = "protobuf-native protobuf"
>   
>   SRC_URI = "git://github.com/protobuf-c/protobuf-c.git;branch=master;protocol=https"
> -SRCREV = "f224ab2eeb648a818eb20687d7150a285442c907"
> +SRCREV = "abc67a11c6db271bedbb9f58be85d6f4e2ea8389"
>   
>   S = "${WORKDIR}/git"
>   
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#97812): https://lists.openembedded.org/g/openembedded-devel/message/97812
> Mute This Topic: https://lists.openembedded.org/mt/92324722/3616698
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [akuster808@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-07-14 16:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-12  1:29 [meta-oe][master][kirkstone][PATCH] protobuf-c: update to 1.4.1 fix CVE-2022-33070 Wentao Zhang
2022-07-14 16:27 ` [oe] " akuster808

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.