emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#49903: closed ([PATCH] gnu: go-1.16: Update to 1.16.7.)


From: GNU bug Tracking System
Subject: bug#49903: closed ([PATCH] gnu: go-1.16: Update to 1.16.7.)
Date: Fri, 06 Aug 2021 12:18:01 +0000

Your message dated Fri, 06 Aug 2021 08:17:01 -0400
with message-id <87lf5ekbsy.fsf@gmail.com>
and subject line Re: bug#49903: [PATCH] gnu: go-1.16: Update to 1.16.7.
has caused the debbugs.gnu.org bug report #49903,
regarding [PATCH] gnu: go-1.16: Update to 1.16.7.
to be marked as done.

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


-- 
49903: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=49903
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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




--- End Message ---
--- Begin Message --- Subject: Re: bug#49903: [PATCH] gnu: go-1.16: Update to 1.16.7. Date: Fri, 06 Aug 2021 08:17:01 -0400 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
Hello!

Applied with commit dc151c8fb1.

Thank you!

Closing.

Maxim


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]