unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#54980] [PATCH 0/1] Update Go 1.17.9
@ 2022-04-17  2:58 Pier-Hugues Pellerin
  2022-04-17 12:31 ` [bug#54980] [PATCH 1/1] gnu: go: Update to 1.17.9 Pier-Hugues Pellerin
  0 siblings, 1 reply; 3+ messages in thread
From: Pier-Hugues Pellerin @ 2022-04-17  2:58 UTC (permalink / raw)
  To: 54980; +Cc: Pier-Hugues Pellerin

Update Go to 1.17.9 to address CVE-2022-28327

https://github.com/golang/go/issues/52076


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





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

* [bug#54980] [PATCH 1/1] gnu: go: Update to 1.17.9
  2022-04-17  2:58 [bug#54980] [PATCH 0/1] Update Go 1.17.9 Pier-Hugues Pellerin
@ 2022-04-17 12:31 ` Pier-Hugues Pellerin
  2022-04-29 12:57   ` bug#54980: [PATCH 0/1] Update Go 1.17.9 Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Pier-Hugues Pellerin @ 2022-04-17 12:31 UTC (permalink / raw)
  To: 54980; +Cc: Pier-Hugues Pellerin

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
---
 gnu/packages/golang.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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





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

* bug#54980: [PATCH 0/1] Update Go 1.17.9
  2022-04-17 12:31 ` [bug#54980] [PATCH 1/1] gnu: go: Update to 1.17.9 Pier-Hugues Pellerin
@ 2022-04-29 12:57   ` Ludovic Courtès
  0 siblings, 0 replies; 3+ messages in thread
From: Ludovic Courtès @ 2022-04-29 12:57 UTC (permalink / raw)
  To: Pier-Hugues Pellerin; +Cc: 54980-done

Hi,

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

> 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’.




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

end of thread, other threads:[~2022-04-29 12:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-17  2:58 [bug#54980] [PATCH 0/1] Update Go 1.17.9 Pier-Hugues Pellerin
2022-04-17 12:31 ` [bug#54980] [PATCH 1/1] gnu: go: Update to 1.17.9 Pier-Hugues Pellerin
2022-04-29 12:57   ` bug#54980: [PATCH 0/1] Update Go 1.17.9 Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).