All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/go: security bump to 1.17.3
@ 2021-11-05  2:31 Christian Stewart via buildroot
  2021-11-05 13:41 ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Christian Stewart via buildroot @ 2021-11-05  2:31 UTC (permalink / raw)
  To: buildroot
  Cc: Christian Stewart, Anisse Astier, Thomas Petazzoni, Yann E . MORIN

go1.17.3 (released 2021-11-04) includes security fixes to the archive/zip and
debug/macho packages, as well as bug fixes to the compiler, linker, runtime, the
go command, the misc/wasm directory, and to the net/http and syscall packages.

https://golang.org/doc/devel/release#go1.17.minor

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 f5e6492da7..9031c33d8a 100644
--- a/package/go/go.hash
+++ b/package/go/go.hash
@@ -1,3 +1,3 @@
 # From https://golang.org/dl/
-sha256  2255eb3e4e824dd7d5fcdc2e7f84534371c186312e546fb1086a34c17752f431  go1.17.2.src.tar.gz
+sha256  705c64251e5b25d5d55ede1039c6aa22bea40a7a931d14c370339853643c3df0  go1.17.3.src.tar.gz
 sha256  2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067  LICENSE
diff --git a/package/go/go.mk b/package/go/go.mk
index f8bea45c08..59177e54db 100644
--- a/package/go/go.mk
+++ b/package/go/go.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GO_VERSION = 1.17.2
+GO_VERSION = 1.17.3
 GO_SITE = https://storage.googleapis.com/golang
 GO_SOURCE = go$(GO_VERSION).src.tar.gz
 
-- 
2.33.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.3
  2021-11-05  2:31 [Buildroot] [PATCH 1/1] package/go: security bump to 1.17.3 Christian Stewart via buildroot
@ 2021-11-05 13:41 ` Peter Korsgaard
  2021-11-08 13:41   ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Korsgaard @ 2021-11-05 13:41 UTC (permalink / raw)
  To: Christian Stewart
  Cc: Thomas Petazzoni, Anisse Astier, Yann E . MORIN, buildroot

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

 > go1.17.3 (released 2021-11-04) includes security fixes to the archive/zip and
 > debug/macho packages, as well as bug fixes to the compiler, linker, runtime, the
 > go command, the misc/wasm directory, and to the net/http and syscall packages.

 > https://golang.org/doc/devel/release#go1.17.minor

 > 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.3
  2021-11-05 13:41 ` Peter Korsgaard
@ 2021-11-08 13:41   ` Peter Korsgaard
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2021-11-08 13:41 UTC (permalink / raw)
  To: Christian Stewart
  Cc: buildroot, Anisse Astier, Thomas Petazzoni, Yann E . MORIN

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

>>>>> "Christian" == Christian Stewart <christian@paral.in> writes:
 >> go1.17.3 (released 2021-11-04) includes security fixes to the archive/zip and
 >> debug/macho packages, as well as bug fixes to the compiler, linker, runtime, the
 >> go command, the misc/wasm directory, and to the net/http and syscall packages.

 >> https://golang.org/doc/devel/release#go1.17.minor

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

 > Committed, thanks.

For 2021.02.x and 2021.08.x I have instead bumped to 1.16.10, which
contains the same fixes.

-- 
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:[~2021-11-08 13:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-05  2:31 [Buildroot] [PATCH 1/1] package/go: security bump to 1.17.3 Christian Stewart via buildroot
2021-11-05 13:41 ` Peter Korsgaard
2021-11-08 13:41   ` 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.