diff mbox series

package/grpc: bump version to 1.34.0

Message ID 20210112131837.195012-1-buildroot@heine.tech
State Accepted
Headers show
Series package/grpc: bump version to 1.34.0 | expand

Commit Message

Michael Nosthoff Jan. 12, 2021, 1:18 p.m. UTC
Signed-off-by: Michael Nosthoff <buildroot@heine.tech>
---
 package/grpc/grpc.hash | 2 +-
 package/grpc/grpc.mk   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Comments

Yann E. MORIN Jan. 17, 2021, 3:49 p.m. UTC | #1
Michael, All,

On 2021-01-12 14:18 +0100, Michael Nosthoff via buildroot spake thusly:
> Signed-off-by: Michael Nosthoff <buildroot@heine.tech>

Applied to master, thanks.

Do we still need our hack that was introduced to workaround a deficiency
in the gcc-4.8 packaged in Ubujntu 14.04:

    19dfe7f6e78e package/grpc: fix build on ubuntu gcc 4.8

There is now a dependency on gcc > 4.9 and host gcc >= 4.9, so maybe we
can finally get rid of that hack. Thoughts?

Regards,
Yann E. MORIN.

> ---
>  package/grpc/grpc.hash | 2 +-
>  package/grpc/grpc.mk   | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/grpc/grpc.hash b/package/grpc/grpc.hash
> index b264694800..68d0d27c65 100644
> --- a/package/grpc/grpc.hash
> +++ b/package/grpc/grpc.hash
> @@ -1,3 +1,3 @@
>  # Locally computed
> -sha256  2060769f2d4b0d3535ba594b2ab614d7f68a492f786ab94b4318788d45e3278a  grpc-1.33.2.tar.gz
> +sha256  7372a881122cd85a7224435a1d58bc5e11c88d4fb98a64b83f36f3d1c2f16d39  grpc-1.34.0.tar.gz
>  sha256  cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30  LICENSE
> diff --git a/package/grpc/grpc.mk b/package/grpc/grpc.mk
> index 04c741fe9d..8585b6bdc3 100644
> --- a/package/grpc/grpc.mk
> +++ b/package/grpc/grpc.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>  
> -GRPC_VERSION = 1.33.2
> +GRPC_VERSION = 1.34.0
>  GRPC_SITE = $(call github,grpc,grpc,v$(GRPC_VERSION))
>  GRPC_LICENSE = Apache-2.0
>  GRPC_LICENSE_FILES = LICENSE
> -- 
> 2.25.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Michael Nosthoff Jan. 18, 2021, 8:43 a.m. UTC | #2
Hi Yann,
 
On Sunday, January 17, 2021 16:49 CET, "Yann E. MORIN" <yann.morin.1998@free.fr> wrote: 
 
> Michael, All,
> 
> There is now a dependency on gcc > 4.9 and host gcc >= 4.9, so maybe we
> can finally get rid of that hack. Thoughts?

That makes sense. Do you want to revert the commit or should I send a patch?

Regards,
Michael
diff mbox series

Patch

diff --git a/package/grpc/grpc.hash b/package/grpc/grpc.hash
index b264694800..68d0d27c65 100644
--- a/package/grpc/grpc.hash
+++ b/package/grpc/grpc.hash
@@ -1,3 +1,3 @@ 
 # Locally computed
-sha256  2060769f2d4b0d3535ba594b2ab614d7f68a492f786ab94b4318788d45e3278a  grpc-1.33.2.tar.gz
+sha256  7372a881122cd85a7224435a1d58bc5e11c88d4fb98a64b83f36f3d1c2f16d39  grpc-1.34.0.tar.gz
 sha256  cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30  LICENSE
diff --git a/package/grpc/grpc.mk b/package/grpc/grpc.mk
index 04c741fe9d..8585b6bdc3 100644
--- a/package/grpc/grpc.mk
+++ b/package/grpc/grpc.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-GRPC_VERSION = 1.33.2
+GRPC_VERSION = 1.34.0
 GRPC_SITE = $(call github,grpc,grpc,v$(GRPC_VERSION))
 GRPC_LICENSE = Apache-2.0
 GRPC_LICENSE_FILES = LICENSE