From 0ce9c28d27d1b4d79116f39669ff7c0ac064c8cc Mon Sep 17 00:00:00 2001 From: Pier-Hugues Pellerin Date: Fri, 25 Mar 2022 14:02:19 -0400 Subject: [PATCH] Update to Go 1.17.8, Go 1.16.15 Release notes: go1.17.8 (released 2022-03-03) includes a security fix to the regexp/syntax package[0], as well as bug fixes to the compiler, runtime, the go command, and the crypto/x509 and net packages. See the Go 1.17.8 milestone[1] on our issue tracker for details. go1.16.15 (released 2022-03-03) includes a security fix to the regexp/syntax package[0], as well as bug fixes to the compiler, runtime, the go command, and the net package. See the Go 1.16.15 milestone[2] on our issue tracker for details. [0] CVE-2022-24921 and https://go.dev/issue/51112. [1] https://github.com/golang/go/issues?q=milestone%3AGo1.17.8+label%3ACherryPickApproved [2] https://github.com/golang/go/issues?q=milestone%3AGo1.16.15+label%3ACherryPickApproved --- gnu/packages/golang.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index a8b845e301..f3cc1bd6b8 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -33,6 +33,7 @@ ;;; Copyright © 2021 Chadwain Holness ;;; Copyright © 2021 Philip McGrath ;;; Copyright © 2021 Lu Hui +;;; Copyright © 2022 Pier-Hugues Pellerin ;;; ;;; This file is part of GNU Guix. ;;; @@ -466,7 +467,7 @@ (define-public go-1.16 (package (inherit go-1.14) (name "go") - (version "1.16.14") + (version "1.16.15") (source (origin (method git-fetch) @@ -476,7 +477,7 @@ (define-public go-1.16 (file-name (git-file-name name version)) (sha256 (base32 - "16pn7avzmlw28sldx6yv38a1afdwj7jz3x7kjvlagysqrsh5lwwl")))) + "0vlk0r4600ah9fg5apdd93g7i369k0rkzcgn7cs8h6qq2k6hpxjl")))) (arguments (substitute-keyword-arguments (strip-keyword-arguments '(#:tests?) (package-arguments go-1.14)) @@ -625,7 +626,7 @@ (define-public go-1.17 (package (inherit go-1.16) (name "go") - (version "1.17.7") + (version "1.17.8") (source (origin (method git-fetch) @@ -635,7 +636,7 @@ (define-public go-1.17 (file-name (git-file-name name version)) (sha256 (base32 - "0d0xybn7sy4za3f0s2ffb6yfv6pjabnk4jyvz7dn3hjqhd5lks7m")))) + "05qfs17wddxmmi349g9ci12w9fjb5vbss6qpjc4qzgqzznqf0ycy")))) (outputs '("out" "tests")) ; 'tests' contains distribution tests. (arguments `(#:modules ((ice-9 match) base-commit: cabda1197e7925f58a8532534afc1bde6c5eb377 -- 2.34.0