All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [2021.02 1/1] package/go: security bump to version 1.16.13
@ 2022-01-06 21:44 Christian Stewart via buildroot
  2022-01-07 17:55 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Stewart via buildroot @ 2022-01-06 21:44 UTC (permalink / raw)
  To: buildroot; +Cc: Christian Stewart, Yann E . MORIN, Thomas Petazzoni

go1.16.11 (released 2021-12-02) includes fixes to the compiler, runtime, and the
net/http, net/http/httptest, and time packages.

go1.16.12 (released 2021-12-09) includes security fixes to the syscall and
net/http packages.

go1.16.13 (released 2022-01-06) includes fixes to the compiler, linker, runtime,
and the net/http package.

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 10bbb741e0..7071fcd99d 100644
--- a/package/go/go.hash
+++ b/package/go/go.hash
@@ -1,3 +1,3 @@
 # From https://golang.org/dl/
-sha256  a905472011585e403d00d2a41de7ced29b8884309d73482a307f689fd0f320b5  go1.16.10.src.tar.gz
+sha256  b0926654eaeb01ef43816638f42d7b1681f2d3f41b9559f07735522b7afad41a  go1.16.13.src.tar.gz
 sha256  2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067  LICENSE
diff --git a/package/go/go.mk b/package/go/go.mk
index 8a65e20380..cac83c65ff 100644
--- a/package/go/go.mk
+++ b/package/go/go.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GO_VERSION = 1.16.10
+GO_VERSION = 1.16.13
 GO_SITE = https://storage.googleapis.com/golang
 GO_SOURCE = go$(GO_VERSION).src.tar.gz
 
-- 
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] [2021.02 1/1] package/go: security bump to version 1.16.13
  2022-01-06 21:44 [Buildroot] [2021.02 1/1] package/go: security bump to version 1.16.13 Christian Stewart via buildroot
@ 2022-01-07 17:55 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2022-01-07 17:55 UTC (permalink / raw)
  To: Christian Stewart; +Cc: Yann E . MORIN, Thomas Petazzoni, buildroot

>>>>> "Christian" == Christian Stewart <christian@paral.in> writes:

 > go1.16.11 (released 2021-12-02) includes fixes to the compiler, runtime, and the
 > net/http, net/http/httptest, and time packages.

 > go1.16.12 (released 2021-12-09) includes security fixes to the syscall and
 > net/http packages.

 > go1.16.13 (released 2022-01-06) includes fixes to the compiler, linker, runtime,
 > and the net/http package.

 > Signed-off-by: Christian Stewart <christian@paral.in>

Committed to 2021.02.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
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-01-07 17:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-06 21:44 [Buildroot] [2021.02 1/1] package/go: security bump to version 1.16.13 Christian Stewart via buildroot
2022-01-07 17:55 ` 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.