all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Sarah Morgensen <iskarian@mgsn.dev>
To: 49903@debbugs.gnu.org
Subject: [bug#49903] [PATCH] gnu: go-1.16: Update to 1.16.7.
Date: Thu,  5 Aug 2021 17:05:09 -0700	[thread overview]
Message-ID: <5180f4df0c87bd515262953e4feaf18009dbef09.1628207261.git.iskarian@mgsn.dev> (raw)

* 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	other threads:[~2021-08-06  0:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-06  0:05 Sarah Morgensen [this message]
2021-08-06 12:17 ` bug#49903: [PATCH] gnu: go-1.16: Update to 1.16.7 Maxim Cournoyer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=5180f4df0c87bd515262953e4feaf18009dbef09.1628207261.git.iskarian@mgsn.dev \
    --to=iskarian@mgsn.dev \
    --cc=49903@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.