From patchwork Thu Oct 17 08:09:54 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tanguy LE CARROUR X-Patchwork-Id: 15753 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 124DB175C3; Thu, 17 Oct 2019 09:10:12 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id A76AC1757D for ; Thu, 17 Oct 2019 09:10:11 +0100 (BST) Received: from localhost ([::1]:39352 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iL0rL-0003tk-2W for patchwork@mira.cbaines.net; Thu, 17 Oct 2019 04:10:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43046) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iL0rD-0003tN-Qs for guix-patches@gnu.org; Thu, 17 Oct 2019 04:10:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iL0rC-0003I8-LS for guix-patches@gnu.org; Thu, 17 Oct 2019 04:10:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:38257) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iL0rC-0003Hz-He for guix-patches@gnu.org; Thu, 17 Oct 2019 04:10:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iL0rC-0002Za-BQ for guix-patches@gnu.org; Thu, 17 Oct 2019 04:10:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#37788] [PATCH] gnu: Add minisign. References: <20191017080233.dcsjsyh5ui6x67kj@rafflesia> In-Reply-To: <20191017080233.dcsjsyh5ui6x67kj@rafflesia> Resent-From: Tanguy Le Carrour Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 17 Oct 2019 08:10:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 37788 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 37788@debbugs.gnu.org Received: via spool by 37788-submit@debbugs.gnu.org id=B37788.15712997989875 (code B ref 37788); Thu, 17 Oct 2019 08:10:02 +0000 Received: (at 37788) by debbugs.gnu.org; 17 Oct 2019 08:09:58 +0000 Received: from localhost ([127.0.0.1]:47078 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iL0r7-0002ZC-Q6 for submit@debbugs.gnu.org; Thu, 17 Oct 2019 04:09:58 -0400 Received: from relay12.mail.gandi.net ([217.70.178.232]:33343) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iL0r6-0002Z3-9r for 37788@debbugs.gnu.org; Thu, 17 Oct 2019 04:09:56 -0400 Received: from localhost (176-159-32-89.abo.bbox.fr [176.159.32.89]) (Authenticated sender: tanguy@bioneland.org) by relay12.mail.gandi.net (Postfix) with ESMTPSA id 92CAC200002 for <37788@debbugs.gnu.org>; Thu, 17 Oct 2019 08:09:54 +0000 (UTC) Date: Thu, 17 Oct 2019 10:09:54 +0200 From: Tanguy Le Carrour Message-ID: <20191017080954.rxj4m7dmelakx7zv@rafflesia> MIME-Version: 1.0 Content-Disposition: inline User-Agent: NeoMutt/20180716 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 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 Remove new blank line at EOF. From 467e7d9566cc655c4ea226769b76c8d803ecb4d4 Mon Sep 17 00:00:00 2001 From: Tanguy Le Carrour Date: Thu, 17 Oct 2019 09:57:28 +0200 Subject: [PATCH] gnu: Add minisign. * gnu/packages/crypto.scm (minisign): New public variable. --- gnu/packages/crypto.scm | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm index 9592d18011..9ab15a6395 100644 --- a/gnu/packages/crypto.scm +++ b/gnu/packages/crypto.scm @@ -974,3 +974,36 @@ pre-shared keys out of band. It is designed to handle large amounts of data quickly by using all your CPU cores and hardware acceleration.") (home-page "https://github.com/vstakhov/hpenc") (license license:bsd-3))) + +(define-public minisign + (package + (name "minisign") + (version "0.8") + (source + (origin + (method url-fetch) + (uri + (string-append "https://github.com/jedisct1/minisign/releases/download/" + version "/minisign-" version ".tar.gz")) + (sha256 + (base32 + "10hhgwxf9rcdlr00shrkcyxndrc22dh5lj8k5z27xg3nc0jba3hk")))) + (build-system cmake-build-system) + (arguments + ; No test suite + `(#:tests? #f)) + (native-inputs + `(("pkg-config" ,pkg-config))) + (inputs + `(("libsodium" ,libsodium))) + (home-page "https://jedisct1.github.io/minisign") + (synopsis "Tool to sign files and verify signatures") + (description + "Minisign is a dead simple tool to sign files and verify signatures. It is +portable, lightweight, and uses the highly secure Ed25519 public-key signature +system. Signature written by minisign can be verified using OpenBSD's +signify tool: public key files and signature files are compatible. However, +minisign uses a slightly different format to store secret keys. Minisign +signatures include trusted comments in addition to untrusted comments. +Trusted comments are signed, thus verified, before being displayed.") + (license license:isc)))