From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id uGJTD4h5uGCnMQAAgWs5BA (envelope-from ) for ; Thu, 03 Jun 2021 08:41:12 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id WMzfCoh5uGBVYQAA1q6Kng (envelope-from ) for ; Thu, 03 Jun 2021 06:41:12 +0000 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 70DD320C80 for ; Thu, 3 Jun 2021 08:41:11 +0200 (CEST) Received: from localhost ([::1]:58318 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1loh2T-00069U-LN for larch@yhetil.org; Thu, 03 Jun 2021 02:41:09 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48298) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1loh2N-00066e-Kn for guix-patches@gnu.org; Thu, 03 Jun 2021 02:41:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58603) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1loh2N-0000ka-D9 for guix-patches@gnu.org; Thu, 03 Jun 2021 02:41:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1loh2N-0006LF-Bf for guix-patches@gnu.org; Thu, 03 Jun 2021 02:41:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#48702] [PATCH v2 2/3] gnu: Add patatt. Resent-From: Kyle Meyer Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 03 Jun 2021 06:41:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 48702 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 48702@debbugs.gnu.org, Xinglu Chen Received: via spool by 48702-submit@debbugs.gnu.org id=B48702.162270244424315 (code B ref 48702); Thu, 03 Jun 2021 06:41:03 +0000 Received: (at 48702) by debbugs.gnu.org; 3 Jun 2021 06:40:44 +0000 Received: from localhost ([127.0.0.1]:41912 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1loh23-0006K0-Ma for submit@debbugs.gnu.org; Thu, 03 Jun 2021 02:40:43 -0400 Received: from out1.migadu.com ([91.121.223.63]:52474) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1loh1y-0006Jc-84 for 48702@debbugs.gnu.org; Thu, 03 Jun 2021 02:40:38 -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=kyleam.com; s=key1; t=1622702437; 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: in-reply-to:in-reply-to:references:references; bh=MYfxoqLQGAH8h1htPmFuJIlK+BZtlxvSf0+SEZCjFB0=; b=AbZrwhIxaXt/D7uDnoLnAunMzQc7k/4W97DNMenBytUGL3cSm2wqSr/CwyqDZ513PldgLM xvLb8I+gaU5IMpqxhfabflGTyCVFMZcUuk2UHRAA8rTAuTDvoXhPUMUpa6An+nbSxGxCdW 7G3pqyyWTe7MnZKvQM4p74SySLgocvSiPhND7YBexDphj6WOCKAowW+iPQldOW7GmAmLH/ iVZG+xi4Usao6aD+moGvIB5q6Z7X1mXEpSbJn6UsLziH5sxa7GwVar5TpJCNDs+1ntfy6Z A69uWeL7o4Tyc4T/ZMip+0VORBt3Z7wJzGA/3RErqbIAFJzpt95IEvFaCOFjYQ== From: Kyle Meyer Date: Thu, 3 Jun 2021 02:40:08 -0400 Message-Id: <20210603064009.18820-3-kyle@kyleam.com> In-Reply-To: <20210603064009.18820-1-kyle@kyleam.com> References: <20210527145046.11773-1-kyle@kyleam.com> <20210603064009.18820-1-kyle@kyleam.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Auth-User: kyle@kyleam.com 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 ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1622702472; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: 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=MYfxoqLQGAH8h1htPmFuJIlK+BZtlxvSf0+SEZCjFB0=; b=RsibMEXokGdecnQiTKSU4xkrvZ/nKQSHbGSjWc9ir+SUKlK2KVRjibfigiZGWylUBlBViW kQ3Sg761RZoG9Pm2jjde10Rf4TBOZcMBlBMxJ7sgRxbsErJVmhUXyTIwEuqsC9+vWiOpzr dNbER9jgFpjBPWVctQFRm344Zn7Abkauw15jnnAy1PF1lOYNbWJRAPN9fz2LibGu77tDPc tPyqNw3PjE6IM7Vh8o8vbAzcjuGcDLe85Au7YTdQ24fnJ7USKB0KCZp3Q0O3LR3yg9vDE1 i/3wd8j9CiHwnRnGLh71zjShWZBcJNwwApgeZOqiOJ5q0au8owXiXW6Ev+PlwQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1622702472; a=rsa-sha256; cv=none; b=jlKVnzisxdE0hVp2UTYABo0ftb8HzvEqw/edBzJ/vwSQfPdhtYFFhQHYudV8Z4EFYxwgpP TIb0LfJ6I2OlGjc+1o2oost3hT+++yguHNgjyDWIDKLsrfXOqzcow1hcxW3VKtUzE1Valv uXvs/B1SopXzAUeJOKgiMmwClj45ndImydiERpusVBO71XXp1+VZasAoaDTamlOYP7Z4A1 IBEzpML6+vL5ziYfxKfVNf0KzIeWHZQBH6sosUuZjk22GrrNQyG9+eDDSifC5eUFQJYqxp S527C1M2aEYgVkyKd8XZyP8Nc/nGv+OHR/L/XiXKdNBRlJSrHMZK8PqY1WcALQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=kyleam.com header.s=key1 header.b=AbZrwhIx; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Spam-Score: 3.57 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=kyleam.com header.s=key1 header.b=AbZrwhIx; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 70DD320C80 X-Spam-Score: 3.57 X-Migadu-Scanner: scn0.migadu.com X-TUID: xIPeEEovOc5n * gnu/packages/version-control.scm (patatt): New variable. --- gnu/packages/version-control.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index cd262402c1..3748a326b5 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -109,6 +109,7 @@ (define-module (gnu packages version-control) #:use-module (gnu packages python) #:use-module (gnu packages python-build) #:use-module (gnu packages python-check) + #:use-module (gnu packages python-crypto) #:use-module (gnu packages python-web) #:use-module (gnu packages python-xyz) #:use-module (gnu packages readline) @@ -2422,6 +2423,28 @@ (define-public grokmirror based on a manifest file published by servers.") (license license:gpl3+))) +(define-public patatt + (package + (name "patatt") + (version "0.4.4") + (source + (origin + (method url-fetch) + (uri (pypi-uri "patatt" version)) + (sha256 + (base32 "08v7f8rwr0gx21q2igxrw51ydlwkgcjch75xhdg0qvnknn4k1c3z")))) + (build-system python-build-system) + (arguments '(#:tests? #f)) ; No tests. + (propagated-inputs + `(("python-pynacl" ,python-pynacl))) + (home-page "https://git.kernel.org/pub/scm/utils/patatt/patatt.git") + (synopsis "Tool for cryptographic patch attestation") + (description "This utility provides end-to-end cryptographic attestation +of patches sent via mail. It does so by adapting the DKIM email signature +standard to include cryptographic signatures via the X-Developer-Signature +email header.") + (license license:expat-0))) + (define-public b4 (package (name "b4") -- 2.31.1