From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id CLSQCKuTi2KtHgAAbAwnHQ (envelope-from ) for ; Mon, 23 May 2022 16:01:15 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id ULxjCKuTi2KaggEA9RJhRA (envelope-from ) for ; Mon, 23 May 2022 16:01: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 79F67FC9A for ; Mon, 23 May 2022 16:01:14 +0200 (CEST) Received: from localhost ([::1]:41428 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nt8cT-0005zV-LQ for larch@yhetil.org; Mon, 23 May 2022 10:01:13 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:38488) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nt8cJ-0005xQ-Py for guix-patches@gnu.org; Mon, 23 May 2022 10:01:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55990) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nt8cH-0005dr-Q0 for guix-patches@gnu.org; Mon, 23 May 2022 10:01:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nt8cH-0000PB-Of for guix-patches@gnu.org; Mon, 23 May 2022 10:01:01 -0400 Subject: bug#48702: [PATCH v6 0/4] Add patatt and enable patch attestation for b4 Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Mon, 23 May 2022 14:01:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 48702 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Kyle Meyer Cc: Xinglu Chen , 48702-done@debbugs.gnu.org Mail-Followup-To: 48702@debbugs.gnu.org, ludo@gnu.org, kyle@kyleam.com Received: via spool by 48702-done@debbugs.gnu.org id=D48702.16533144121464 (code D ref 48702); Mon, 23 May 2022 14:01:01 +0000 Received: (at 48702-done) by debbugs.gnu.org; 23 May 2022 14:00:12 +0000 Received: from localhost ([127.0.0.1]:49884 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nt8bF-0000LA-Bq for submit@debbugs.gnu.org; Mon, 23 May 2022 10:00:12 -0400 Received: from eggs.gnu.org ([209.51.188.92]:44888) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nt8bD-0000Ky-Of for 48702-done@debbugs.gnu.org; Mon, 23 May 2022 09:59:56 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:34534) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nt8b5-00059x-Ox; Mon, 23 May 2022 09:59:49 -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=y7MGdq1gwy8e6b24gf0h94ZkTFnlUQICOMlZxYvaLrY=; b=DPRi/kBCcQSRte5v2CVD aZNw2vZRVCIjukqoNU8OW30qcQsldHO4VN2VhziLn3wsJVTk9cGBEt01b9+ac8hskZ5xu01r9kFJa w6MLIxiqVKSkfV/93+A/M61tYpDtYrAd/MgE/QbEjepvScW5C6m6cQ9+33q8iHZVQzqGVcOWtXMYE MzkTwDxIBrwC3qN8VIfGCK0q/3Li/whWfvyetfwcAf2JooMk20xTONl36APPudHgDxw+24fx10yuc NjzFQpnnWJgARscKniQXl0hZ8g943yaJ1nVqqHfsVNy22yeyA6UM84+QNPHGMBJTFCfuxfxzdiopa NSgMa96RCVjokw==; Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=57088 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nt8b5-0006tK-Bw; Mon, 23 May 2022 09:59:47 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20211218070648.278181-1-kyle@kyleam.com> <20220522222807.332757-1-kyle@kyleam.com> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 4 Prairial an 230 de la =?UTF-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Mon, 23 May 2022 15:59:45 +0200 In-Reply-To: <20220522222807.332757-1-kyle@kyleam.com> (Kyle Meyer's message of "Sun, 22 May 2022 18:28:03 -0400") Message-ID: <87k0ac5oz2.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=1653314474; 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=y7MGdq1gwy8e6b24gf0h94ZkTFnlUQICOMlZxYvaLrY=; b=jJY6XKYGaFMTstrjjs0Gx0k3KL5KIjPF29zMUQ1M095qvUVBcR9tIrD6w93f16NIvHEVo9 tDljhxM/zB7vvoyAiBAyC5cY1kXbfX60bKOZ1X5W1KqfBDtNTFC++1UMf3U+MPY0qbov1J cOhAmAaipM4++yCt3H64pFzdEAdF3ExJzfnVu88pP9iUrS7wCqh2Rdw8fiThK+3x1yDni0 GuBas2KdWNg0clSU+r9D8/PBRjAmr0e41//WtWiQtXQ2ac3KuzYxxsXIF2ARLlC4hJOF8u /HBAG0OIv10sjRSSgSznHQPPCDW125/9WBaStmszWp0oklK4C/z1TbfXrE+3SQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1653314474; a=rsa-sha256; cv=none; b=iYllmvFPHmV1KhJYGxGn8BdEttz4nzx2pKQvlMdGOUcLdhV9akHzXZxbxzRQCl8hYY2QOP ftIyvgkqp51qTrZkj5UE2GwdDAErA6PhoZS8J6zh/uXNkSHoYoDfRTV1fjLDIc7p2+avgr 9xyUH8cDhSvBftudk0dZv3VZy6550GGRNMOCWrXbPX4tjPc7VaCTGA+XE4rb6lPaYijEyh Rt4DA1bls8FuTxm+r3/rs0Iht39cYSdz1rY26HXnjq0h9U5uE75CrvmlsVvmgD7yK67iiB E3CTNvumjRxvT4MB2HGAofWCMv0hXzuuZ0bbiZTqbw3kYRvAQBOrFUIn9s1TpA== 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="DPRi/kBC"; 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: -3.95 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="DPRi/kBC"; 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: 79F67FC9A X-Spam-Score: -3.95 X-Migadu-Scanner: scn1.migadu.com X-TUID: S1FXDiqroY1G Hello, Kyle Meyer skribis: > 0780164f1f (gnu: b4: Update to 0.8.0, 2022-05-05) updated b4, so the vers= ion > bump from v5 is now stale. However, there are still two useful parts: > > * the addition of patatt, which b4 uses to enable patch attestation > * the removal of a now unneeded workaround from b4's definition > > Here's a reroll that puts these changes on top of the current master. > > [1/4] licenses: Add Expat No Attribution license. > [2/4] gnu: Add patatt. > [3/4] gnu: b4: Drop now unneeded snippet. > [4/4] gnu: b4: Enable patch attestation. Applied, thanks! Maxime=E2=80=99s suggestions earlier today in this thread may be worth considering for a subsequent patch, though. Ludo=E2=80=99.