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

Previous Next

Package: guix-patches;

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

Date: Fri, 6 Aug 2021 00:06:01 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 49903 in the body.
You can then email your comments to 49903 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#49903; Package guix-patches. (Fri, 06 Aug 2021 00:06:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Sarah Morgensen <iskarian <at> mgsn.dev>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 06 Aug 2021 00:06:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Sarah Morgensen <iskarian <at> mgsn.dev>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: go-1.16: Update to 1.16.7.
Date: Thu,  5 Aug 2021 17:05:09 -0700
* gnu/packages/golang.scm (go-1.16): Update to 1.16.7.
---
For reference, the changes:

--8<---------------cut here---------------start------------->8---
go1.16.7
net/http: speed up and deflake TestCancelRequestWhenSharingConnection
runtime: fix crash during VDSO calls on PowerPC
cmd/go: use path.Dir instead of filepath.Dir for package paths in 'go mod vendor'
cmd/go: remove hint when no module is suggested
cmd/compile: mark R16, R17 clobbered for non-standard calls on ARM64
cmd/{compile,link}: fix bug in map.zero handling
cmd/go/internal/load: always set IsImportCycle when in a cycle
net/http/httputil: close incoming ReverseProxy request body
runtime: remove adjustTimers counter
runtime: don't clear timerModifiedEarliest if adjustTimers is 0

go1.16.6
crypto/tls: test key type when casting
net: filter bad names from Lookup functions instead of hard failing
net: don't reject null mx records
net/http: fix ResponseWriter.ReadFrom with short reads
cmd/compile: make map.zero symbol content-addressable
syscall: fix TestGroupCleanupUserNamespace test failure on Fedora
--8<---------------cut here---------------end--------------->8---

--
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 cf72aa6e20..5cad9f5757 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1393,7 +1393,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
   (package
     (inherit go-1.14)
     (name "go")
-    (version "1.16.5")
+    (version "1.16.7")
     (source
      (origin
        (method git-fetch)
@@ -1403,7 +1403,7 @@ in the style of communicating sequential processes (@dfn{CSP}).")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "19a93p217h5xi2sgh34qzv24pkd4df0sw4fc5z6k47lspjp3vx2l"))))
+         "1id6nsavf7gm78bmzsvym135pi2xa0v75ny51xrw93j70clz9w0h"))))
     (arguments
      (substitute-keyword-arguments (package-arguments go-1.14)
        ((#:tests? _) #t)

base-commit: fd3f1e809234c3e675d2eb8bc17774b0d4a94b0c
--
2.31.1





Reply sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
You have taken responsibility. (Fri, 06 Aug 2021 12:18:01 GMT) Full text and rfc822 format available.

Notification sent to Sarah Morgensen <iskarian <at> mgsn.dev>:
bug acknowledged by developer. (Fri, 06 Aug 2021 12:18:02 GMT) Full text and rfc822 format available.

Message #10 received at 49903-done <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Sarah Morgensen <iskarian <at> mgsn.dev>
Cc: 49903-done <at> debbugs.gnu.org
Subject: Re: bug#49903: [PATCH] gnu: go-1.16: Update to 1.16.7.
Date: Fri, 06 Aug 2021 08:17:01 -0400
Hello!

Applied with commit dc151c8fb1.

Thank you!

Closing.

Maxim




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 04 Sep 2021 11:24:04 GMT) Full text and rfc822 format available.

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

Previous Next


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