* [Buildroot] [PATCH 1/1] package/go: security bump to 1.17.7
@ 2022-02-10 23:59 Christian Stewart via buildroot
2022-02-11 9:10 ` Peter Korsgaard
0 siblings, 1 reply; 3+ messages in thread
From: Christian Stewart via buildroot @ 2022-02-10 23:59 UTC (permalink / raw)
To: buildroot; +Cc: Christian Stewart, Yann E . MORIN, Thomas Petazzoni
go1.17.7 includes security fixes to the crypto/elliptic, math/big packages and
to the go command, as well as bug fixes to the compiler, linker, runtime, the go
command, and the debug/macho, debug/pe, and net/http/httptest packages.
https://github.com/golang/go/issues?q=milestone%3AGo1.17.7+label%3ACherryPickApproved
Signed-off-by: Christian Stewart <christian@paral.in>
---
package/go/go.hash | 2 +-
package/go/go.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/go/go.hash b/package/go/go.hash
index 9111c8c9aa..fdf342e602 100644
--- a/package/go/go.hash
+++ b/package/go/go.hash
@@ -1,3 +1,3 @@
# From https://golang.org/dl/
-sha256 4dc1bbf3ff61f0c1ff2b19355e6d88151a70126268a47c761477686ef94748c8 go1.17.6.src.tar.gz
+sha256 c108cd33b73b1911a02b697741df3dea43e01a5c4e08e409e8b3a0e3745d2b4d go1.17.7.src.tar.gz
sha256 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067 LICENSE
diff --git a/package/go/go.mk b/package/go/go.mk
index 062bec378c..56a21dfe55 100644
--- a/package/go/go.mk
+++ b/package/go/go.mk
@@ -4,7 +4,7 @@
#
################################################################################
-GO_VERSION = 1.17.6
+GO_VERSION = 1.17.7
GO_SITE = https://storage.googleapis.com/golang
GO_SOURCE = go$(GO_VERSION).src.tar.gz
--
2.35.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/go: security bump to 1.17.7
2022-02-10 23:59 [Buildroot] [PATCH 1/1] package/go: security bump to 1.17.7 Christian Stewart via buildroot
@ 2022-02-11 9:10 ` Peter Korsgaard
2022-02-27 17:35 ` Peter Korsgaard
0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2022-02-11 9:10 UTC (permalink / raw)
To: Christian Stewart; +Cc: Yann E . MORIN, Thomas Petazzoni, buildroot
>>>>> "Christian" == Christian Stewart <christian@paral.in> writes:
> go1.17.7 includes security fixes to the crypto/elliptic, math/big packages and
> to the go command, as well as bug fixes to the compiler, linker, runtime, the go
> command, and the debug/macho, debug/pe, and net/http/httptest packages.
> https://github.com/golang/go/issues?q=milestone%3AGo1.17.7+label%3ACherryPickApproved
> Signed-off-by: Christian Stewart <christian@paral.in>
Committed, thanks.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/go: security bump to 1.17.7
2022-02-11 9:10 ` Peter Korsgaard
@ 2022-02-27 17:35 ` Peter Korsgaard
0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2022-02-27 17:35 UTC (permalink / raw)
To: Christian Stewart; +Cc: Yann E . MORIN, Thomas Petazzoni, buildroot
>>>>> "Christian" == Christian Stewart <christian@paral.in> writes:
>> go1.17.7 includes security fixes to the crypto/elliptic, math/big packages and
>> to the go command, as well as bug fixes to the compiler, linker, runtime, the go
>> command, and the debug/macho, debug/pe, and net/http/httptest packages.
>> https://github.com/golang/go/issues?q=milestone%3AGo1.17.7+label%3ACherryPickApproved
>> Signed-off-by: Christian Stewart <christian@paral.in>
Committed to 2021.11.x, thanks. For 2021.02.x I will instead bump to
1.16.14.
--
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-02-27 17:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-10 23:59 [Buildroot] [PATCH 1/1] package/go: security bump to 1.17.7 Christian Stewart via buildroot
2022-02-11 9:10 ` Peter Korsgaard
2022-02-27 17:35 ` Peter Korsgaard
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.