From unknown Sun Jun 15 08:52:59 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#49903] [PATCH] gnu: go-1.16: Update to 1.16.7. Resent-From: Sarah Morgensen Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 06 Aug 2021 00:06:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 49903 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 49903@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.162820832513622 (code B ref -1); Fri, 06 Aug 2021 00:06:01 +0000 Received: (at submit) by debbugs.gnu.org; 6 Aug 2021 00:05:25 +0000 Received: from localhost ([127.0.0.1]:48655 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mBnMb-0003Xe-9x for submit@debbugs.gnu.org; Thu, 05 Aug 2021 20:05:25 -0400 Received: from lists.gnu.org ([209.51.188.17]:52844) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mBnMZ-0003XW-Ux for submit@debbugs.gnu.org; Thu, 05 Aug 2021 20:05:24 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43982) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mBnMZ-0007Er-Pb for guix-patches@gnu.org; Thu, 05 Aug 2021 20:05:23 -0400 Received: from out2.migadu.com ([2001:41d0:2:aacc::]:61390) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mBnMU-0003U6-Ig for guix-patches@gnu.org; Thu, 05 Aug 2021 20:05:22 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mgsn.dev; s=key1; t=1628208312; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=zDQnh1RuvjxU1gQjS0JoE2R0raWzHFdXH7BXM6O64k0=; b=GAWHUukJS4VefIClngH4OaoOl0Mu+CPF8iyW6g5Ysf4aySFjqxsh4TrhZBh3eElcPtzmej qeHXzlvC9OJODQeOEe+lEWmhBIOPeaJO2RHvi/a6aYP9utK+pNdn/tAxkkNeB6hig4bb/o ybaJFbm3YzDn5U5NeyVcq9LrsUPYw0E= From: Sarah Morgensen Date: Thu, 5 Aug 2021 17:05:09 -0700 Message-Id: <5180f4df0c87bd515262953e4feaf18009dbef09.1628207261.git.iskarian@mgsn.dev> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: iskarian@mgsn.dev Received-SPF: pass client-ip=2001:41d0:2:aacc::; envelope-from=iskarian@mgsn.dev; helo=out2.migadu.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * 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 From unknown Sun Jun 15 08:52:59 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Sarah Morgensen Subject: bug#49903: closed (Re: bug#49903: [PATCH] gnu: go-1.16: Update to 1.16.7.) Message-ID: References: <87lf5ekbsy.fsf@gmail.com> <5180f4df0c87bd515262953e4feaf18009dbef09.1628207261.git.iskarian@mgsn.dev> X-Gnu-PR-Message: they-closed 49903 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 49903@debbugs.gnu.org Date: Fri, 06 Aug 2021 12:18:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1628252282-31865-1" This is a multi-part message in MIME format... ------------=_1628252282-31865-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #49903: [PATCH] gnu: go-1.16: Update to 1.16.7. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 49903@debbugs.gnu.org. --=20 49903: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D49903 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1628252282-31865-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 49903-done) by debbugs.gnu.org; 6 Aug 2021 12:17:22 +0000 Received: from localhost ([127.0.0.1]:49363 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mBymw-0008H6-LH for submit@debbugs.gnu.org; Fri, 06 Aug 2021 08:17:22 -0400 Received: from mail-qt1-f172.google.com ([209.85.160.172]:34546) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mBymv-0008Gs-Ap for 49903-done@debbugs.gnu.org; Fri, 06 Aug 2021 08:17:21 -0400 Received: by mail-qt1-f172.google.com with SMTP id e15so3597080qtx.1 for <49903-done@debbugs.gnu.org>; Fri, 06 Aug 2021 05:17:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=852r8EEB5tK9Fe91WGYFYMYOQTIZnpwAHdfn0BHrf1k=; b=XtuPUJWXBmZ9uxyNc1IAhy0DPW5waQ+Bgszis4nmD4AC3tdPLq3qAFs5KY4/fIRwrT UyrJV8BgBndUdSLkCg0k6TFqlrgZAKFHEJx/7mMtUT86rpG8mylXgQ7ySdzXEenifkZN AL85FdnmUEcfEZO275kA9EtpEiTZkScheHhxosfNVG+LHcFqDVnf9k35QCZiWDBqNmJf AliRl0jnoS510FOawxxiyhDKsht1dSveniVDYXf1suwTsbzGh0MwFENS/m/m5YAbDzKb DDNURqUTudQ3+NnRvGaiexfea1dcNSI5Eb/YLzrRsnEupQg+qhXDc8G7MOSJnzhyLvF+ yPbA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=852r8EEB5tK9Fe91WGYFYMYOQTIZnpwAHdfn0BHrf1k=; b=pp8Yq3b0Bem2hDVMc4oMMZXGpPPpCk0oYpQJCMCFJgCSMH8I5y5OCPephTHIc5M/MR pp5bP/8481PXfBYyWDTUapuAwXh6VqAl2J1np/dU67UF1C4vhxOfF6M8jZQnnhrQ/xHC hQjge6QbvLxvb7X2bxgvPi17tTrCOmtYNcLtLO7b09nXOWOSF6LnXDEPE4GecFk0ntTi qHLD04pUn5TIGwzNLjmi6QylhOJkwix9MgByL20jeT6GVOsp8ReNqvAMYt8V2/jeFKFI +ltYXgNfpWwfxPbwDDvkV9QmNAx+nAXXJJVzfIc8QTaz9iR+rVcNR2DqYz+1twBoGsZy ez6w== X-Gm-Message-State: AOAM530GawPE2wCYs7KAurVHNjTB/wztblRpLolUgijzkR6y0JGpGwNT ZfirgRz79xI/4M8RSxYSQiGylxKJvBgYfDso X-Google-Smtp-Source: ABdhPJxkNiht6X+pQ7iYR60SSxx3eYDyvcpKk4yxh+TifIjISfwUDgBuCJiL7mF/NQ8ODIkoLWV/3g== X-Received: by 2002:a05:622a:255:: with SMTP id c21mr8580642qtx.375.1628252235761; Fri, 06 Aug 2021 05:17:15 -0700 (PDT) Received: from hurd (dsl-151-109.b2b2c.ca. [66.158.151.109]) by smtp.gmail.com with ESMTPSA id q184sm4643650qkd.35.2021.08.06.05.17.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 06 Aug 2021 05:17:15 -0700 (PDT) From: Maxim Cournoyer To: Sarah Morgensen Subject: Re: bug#49903: [PATCH] gnu: go-1.16: Update to 1.16.7. References: <5180f4df0c87bd515262953e4feaf18009dbef09.1628207261.git.iskarian@mgsn.dev> Date: Fri, 06 Aug 2021 08:17:01 -0400 In-Reply-To: <5180f4df0c87bd515262953e4feaf18009dbef09.1628207261.git.iskarian@mgsn.dev> (Sarah Morgensen's message of "Thu, 5 Aug 2021 17:05:09 -0700") Message-ID: <87lf5ekbsy.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 49903-done Cc: 49903-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hello! Applied with commit dc151c8fb1. Thank you! Closing. Maxim ------------=_1628252282-31865-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 6 Aug 2021 00:05:25 +0000 Received: from localhost ([127.0.0.1]:48655 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mBnMb-0003Xe-9x for submit@debbugs.gnu.org; Thu, 05 Aug 2021 20:05:25 -0400 Received: from lists.gnu.org ([209.51.188.17]:52844) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mBnMZ-0003XW-Ux for submit@debbugs.gnu.org; Thu, 05 Aug 2021 20:05:24 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43982) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mBnMZ-0007Er-Pb for guix-patches@gnu.org; Thu, 05 Aug 2021 20:05:23 -0400 Received: from out2.migadu.com ([2001:41d0:2:aacc::]:61390) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mBnMU-0003U6-Ig for guix-patches@gnu.org; Thu, 05 Aug 2021 20:05:22 -0400 X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mgsn.dev; s=key1; t=1628208312; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=zDQnh1RuvjxU1gQjS0JoE2R0raWzHFdXH7BXM6O64k0=; b=GAWHUukJS4VefIClngH4OaoOl0Mu+CPF8iyW6g5Ysf4aySFjqxsh4TrhZBh3eElcPtzmej qeHXzlvC9OJODQeOEe+lEWmhBIOPeaJO2RHvi/a6aYP9utK+pNdn/tAxkkNeB6hig4bb/o ybaJFbm3YzDn5U5NeyVcq9LrsUPYw0E= From: Sarah Morgensen To: guix-patches@gnu.org Subject: [PATCH] gnu: go-1.16: Update to 1.16.7. Date: Thu, 5 Aug 2021 17:05:09 -0700 Message-Id: <5180f4df0c87bd515262953e4feaf18009dbef09.1628207261.git.iskarian@mgsn.dev> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: iskarian@mgsn.dev Received-SPF: pass client-ip=2001:41d0:2:aacc::; envelope-from=iskarian@mgsn.dev; helo=out2.migadu.com X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) * 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 ------------=_1628252282-31865-1--