From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:59040) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iwumh-000494-FX for guix-patches@gnu.org; Wed, 29 Jan 2020 16:22:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iwumg-0006mP-Jl for guix-patches@gnu.org; Wed, 29 Jan 2020 16:22:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:56909) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iwumg-0006la-Gb for guix-patches@gnu.org; Wed, 29 Jan 2020 16:22:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iwumg-0000KN-94 for guix-patches@gnu.org; Wed, 29 Jan 2020 16:22:02 -0500 Subject: [bug#39348] [PATCH] gnu: go: Update to 1.12.16 [fixes CVE-2018-17075] Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:58880) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iwult-0003IV-3w for guix-patches@gnu.org; Wed, 29 Jan 2020 16:21:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iwulr-0006Cg-UU for guix-patches@gnu.org; Wed, 29 Jan 2020 16:21:12 -0500 Received: from pat.zlotemysli.pl ([37.59.186.212]:59976) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1iwulr-00064b-KS for guix-patches@gnu.org; Wed, 29 Jan 2020 16:21:11 -0500 Date: Wed, 29 Jan 2020 22:21:01 +0100 From: Jakub =?UTF-8?Q?K=C4=85dzio=C5=82ka?= Message-ID: <20200129212101.u6tz2j74ywo4dga5@zdrowyportier.kadziolka.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 39348@debbugs.gnu.org * gnu/packages/golang.scm (go-1.12): Update to 1.12.16. --- Tested by building `go' and `syncthing' (the latter being a prominent Go package). Of course, both builds succeeded. --- 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 a6b5f2a4cf..9102469749 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -220,7 +220,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") (package (inherit go-1.4) (name "go") - (version "1.12.15") + (version "1.12.16") (source (origin (method url-fetch) @@ -228,7 +228,7 @@ in the style of communicating sequential processes (@dfn{CSP}).") name version ".src.tar.gz")) (sha256 (base32 - "1hw4xjywcl883dnvfbb92w85sy8n231fdri4aynj8xajgr0p9fla")))) + "1y0x10fsvgpc1x24b9q9y6kv9b0kwf7879am3p0gym2abgc5wvnf")))) (arguments (substitute-keyword-arguments (package-arguments go-1.4) ((#:phases phases) -- 2.25.0