[PATCH 0/1] Update Go 1.17.9

  • Done
  • quality assurance status badge
Details
2 participants
  • Ludovic Courtès
  • Pier-Hugues Pellerin
Owner
unassigned
Submitted by
Pier-Hugues Pellerin
Severity
normal
P
P
Pier-Hugues Pellerin wrote on 17 Apr 2022 04:58
(address . guix-patches@gnu.org)(name . Pier-Hugues Pellerin)(address . ph@heykimo.com)
20220417025858.3184-1-ph@heykimo.com
Update Go to 1.17.9 to address CVE-2022-28327



Pier-Hugues Pellerin (1):
gnu: go: Update to 1.17.9

gnu/packages/golang.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


base-commit: 6db5787120d5b571836a46ab8e1abc92d1b0ef8d
--
2.35.1
P
P
Pier-Hugues Pellerin wrote on 17 Apr 2022 14:31
[PATCH 1/1] gnu: go: Update to 1.17.9
(address . 54980@debbugs.gnu.org)(name . Pier-Hugues Pellerin)(address . ph@heykimo.com)
20220417123126.14869-1-ph@heykimo.com
go1.17.9 (released 2022-04-12) includes security fixes to the
crypto/elliptic and encoding/pem packages, as well as bug fixes to
the linker and runtime.

---
gnu/packages/golang.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index f3cc1bd6b8..bfe9ee059e 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -626,7 +626,7 @@ (define-public go-1.17
(package
(inherit go-1.16)
(name "go")
- (version "1.17.8")
+ (version "1.17.9")
(source
(origin
(method git-fetch)
@@ -636,7 +636,7 @@ (define-public go-1.17
(file-name (git-file-name name version))
(sha256
(base32
- "05qfs17wddxmmi349g9ci12w9fjb5vbss6qpjc4qzgqzznqf0ycy"))))
+ "02l6gxn738kam1niy2nl2wpsbzl4x87h2wik6hd3py19kq4z2flw"))))
(outputs '("out" "tests")) ; 'tests' contains distribution tests.
(arguments
`(#:modules ((ice-9 match)
--
2.35.1
L
L
Ludovic Courtès wrote on 29 Apr 2022 14:57
Re: bug#54980: [PATCH 0/1] Update Go 1.17.9
(name . Pier-Hugues Pellerin)(address . ph@heykimo.com)(address . 54980-done@debbugs.gnu.org)
87czh082tb.fsf_-_@gnu.org
Hi,

Pier-Hugues Pellerin <ph@heykimo.com> skribis:

Toggle quote (6 lines)
> go1.17.9 (released 2022-04-12) includes security fixes to the
> crypto/elliptic and encoding/pem packages, as well as bug fixes to
> the linker and runtime.
>
> Releases notes: https://github.com/golang/go/issues?q=milestone%3AGo1.17.9+label%3ACherryPickApproved

I tweaked the commit log and applied it on the ‘staging’ branch.

Thanks,
Ludo’.
Closed
?