All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v1 1/1] package/go: security bump to 1.18.5
@ 2022-08-02  1:33 Christian Stewart via buildroot
  2022-08-03  7:35 ` Thomas Petazzoni via buildroot
  2022-08-05  6:21 ` Joel Stanley
  0 siblings, 2 replies; 4+ messages in thread
From: Christian Stewart via buildroot @ 2022-08-02  1:33 UTC (permalink / raw)
  To: buildroot; +Cc: Christian Stewart, Yann E . MORIN, Thomas Petazzoni

go1.18.4 includes security fixes to the compress/gzip, encoding/gob,
encoding/xml, go/parser, io/fs, net/http, and path/filepath packages, as well as
bug fixes to the compiler, the go command, the linker, the runtime, and the
runtime/metrics package.

go1.18.5 includes security fixes to the encoding/gob and math/big packages, as
well as bug fixes to the compiler, the go command, the runtime, and the testing
package.

https://go.dev/doc/devel/release#go1.18.minor

Signed-off-by: Christian Stewart <christian@paral.in>
---
 package/go/go.hash | 4 ++--
 package/go/go.mk   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/go/go.hash b/package/go/go.hash
index 45af1fc06f..2a0f02abfd 100644
--- a/package/go/go.hash
+++ b/package/go/go.hash
@@ -1,3 +1,3 @@
-# From https://golang.org/dl/
-sha256  0012386ddcbb5f3350e407c679923811dbd283fcdc421724931614a842ecbc2d  go1.18.3.src.tar.gz
+# From https://go.dev/dl
+sha256  9920d3306a1ac536cdd2c796d6cb3c54bc559c226fc3cc39c32f1e0bd7f50d2a  go1.18.5.src.tar.gz
 sha256  2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067  LICENSE
diff --git a/package/go/go.mk b/package/go/go.mk
index 172bf16b6f..16602e590b 100644
--- a/package/go/go.mk
+++ b/package/go/go.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-GO_VERSION = 1.18.3
+GO_VERSION = 1.18.5
 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] 4+ messages in thread

* Re: [Buildroot] [PATCH v1 1/1] package/go: security bump to 1.18.5
  2022-08-02  1:33 [Buildroot] [PATCH v1 1/1] package/go: security bump to 1.18.5 Christian Stewart via buildroot
@ 2022-08-03  7:35 ` Thomas Petazzoni via buildroot
  2022-09-14  9:11   ` Peter Korsgaard
  2022-08-05  6:21 ` Joel Stanley
  1 sibling, 1 reply; 4+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-08-03  7:35 UTC (permalink / raw)
  To: Christian Stewart via buildroot; +Cc: Yann E . MORIN

On Mon,  1 Aug 2022 18:33:59 -0700
Christian Stewart via buildroot <buildroot@buildroot.org> wrote:

> go1.18.4 includes security fixes to the compress/gzip, encoding/gob,
> encoding/xml, go/parser, io/fs, net/http, and path/filepath packages, as well as
> bug fixes to the compiler, the go command, the linker, the runtime, and the
> runtime/metrics package.
> 
> go1.18.5 includes security fixes to the encoding/gob and math/big packages, as
> well as bug fixes to the compiler, the go command, the runtime, and the testing
> package.
> 
> https://go.dev/doc/devel/release#go1.18.minor
> 
> Signed-off-by: Christian Stewart <christian@paral.in>
> ---
>  package/go/go.hash | 4 ++--
>  package/go/go.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH v1 1/1] package/go: security bump to 1.18.5
  2022-08-02  1:33 [Buildroot] [PATCH v1 1/1] package/go: security bump to 1.18.5 Christian Stewart via buildroot
  2022-08-03  7:35 ` Thomas Petazzoni via buildroot
@ 2022-08-05  6:21 ` Joel Stanley
  1 sibling, 0 replies; 4+ messages in thread
From: Joel Stanley @ 2022-08-05  6:21 UTC (permalink / raw)
  To: Christian Stewart; +Cc: Yann E . MORIN, Thomas Petazzoni, buildroot

On Tue, 2 Aug 2022 at 01:38, Christian Stewart via buildroot
<buildroot@buildroot.org> wrote:
>
> go1.18.4 includes security fixes to the compress/gzip, encoding/gob,
> encoding/xml, go/parser, io/fs, net/http, and path/filepath packages, as well as
> bug fixes to the compiler, the go command, the linker, the runtime, and the
> runtime/metrics package.
>
> go1.18.5 includes security fixes to the encoding/gob and math/big packages, as
> well as bug fixes to the compiler, the go command, the runtime, and the testing
> package.
>
> https://go.dev/doc/devel/release#go1.18.minor
>
> Signed-off-by: Christian Stewart <christian@paral.in>

This includes the fixes for go on ppc64le that I posted here:

https://patchwork.ozlabs.org/project/buildroot/patch/20220511114003.162006-2-joel@jms.id.au/

This patch was never merged, but it can be dropped now.

> ---
>  package/go/go.hash | 4 ++--
>  package/go/go.mk   | 2 +-
>  2 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/package/go/go.hash b/package/go/go.hash
> index 45af1fc06f..2a0f02abfd 100644
> --- a/package/go/go.hash
> +++ b/package/go/go.hash
> @@ -1,3 +1,3 @@
> -# From https://golang.org/dl/
> -sha256  0012386ddcbb5f3350e407c679923811dbd283fcdc421724931614a842ecbc2d  go1.18.3.src.tar.gz
> +# From https://go.dev/dl
> +sha256  9920d3306a1ac536cdd2c796d6cb3c54bc559c226fc3cc39c32f1e0bd7f50d2a  go1.18.5.src.tar.gz
>  sha256  2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067  LICENSE
> diff --git a/package/go/go.mk b/package/go/go.mk
> index 172bf16b6f..16602e590b 100644
> --- a/package/go/go.mk
> +++ b/package/go/go.mk
> @@ -4,7 +4,7 @@
>  #
>  ################################################################################
>
> -GO_VERSION = 1.18.3
> +GO_VERSION = 1.18.5
>  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
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH v1 1/1] package/go: security bump to 1.18.5
  2022-08-03  7:35 ` Thomas Petazzoni via buildroot
@ 2022-09-14  9:11   ` Peter Korsgaard
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2022-09-14  9:11 UTC (permalink / raw)
  To: Thomas Petazzoni via buildroot; +Cc: Yann E . MORIN, Thomas Petazzoni

>>>>> "Thomas" == Thomas Petazzoni via buildroot <buildroot@buildroot.org> writes:

 > On Mon,  1 Aug 2022 18:33:59 -0700
 > Christian Stewart via buildroot <buildroot@buildroot.org> wrote:

 >> go1.18.4 includes security fixes to the compress/gzip, encoding/gob,
 >> encoding/xml, go/parser, io/fs, net/http, and path/filepath packages, as well as
 >> bug fixes to the compiler, the go command, the linker, the runtime, and the
 >> runtime/metrics package.
 >> 
 >> go1.18.5 includes security fixes to the encoding/gob and math/big packages, as
 >> well as bug fixes to the compiler, the go command, the runtime, and the testing
 >> package.
 >> 
 >> https://go.dev/doc/devel/release#go1.18.minor
 >> 
 >> Signed-off-by: Christian Stewart <christian@paral.in>
 >> ---
 >> package/go/go.hash | 4 ++--
 >> package/go/go.mk   | 2 +-
 >> 2 files changed, 3 insertions(+), 3 deletions(-)

 > Applied to master, thanks.

Committed to 2022.05.x, thanks.

For 2022.02.x I will instead bump to 1.17.13.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-09-14  9:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-02  1:33 [Buildroot] [PATCH v1 1/1] package/go: security bump to 1.18.5 Christian Stewart via buildroot
2022-08-03  7:35 ` Thomas Petazzoni via buildroot
2022-09-14  9:11   ` Peter Korsgaard
2022-08-05  6:21 ` Joel Stanley

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.