All of lore.kernel.org
 help / color / mirror / Atom feed
* [oe][meta-oe][kirkstone][PATCH] protobuf: upgrade 3.19.4 -> 3.19.6
@ 2022-12-07 11:40 He Zhe
  2022-12-07 18:32 ` akuster808
  0 siblings, 1 reply; 3+ messages in thread
From: He Zhe @ 2022-12-07 11:40 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: He Zhe <zhe.he@windriver.com>
---
 .../protobuf/{protobuf_3.19.4.bb => protobuf_3.19.6.bb}         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-devtools/protobuf/{protobuf_3.19.4.bb => protobuf_3.19.6.bb} (98%)

diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_3.19.4.bb b/meta-oe/recipes-devtools/protobuf/protobuf_3.19.6.bb
similarity index 98%
rename from meta-oe/recipes-devtools/protobuf/protobuf_3.19.4.bb
rename to meta-oe/recipes-devtools/protobuf/protobuf_3.19.6.bb
index 566233084..8e5005471 100644
--- a/meta-oe/recipes-devtools/protobuf/protobuf_3.19.4.bb
+++ b/meta-oe/recipes-devtools/protobuf/protobuf_3.19.6.bb
@@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=37b5762e07f0af8c74ce80a8bda4266b"
 DEPENDS = "zlib"
 DEPENDS:append:class-target = " protobuf-native"
 
-SRCREV = "22d0e265de7d2b3d2e9a00d071313502e7d4cccf"
+SRCREV = "c9297981b7c35ad9c2bf258e7c8d786a04d13378"
 
 SRC_URI = "git://github.com/protocolbuffers/protobuf.git;branch=3.19.x;protocol=https \
            file://run-ptest \
-- 
2.17.1



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

* Re: [oe][meta-oe][kirkstone][PATCH] protobuf: upgrade 3.19.4 -> 3.19.6
  2022-12-07 11:40 [oe][meta-oe][kirkstone][PATCH] protobuf: upgrade 3.19.4 -> 3.19.6 He Zhe
@ 2022-12-07 18:32 ` akuster808
  2022-12-08  3:11   ` He Zhe
  0 siblings, 1 reply; 3+ messages in thread
From: akuster808 @ 2022-12-07 18:32 UTC (permalink / raw)
  To: He Zhe, openembedded-devel



On 12/7/22 6:40 AM, He Zhe wrote:
> Signed-off-by: He Zhe <zhe.he@windriver.com>
> ---
>   .../protobuf/{protobuf_3.19.4.bb => protobuf_3.19.6.bb}         | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>   rename meta-oe/recipes-devtools/protobuf/{protobuf_3.19.4.bb => protobuf_3.19.6.bb} (98%)

Is this a bug fix only update?

-armin
>
> diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_3.19.4.bb b/meta-oe/recipes-devtools/protobuf/protobuf_3.19.6.bb
> similarity index 98%
> rename from meta-oe/recipes-devtools/protobuf/protobuf_3.19.4.bb
> rename to meta-oe/recipes-devtools/protobuf/protobuf_3.19.6.bb
> index 566233084..8e5005471 100644
> --- a/meta-oe/recipes-devtools/protobuf/protobuf_3.19.4.bb
> +++ b/meta-oe/recipes-devtools/protobuf/protobuf_3.19.6.bb
> @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=37b5762e07f0af8c74ce80a8bda4266b"
>   DEPENDS = "zlib"
>   DEPENDS:append:class-target = " protobuf-native"
>   
> -SRCREV = "22d0e265de7d2b3d2e9a00d071313502e7d4cccf"
> +SRCREV = "c9297981b7c35ad9c2bf258e7c8d786a04d13378"
>   
>   SRC_URI = "git://github.com/protocolbuffers/protobuf.git;branch=3.19.x;protocol=https \
>              file://run-ptest \
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#99974): https://lists.openembedded.org/g/openembedded-devel/message/99974
> Mute This Topic: https://lists.openembedded.org/mt/95513566/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] 3+ messages in thread

* Re: [oe][meta-oe][kirkstone][PATCH] protobuf: upgrade 3.19.4 -> 3.19.6
  2022-12-07 18:32 ` akuster808
@ 2022-12-08  3:11   ` He Zhe
  0 siblings, 0 replies; 3+ messages in thread
From: He Zhe @ 2022-12-08  3:11 UTC (permalink / raw)
  To: akuster808, openembedded-devel



On 12/8/22 02:32, akuster808 wrote:
>
>
> On 12/7/22 6:40 AM, He Zhe wrote:
>> Signed-off-by: He Zhe <zhe.he@windriver.com>
>> ---
>>   .../protobuf/{protobuf_3.19.4.bb => protobuf_3.19.6.bb}         | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>   rename meta-oe/recipes-devtools/protobuf/{protobuf_3.19.4.bb => protobuf_3.19.6.bb} (98%)
>
> Is this a bug fix only update?

This is mainly used to include fixes for CVE-2022-1941 and CVE-2022-3509.

Zhe

>
> -armin
>>
>> diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_3.19.4.bb b/meta-oe/recipes-devtools/protobuf/protobuf_3.19.6.bb
>> similarity index 98%
>> rename from meta-oe/recipes-devtools/protobuf/protobuf_3.19.4.bb
>> rename to meta-oe/recipes-devtools/protobuf/protobuf_3.19.6.bb
>> index 566233084..8e5005471 100644
>> --- a/meta-oe/recipes-devtools/protobuf/protobuf_3.19.4.bb
>> +++ b/meta-oe/recipes-devtools/protobuf/protobuf_3.19.6.bb
>> @@ -10,7 +10,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=37b5762e07f0af8c74ce80a8bda4266b"
>>   DEPENDS = "zlib"
>>   DEPENDS:append:class-target = " protobuf-native"
>>   -SRCREV = "22d0e265de7d2b3d2e9a00d071313502e7d4cccf"
>> +SRCREV = "c9297981b7c35ad9c2bf258e7c8d786a04d13378"
>>     SRC_URI = "git://github.com/protocolbuffers/protobuf.git;branch=3.19.x;protocol=https \
>>              file://run-ptest \
>>
>> -=-=-=-=-=-=-=-=-=-=-=-
>> Links: You receive all messages sent to this group.
>> View/Reply Online (#99974): https://lists.openembedded.org/g/openembedded-devel/message/99974
>> Mute This Topic: https://lists.openembedded.org/mt/95513566/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] 3+ messages in thread

end of thread, other threads:[~2022-12-08  3:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-07 11:40 [oe][meta-oe][kirkstone][PATCH] protobuf: upgrade 3.19.4 -> 3.19.6 He Zhe
2022-12-07 18:32 ` akuster808
2022-12-08  3:11   ` He Zhe

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.