From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.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 mEgOIOMOMmObwQAAbAwnHQ (envelope-from ) for ; Mon, 26 Sep 2022 22:43:15 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id 6PXoH+MOMmNtwQAAauVa8A (envelope-from ) for ; Mon, 26 Sep 2022 22:43:15 +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 59C20FC49 for ; Mon, 26 Sep 2022 22:43:15 +0200 (CEST) Received: from localhost ([::1]:44534 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1ocuwc-0007qw-Fy for larch@yhetil.org; Mon, 26 Sep 2022 16:43:14 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44154) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ocuwR-0007pm-EP for guix-patches@gnu.org; Mon, 26 Sep 2022 16:43:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:52784) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1ocuwQ-0005F3-5y for guix-patches@gnu.org; Mon, 26 Sep 2022 16:43:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ocuwP-00078i-Sh for guix-patches@gnu.org; Mon, 26 Sep 2022 16:43:01 -0400 Subject: bug#57537: [PATCH] gnu: Add ec Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Mon, 26 Sep 2022 20:43:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 57537 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Denis 'GNUtoo' Carikli Cc: 57537-done@debbugs.gnu.org Mail-Followup-To: 57537@debbugs.gnu.org, ludo@gnu.org, GNUtoo@cyberdimension.org Received: via spool by 57537-done@debbugs.gnu.org id=D57537.166422493527384 (code D ref 57537); Mon, 26 Sep 2022 20:43:01 +0000 Received: (at 57537-done) by debbugs.gnu.org; 26 Sep 2022 20:42:15 +0000 Received: from localhost ([127.0.0.1]:51861 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ocuvf-00077b-7w for submit@debbugs.gnu.org; Mon, 26 Sep 2022 16:42:15 -0400 Received: from eggs.gnu.org ([209.51.188.92]:47628) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ocuve-00077M-2J for 57537-done@debbugs.gnu.org; Mon, 26 Sep 2022 16:42:14 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:39046) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ocuvY-00058K-Mx; Mon, 26 Sep 2022 16:42:08 -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=1hNhFnFeqcihavUqrFfYTz1NfRljA2NQ3llelcTJ70w=; b=kccuOUTd9f/dB8sVRt0P MpMw7q9wo2xGQsfiXsoB1uhXVXnTytccfVIf0ZY45vo5t3rAhbR8Q15eRkl9OrgELJO91joyNHPnq NmObfkvLfRryM7RGZ7mqAXzzfkW0pkOjjvd/cXGU84ABGCMrr0rgvIpSafBhMi6A0gZINnJRi1F/T DLd7n+BUskjQnFl8CHF50+b7CSM2o+EA0MRGGL5tV9d/qwVss4YoG/aNxYzzYGDa2xEIIthnj4qzc Erx+CxlNpAAl5jJdHRNoHBDcRXsdoabBNMI/TuzmSRzj60x4QV8fP7ilJqj5DtgMstLsyWpKFbc+w JXtynaxk79UkyA==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:56305 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1ocuvY-0000BH-AH; Mon, 26 Sep 2022 16:42:08 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220902020049.15420-1-GNUtoo@cyberdimension.org> <20220924132815.1603-1-GNUtoo@cyberdimension.org> Date: Mon, 26 Sep 2022 22:42:05 +0200 In-Reply-To: <20220924132815.1603-1-GNUtoo@cyberdimension.org> (Denis Carikli's message of "Sat, 24 Sep 2022 15:28:15 +0200") Message-ID: <87fsgdkgv6.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (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=1664224995; 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=1hNhFnFeqcihavUqrFfYTz1NfRljA2NQ3llelcTJ70w=; b=lVBpSlttiMn8JQ8SPKWayqEg95W++Zz80k1PAinDTHt8309xTR9HkDTQkLNQQFJXAGHGYq szWNSmLutecqeH/WBKruLfYUVuDbRmnl63qRJbipWd5Theiis62TnozplNx1kk/nQx/EtO +fVkqoZsVNyOfRctFoeK7tBwE4qs00E423s4vT8apj6ZmuDJJDOBDj+nNEsyitKZvJzHSQ uJLz7zTYERJIounBjhBCt7KYawJCwCjw8wYMEvy275RHnaQyxbQRXY+etWeJ2pyNET8+7m HHSw4Z8VftaEpSMBFZp7tDVcScgi9kuh5Y8n+WcMLt/r6T+zuG1MnRYnjSXhlA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1664224995; a=rsa-sha256; cv=none; b=DSV1il0O6Ahwn2V6VdGVjUU3UTBsoKIp73Gudb/WuDmT0AScnwfSWX3afDVTqoDFQ39Wt8 VoXdsdKcfqJwDvkaY6BBm3qiLZGxnKTgRyl3gvlee+qEOydrE9cIKWgmFj3OWR4X74Hh6c 2PxWY7z1c+6Xy93KirCg1Mq/fk0ygSUza92P29fEcH0uOhVHDvLXbfvZZDi0q7HsRZ07JU 9/VPiQL7kYLWc/q7OagO9/6ty2NxWeb+fMhNtNxYnrKl3+FwIUlkTov3YEdyFJU3/W5AyE Nwm/39I6juX9XLAzv4PEl9okr6Rusrfob+D0t89J/hCKqT9BbeypcCeYj5jt/Q== 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=kccuOUTd; 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: -2.74 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=kccuOUTd; 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: 59C20FC49 X-Spam-Score: -2.74 X-Migadu-Scanner: scn0.migadu.com X-TUID: TcF3MEMxjoTS Hi Denis, Denis 'GNUtoo' Carikli skribis: > * gnu/packages/linux.scm (ec): New variable. Applied with minor tweaks, thanks! Ludo=E2=80=99.