GNU bug report logs - #50492
[PATCH] gnu: go-1.16: Update to 1.16.8.

Previous Next

Package: guix-patches;

Reported by: Sarah Morgensen <iskarian <at> mgsn.dev>

Date: Thu, 9 Sep 2021 19:55:01 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Leo Famulari <leo <at> famulari.name>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#50492: closed ([PATCH] gnu: go-1.16: Update to 1.16.8.)
Date: Thu, 09 Sep 2021 20:37:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 9 Sep 2021 16:35:59 -0400
with message-id <YTpwL1u+OaoXYGKG <at> jasmine.lan>
and subject line Re: [bug#50492] [PATCH] gnu: go-1.16: Update to 1.16.8.
has caused the debbugs.gnu.org bug report #50492,
regarding [PATCH] gnu: go-1.16: Update to 1.16.8.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
50492: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50492
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Sarah Morgensen <iskarian <at> mgsn.dev>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: go-1.16: Update to 1.16.8.
Date: Thu,  9 Sep 2021 12:54:43 -0700
* gnu/packages/golang.scm (go-1.16): Update to 1.16.8.
---
Changelog states:

> go1.16.8 (released 2021-09-09) includes a security fix to the archive/zip
> package, as well as bug fixes to the archive/zip, go/internal/gccgoimporter,
> html/template, net/http, and runtime/pprof packages. See the Go 1.16.8
> milestone on our issue tracker for details.

--
Sarah
 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 b6e8b84749..3c151b716e 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -453,7 +453,7 @@ (define-public go-1.16
   (package
     (inherit go-1.14)
     (name "go")
-    (version "1.16.7")
+    (version "1.16.8")
     (source
      (origin
        (method git-fetch)
@@ -463,7 +463,7 @@ (define-public go-1.16
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1id6nsavf7gm78bmzsvym135pi2xa0v75ny51xrw93j70clz9w0h"))))
+         "00zv65v09kr2cljxxqypk980r4b4aqjijhbw4ikppn8km68h831n"))))
     (arguments
      (substitute-keyword-arguments (package-arguments go-1.14)
        ((#:tests? _) #t)

base-commit: bae57cc7d2917c4a67e9afb68ed61ad7117ea7ea
-- 
2.33.0



[Message part 3 (message/rfc822, inline)]
From: Leo Famulari <leo <at> famulari.name>
To: Sarah Morgensen <iskarian <at> mgsn.dev>
Cc: 50492-done <at> debbugs.gnu.org
Subject: Re: [bug#50492] [PATCH] gnu: go-1.16: Update to 1.16.8.
Date: Thu, 9 Sep 2021 16:35:59 -0400
On Thu, Sep 09, 2021 at 12:54:43PM -0700, Sarah Morgensen wrote:
> * gnu/packages/golang.scm (go-1.16): Update to 1.16.8.
> ---
> Changelog states:
> 
> > go1.16.8 (released 2021-09-09) includes a security fix to the archive/zip
> > package, as well as bug fixes to the archive/zip, go/internal/gccgoimporter,
> > html/template, net/http, and runtime/pprof packages. See the Go 1.16.8
> > milestone on our issue tracker for details.

Thanks! Pushed as 14d8413fc53aac86bd1fa4b7f94969ed62c221b6


This bug report was last modified 3 years and 334 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.