All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/go: bump version to 1.12.4
@ 2019-04-29 21:44 Peter Korsgaard
  2019-04-30 11:19 ` Peter Korsgaard
  2019-05-01 20:21 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-04-29 21:44 UTC (permalink / raw)
  To: buildroot

Fixes a number of issues discovered since 1.12.1.  From the release notes:

go1.12.2 (released 2019/04/05) includes fixes to the compiler, the go
command, the runtime, and the doc, net, net/http/httputil, and os packages.
See the Go 1.12.2 milestone on our issue tracker for details.

go1.12.3 (released 2019/04/08) was accidentally released without its
intended fix.  It is identical to go1.12.2, except for its version number.
The intended fix is in go1.12.4.

go1.12.4 (released 2019/04/11) fixes an issue where using the prebuilt
binary releases on older versions of GNU/Linux led to failures when linking
programs that used cgo.  Only Linux users who hit this issue need to update.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 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 60aa1e1f57..df3a9c4e43 100644
--- a/package/go/go.hash
+++ b/package/go/go.hash
@@ -1,3 +1,3 @@
 # From https://golang.org/dl/
-sha256	0be127684df4b842a64e58093154f9d15422f1405f1fcff4b2c36ffc6a15818a  go1.12.1.src.tar.gz
+sha256	4affc3e610cd8182c47abbc5b0c0e4e3c6a2b945b55aaa2ba952964ad9df1467  go1.12.4.src.tar.gz
 sha256	2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067  LICENSE
diff --git a/package/go/go.mk b/package/go/go.mk
index 8df02cc68d..f31b1941c4 100644
--- a/package/go/go.mk
+++ b/package/go/go.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GO_VERSION = 1.12.1
+GO_VERSION = 1.12.4
 GO_SITE = https://storage.googleapis.com/golang
 GO_SOURCE = go$(GO_VERSION).src.tar.gz
 
-- 
2.11.0

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] package/go: bump version to 1.12.4
  2019-04-29 21:44 [Buildroot] [PATCH] package/go: bump version to 1.12.4 Peter Korsgaard
@ 2019-04-30 11:19 ` Peter Korsgaard
  2019-05-01 20:21 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-04-30 11:19 UTC (permalink / raw)
  To: buildroot

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

 > Fixes a number of issues discovered since 1.12.1.  From the release notes:
 > go1.12.2 (released 2019/04/05) includes fixes to the compiler, the go
 > command, the runtime, and the doc, net, net/http/httputil, and os packages.
 > See the Go 1.12.2 milestone on our issue tracker for details.

 > go1.12.3 (released 2019/04/08) was accidentally released without its
 > intended fix.  It is identical to go1.12.2, except for its version number.
 > The intended fix is in go1.12.4.

 > go1.12.4 (released 2019/04/11) fixes an issue where using the prebuilt
 > binary releases on older versions of GNU/Linux led to failures when linking
 > programs that used cgo.  Only Linux users who hit this issue need to update.

 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] package/go: bump version to 1.12.4
  2019-04-29 21:44 [Buildroot] [PATCH] package/go: bump version to 1.12.4 Peter Korsgaard
  2019-04-30 11:19 ` Peter Korsgaard
@ 2019-05-01 20:21 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-05-01 20:21 UTC (permalink / raw)
  To: buildroot

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

 > Fixes a number of issues discovered since 1.12.1.  From the release notes:
 > go1.12.2 (released 2019/04/05) includes fixes to the compiler, the go
 > command, the runtime, and the doc, net, net/http/httputil, and os packages.
 > See the Go 1.12.2 milestone on our issue tracker for details.

 > go1.12.3 (released 2019/04/08) was accidentally released without its
 > intended fix.  It is identical to go1.12.2, except for its version number.
 > The intended fix is in go1.12.4.

 > go1.12.4 (released 2019/04/11) fixes an issue where using the prebuilt
 > binary releases on older versions of GNU/Linux led to failures when linking
 > programs that used cgo.  Only Linux users who hit this issue need to update.

 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

For 2019.02.x I have instead bumped the version to 1.11.9.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-05-01 20:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-29 21:44 [Buildroot] [PATCH] package/go: bump version to 1.12.4 Peter Korsgaard
2019-04-30 11:19 ` Peter Korsgaard
2019-05-01 20:21 ` 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.