From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id UOVBEOzga2K9IwEAbAwnHQ (envelope-from ) for ; Fri, 29 Apr 2022 14:58:20 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id aGaUEOzga2IDbwAA9RJhRA (envelope-from ) for ; Fri, 29 Apr 2022 14:58:20 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id C3CA312DEF for ; Fri, 29 Apr 2022 14:58:19 +0200 (CEST) Received: from localhost ([::1]:51920 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nkQCQ-00028J-VB for larch@yhetil.org; Fri, 29 Apr 2022 08:58:18 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:38352) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nkQCB-00021J-7i for guix-patches@gnu.org; Fri, 29 Apr 2022 08:58:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:57293) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nkQCA-0007QU-V9 for guix-patches@gnu.org; Fri, 29 Apr 2022 08:58:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nkQCA-0000UM-Uv for guix-patches@gnu.org; Fri, 29 Apr 2022 08:58:02 -0400 Subject: bug#54980: [PATCH 0/1] Update Go 1.17.9 Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Fri, 29 Apr 2022 12:58:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 54980 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Pier-Hugues Pellerin Cc: 54980-done@debbugs.gnu.org Mail-Followup-To: 54980@debbugs.gnu.org, ludo@gnu.org, ph@heykimo.com Received: via spool by 54980-done@debbugs.gnu.org id=D54980.16512370651844 (code D ref 54980); Fri, 29 Apr 2022 12:58:02 +0000 Received: (at 54980-done) by debbugs.gnu.org; 29 Apr 2022 12:57:45 +0000 Received: from localhost ([127.0.0.1]:51188 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nkQBs-0000Tg-U1 for submit@debbugs.gnu.org; Fri, 29 Apr 2022 08:57:45 -0400 Received: from eggs.gnu.org ([209.51.188.92]:44992) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nkQBr-0000TU-PM for 54980-done@debbugs.gnu.org; Fri, 29 Apr 2022 08:57:44 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:47834) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nkQBm-0007Ny-Df; Fri, 29 Apr 2022 08:57:38 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=6UcFY/Pctn5tYmAZBCPsodJKQdzjMYmfidL9ZUY7q58=; b=m0gB1KqUM+iNOGtmkRHY EdXSGRUoZDDOwBYn06usy+pc2TuvR/3zZM7/ZqLWLrbTR6iPHLfhVoHf2VixGy+c18iXcdEzVHnUs up1vLohD1wcieSKzf6/8NLal5Qh3b2/Ma+HG7L7giVwPOeMyUMydt+6BOCN06qf2LgCmurGHJ1A50 d47oVu5abU3OOwfaQ/EUeeyaRGMWWjAjPJ3fww5jMdHLYo+9XRN+t92D3lvvySas6Fo0LY7cXPbd2 91DidY80nQ5tUidkPtcdrDyx/F2BJrxOxU0C0PD/1upwAjyf0UZnfocWFTG8zlrhkhlK3K1sE2Y4c dIsWnJBAVYPX9A==; Received: from [193.50.110.83] (port=54062 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nkQBl-0007K6-U7; Fri, 29 Apr 2022 08:57:38 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220417025858.3184-1-ph@heykimo.com> <20220417123126.14869-1-ph@heykimo.com> Date: Fri, 29 Apr 2022 14:57:36 +0200 In-Reply-To: <20220417123126.14869-1-ph@heykimo.com> (Pier-Hugues Pellerin's message of "Sun, 17 Apr 2022 08:31:26 -0400") Message-ID: <87czh082tb.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1651237100; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=6UcFY/Pctn5tYmAZBCPsodJKQdzjMYmfidL9ZUY7q58=; b=BmbWdC1cvpYnJMe0YxQQFsQTK9t6Pmu88cbubrmetbU9WjQgtiXFDOPlLBBKt2dxJsPLJA sPB10JqqBFvUDZNbDyjHdeL5VeGgN/ETgop6GUroI0/1mXrqvRBdSl5LfzS6VajoUxZVMX SCh76KqUxBnORyK1tVQDYiR1P+Q/sxMoNmr0icPEsQftHqq55rJ9Ry50NVojtuLfS6uDRY uigoFge7+GPeFmWZ0nBEFp7ZaqAJavm0CuF2GO5ZJsyBfC0s4p2kai2jmuc16OMj6SrNbj W7sNd2r+SPmnekFLqh9Mj9ENpzxzyq8SHHkhh7oxkFyiuRm37LiREZVCc8pb3Q== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1651237100; a=rsa-sha256; cv=none; b=l/X4sAn05kGqntYBtxQjnvKhUBl8N/NaD8TQVxb8I6W3AUynvDYCDz3RCdm8aK7RCI8fyw dQBXQb7EIf6lt1VZwgsnoAyde/+UjX5sGB/Hmu9aYwe85dnEPAqVNSOi8a0jNtub3Bm3fF 2VWFb/RqtKwLAA9amblz4xb5BDZhuGNJv2PreLL1bvIB4Sm15TofjIvgdKvuPsUSKs66QT 1t0o4/i1fPSfV7qo6xhKSRnUjwuiwiREyHx66vWV4H4sZ/ywKN3LzgF9jszk1TDHGPiMgb CZ1ujXbecuWLQ2wPxkABmDaOf4LBDq+WM46ubKtFJyMTmBEm4I4YOjZ6AyznJw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=m0gB1KqU; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: -4.70 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=m0gB1KqU; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: C3CA312DEF X-Spam-Score: -4.70 X-Migadu-Scanner: scn0.migadu.com X-TUID: U+qMRzIZPssi Hi, Pier-Hugues Pellerin skribis: > go1.17.9 (released 2022-04-12) includes security fixes to the > crypto/elliptic and encoding/pem packages, as well as bug fixes to > the linker and runtime. > > Releases notes: https://github.com/golang/go/issues?q=3Dmilestone%3AGo1.1= 7.9+label%3ACherryPickApproved I tweaked the commit log and applied it on the =E2=80=98staging=E2=80=99 br= anch. Thanks, Ludo=E2=80=99.