* [Buildroot] [PATCH] package/{python-}protobuf: bump to version 31.5
@ 2022-08-30 13:38 Michael Nosthoff via buildroot
2022-08-30 19:08 ` Yann E. MORIN
0 siblings, 1 reply; 2+ messages in thread
From: Michael Nosthoff via buildroot @ 2022-08-30 13:38 UTC (permalink / raw)
To: buildroot; +Cc: Asaf Kahlon, Matt Weber, Thomas Petazzoni
fixes:
- Fixed comparison of maps in Python.
Signed-off-by: Michael Nosthoff <buildroot@heine.tech>
---
package/protobuf/protobuf.hash | 2 +-
package/protobuf/protobuf.mk | 2 +-
package/python-protobuf/python-protobuf.hash | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package/protobuf/protobuf.hash b/package/protobuf/protobuf.hash
index 9dc0f9ff07..8e5ba09c9d 100644
--- a/package/protobuf/protobuf.hash
+++ b/package/protobuf/protobuf.hash
@@ -1,3 +1,3 @@
# Locally calculated
sha256 6e5e117324afd944dcf67f36cf329843bc1a92229a8cd9bb573d7a83130fea7d LICENSE
-sha256 a9fd8043fef746e8d8cca9f023fb7ba6d3d102eab6dd35a04ce7157d1928726b protobuf-cpp-3.21.4.tar.gz
+sha256 58c8a18b4ec22655535c493155c5465a8903e8249094ceead87e00763bdbc44f protobuf-cpp-3.21.5.tar.gz
diff --git a/package/protobuf/protobuf.mk b/package/protobuf/protobuf.mk
index ffbc39347f..199e423d71 100644
--- a/package/protobuf/protobuf.mk
+++ b/package/protobuf/protobuf.mk
@@ -7,7 +7,7 @@
# When bumping this package, make sure to also verify if the
# python-protobuf package still works and to update its hash,
# as they share the same version/site variables.
-PROTOBUF_VERSION = 21.4
+PROTOBUF_VERSION = 21.5
PROTOBUF_SOURCE = protobuf-cpp-3.$(PROTOBUF_VERSION).tar.gz
PROTOBUF_SITE = https://github.com/protocolbuffers/protobuf/releases/download/v$(PROTOBUF_VERSION)
PROTOBUF_LICENSE = BSD-3-Clause
diff --git a/package/python-protobuf/python-protobuf.hash b/package/python-protobuf/python-protobuf.hash
index ae2e07d637..1b106445a5 100644
--- a/package/python-protobuf/python-protobuf.hash
+++ b/package/python-protobuf/python-protobuf.hash
@@ -1,3 +1,3 @@
# Locally calculated
-sha256 32d8a37271f42aaa0f40659f77040484d6048b187e4a98dac09eb9ed592a91dc protobuf-python-4.21.4.tar.gz
+sha256 4b384ad2bc6832ede8703b4567c47498bccf104cb79fd20d2d2e3069066ae245 protobuf-python-4.21.5.tar.gz
sha256 6e5e117324afd944dcf67f36cf329843bc1a92229a8cd9bb573d7a83130fea7d LICENSE
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [Buildroot] [PATCH] package/{python-}protobuf: bump to version 31.5
2022-08-30 13:38 [Buildroot] [PATCH] package/{python-}protobuf: bump to version 31.5 Michael Nosthoff via buildroot
@ 2022-08-30 19:08 ` Yann E. MORIN
0 siblings, 0 replies; 2+ messages in thread
From: Yann E. MORIN @ 2022-08-30 19:08 UTC (permalink / raw)
To: Michael Nosthoff; +Cc: Thomas Petazzoni, Matt Weber, Asaf Kahlon, buildroot
Michael, All,
In the commit title: s/31\.5/21.5/ ;-)
On 2022-08-30 15:38 +0200, Michael Nosthoff via buildroot spake thusly:
> fixes:
> - Fixed comparison of maps in Python.
>
> Signed-off-by: Michael Nosthoff <buildroot@heine.tech>
Since this is a bug-fix release: applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/protobuf/protobuf.hash | 2 +-
> package/protobuf/protobuf.mk | 2 +-
> package/python-protobuf/python-protobuf.hash | 2 +-
> 3 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/package/protobuf/protobuf.hash b/package/protobuf/protobuf.hash
> index 9dc0f9ff07..8e5ba09c9d 100644
> --- a/package/protobuf/protobuf.hash
> +++ b/package/protobuf/protobuf.hash
> @@ -1,3 +1,3 @@
> # Locally calculated
> sha256 6e5e117324afd944dcf67f36cf329843bc1a92229a8cd9bb573d7a83130fea7d LICENSE
> -sha256 a9fd8043fef746e8d8cca9f023fb7ba6d3d102eab6dd35a04ce7157d1928726b protobuf-cpp-3.21.4.tar.gz
> +sha256 58c8a18b4ec22655535c493155c5465a8903e8249094ceead87e00763bdbc44f protobuf-cpp-3.21.5.tar.gz
> diff --git a/package/protobuf/protobuf.mk b/package/protobuf/protobuf.mk
> index ffbc39347f..199e423d71 100644
> --- a/package/protobuf/protobuf.mk
> +++ b/package/protobuf/protobuf.mk
> @@ -7,7 +7,7 @@
> # When bumping this package, make sure to also verify if the
> # python-protobuf package still works and to update its hash,
> # as they share the same version/site variables.
> -PROTOBUF_VERSION = 21.4
> +PROTOBUF_VERSION = 21.5
> PROTOBUF_SOURCE = protobuf-cpp-3.$(PROTOBUF_VERSION).tar.gz
> PROTOBUF_SITE = https://github.com/protocolbuffers/protobuf/releases/download/v$(PROTOBUF_VERSION)
> PROTOBUF_LICENSE = BSD-3-Clause
> diff --git a/package/python-protobuf/python-protobuf.hash b/package/python-protobuf/python-protobuf.hash
> index ae2e07d637..1b106445a5 100644
> --- a/package/python-protobuf/python-protobuf.hash
> +++ b/package/python-protobuf/python-protobuf.hash
> @@ -1,3 +1,3 @@
> # Locally calculated
> -sha256 32d8a37271f42aaa0f40659f77040484d6048b187e4a98dac09eb9ed592a91dc protobuf-python-4.21.4.tar.gz
> +sha256 4b384ad2bc6832ede8703b4567c47498bccf104cb79fd20d2d2e3069066ae245 protobuf-python-4.21.5.tar.gz
> sha256 6e5e117324afd944dcf67f36cf329843bc1a92229a8cd9bb573d7a83130fea7d LICENSE
> --
> 2.34.1
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-08-30 19:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-30 13:38 [Buildroot] [PATCH] package/{python-}protobuf: bump to version 31.5 Michael Nosthoff via buildroot
2022-08-30 19:08 ` Yann E. MORIN
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox