all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#49903] [PATCH] gnu: go-1.16: Update to 1.16.7.
@ 2021-08-06  0:05 Sarah Morgensen
  2021-08-06 12:17 ` bug#49903: " Maxim Cournoyer
  0 siblings, 1 reply; 2+ messages in thread
From: Sarah Morgensen @ 2021-08-06  0:05 UTC (permalink / raw)
  To: 49903

* 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





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

* bug#49903: [PATCH] gnu: go-1.16: Update to 1.16.7.
  2021-08-06  0:05 [bug#49903] [PATCH] gnu: go-1.16: Update to 1.16.7 Sarah Morgensen
@ 2021-08-06 12:17 ` Maxim Cournoyer
  0 siblings, 0 replies; 2+ messages in thread
From: Maxim Cournoyer @ 2021-08-06 12:17 UTC (permalink / raw)
  To: Sarah Morgensen; +Cc: 49903-done

Hello!

Applied with commit dc151c8fb1.

Thank you!

Closing.

Maxim




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

end of thread, other threads:[~2021-08-06 12:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-06  0:05 [bug#49903] [PATCH] gnu: go-1.16: Update to 1.16.7 Sarah Morgensen
2021-08-06 12:17 ` bug#49903: " Maxim Cournoyer

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.