From patchwork Sat Jul 17 13:09:40 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kyle Meyer X-Patchwork-Id: 31468 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 91D9F27BC78; Sat, 17 Jul 2021 14:11:24 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-2.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI,RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS, T_DKIM_INVALID,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.2 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id E2FBD27BC6B for ; Sat, 17 Jul 2021 14:11:23 +0100 (BST) Received: from localhost ([::1]:47422 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1m4k6F-0008Ae-1Q for patchwork@mira.cbaines.net; Sat, 17 Jul 2021 09:11:23 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:54610) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m4k5v-0007iW-B3 for guix-patches@gnu.org; Sat, 17 Jul 2021 09:11:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:41428) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1m4k5v-0002wh-2y for guix-patches@gnu.org; Sat, 17 Jul 2021 09:11:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1m4k5u-0006Ji-W8 for guix-patches@gnu.org; Sat, 17 Jul 2021 09:11:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#48702] [PATCH v3 2/3] gnu: Add patatt. Resent-From: Kyle Meyer Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 17 Jul 2021 13:11:02 +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 Cc: Xinglu Chen Received: via spool by 48702-submit@debbugs.gnu.org id=B48702.162652743324226 (code B ref 48702); Sat, 17 Jul 2021 13:11:02 +0000 Received: (at 48702) by debbugs.gnu.org; 17 Jul 2021 13:10:33 +0000 Received: from localhost ([127.0.0.1]:52971 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m4k5Q-0006Ia-Ud for submit@debbugs.gnu.org; Sat, 17 Jul 2021 09:10:33 -0400 Received: from out2.migadu.com ([188.165.223.204]:19067) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m4k5F-0006Hr-W4 for 48702@debbugs.gnu.org; Sat, 17 Jul 2021 09:10:28 -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=1626527421; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=v19GEKQFb1VtkIuSXkl9ZTKZs2/+nl7Fvc30uzFU+hw=; b=d7+gMqtO9ENoIMaMNgAe4Mhxlk+Dvx1p3WBKAwoCrpMB+K99nctAaVQTqsauT0JmNE2z6c Cs3zEGBU6mJTBErqzVxkHYzThJ5dFWuLqx112DseASe1yg/gTUQALCsFzgWdr1xoAGQGbf j6a/OOgE11rd0gMjsk1Eg0qI+lap/BbaMglcm6ToXUeb5IQHoms7p59RIXRFtVNdYQJ7+9 yVhoKZLI3J2rTXVzD47Z31/0o6x9jp2mQUKSqqWHwe/C3A+29Zk7r/w5Ees+DzlR9/lIIQ kH+iO4K1YBUkfpcI2j1Q/63TjvsTkjc5zZW9TgzPovLF5QAD4GppQb/I6ScPjA== From: Kyle Meyer Date: Sat, 17 Jul 2021 09:09:40 -0400 Message-Id: <20210717130941.25146-3-kyle@kyleam.com> In-Reply-To: <20210717130941.25146-1-kyle@kyleam.com> References: <20210603064009.18820-1-kyle@kyleam.com> <20210717130941.25146-1-kyle@kyleam.com> MIME-Version: 1.0 X-Migadu-Flow: FLOW_OUT 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+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches * 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 7c1dbe8b26..b4aa1ce776 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) @@ -2421,6 +2422,28 @@ (define-public grokmirror based on a manifest file published by servers.") (license license:gpl3+))) +(define-public patatt + (package + (name "patatt") + (version "0.4.6") + (source + (origin + (method url-fetch) + (uri (pypi-uri "patatt" version)) + (sha256 + (base32 "06xrbm94a6mzrp6pih7pk4bbcbjh4xrf8y8qjg8va4qbvkhhcl2c")))) + (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")