From patchwork Thu Jun 3 03:17:40 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Andr=C3=A9_Batista?= X-Patchwork-Id: 29808 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 8EAA027BC81; Thu, 3 Jun 2021 04:20:37 +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 5710E27BC78 for ; Thu, 3 Jun 2021 04:20:37 +0100 (BST) Received: from localhost ([::1]:59214 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1loduO-0007Hq-9a for patchwork@mira.cbaines.net; Wed, 02 Jun 2021 23:20:36 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48776) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lodtr-0007C3-Vq for guix-patches@gnu.org; Wed, 02 Jun 2021 23:20:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58453) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1lodtr-0001fZ-Nh for guix-patches@gnu.org; Wed, 02 Jun 2021 23:20:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1lodtr-0001BR-Im for guix-patches@gnu.org; Wed, 02 Jun 2021 23:20:03 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#42380] [PATCH v4 3/9] gnu: Add go-github-com-dchest-siphash. Resent-From: =?utf-8?b?QW5kcsOp?= Batista Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 03 Jun 2021 03:20:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 42380 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 42380@debbugs.gnu.org Cc: =?utf-8?b?QW5kcsOp?= Batista Received: via spool by 42380-submit@debbugs.gnu.org id=B42380.16226903774418 (code B ref 42380); Thu, 03 Jun 2021 03:20:03 +0000 Received: (at 42380) by debbugs.gnu.org; 3 Jun 2021 03:19:37 +0000 Received: from localhost ([127.0.0.1]:41745 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lodtQ-00019A-Mt for submit@debbugs.gnu.org; Wed, 02 Jun 2021 23:19:36 -0400 Received: from mx1.riseup.net ([198.252.153.129]:40964) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lodtP-00018r-GG for 42380@debbugs.gnu.org; Wed, 02 Jun 2021 23:19:35 -0400 Received: from fews1.riseup.net (fews1-pn.riseup.net [10.0.1.83]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "Sectigo RSA Domain Validation Secure Server CA" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 4FwWN21WnNzDq8t for <42380@debbugs.gnu.org>; Wed, 2 Jun 2021 20:19:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1622690370; bh=8ZMIZbJtQWc3sJBKWFNNgCTsIgRJxQ9Zdstx0v9ayiU=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=UXM4/w3NBZ6RFtOXG/EGoqm5qDqTFRt5lNPqpcntvnUL1dV32hxv46fvGD5cxA0LT 89lkw2a4DjxwfxrTlaacH1nVpdfP+Qjj5Vl2XJNxQ+McpaIjrtu31bxKYl4DSPgput uHBw3dNQPOUqW6O131hwBVz6ih5+b7YSHmvBFqCQ= X-Riseup-User-ID: 72A072990D84B83BC8982F6FFFE195649ACCEE9EE650F9AE361CBAFBB09DD955 Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews1.riseup.net (Postfix) with ESMTPSA id 4FwWN1243jz5vks; Wed, 2 Jun 2021 20:19:29 -0700 (PDT) From: =?utf-8?b?QW5kcsOp?= Batista Date: Thu, 3 Jun 2021 00:17:40 -0300 Message-Id: <61cb1458a6f5a8f42637e08b0d76837b65aeb57b.1622687706.git.nandre@riseup.net> In-Reply-To: References: <20201007155154.GA5226@andel> MIME-Version: 1.0 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/golang.scm (go-github-com-dchest-siphash): New variable. diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index 2569d450b2..037163766d 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -7096,3 +7096,30 @@ is unmaintained. Newer software should use x-crypto instead.") ;; License file is referred but it is missing. Probably because the ;; author decided to discontinue the project. (license (license:non-copyleft "file://ed25519.go"))))) + +(define-public go-github-com-dchest-siphash + (let ((commit "34f201214d993633bb24f418ba11736ab8b55aa7") + (revision "0")) + (package + (name "go-github-com-dchest-siphash") + (version (git-version "0.0.0" revision commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/dchest/siphash") + (commit commit))) + (file-name (string-append name "-" version "-checkout")) + (sha256 + (base32 + "08s076y7vmjqnq7jz0762hkm896r6r31v8b31a3gy0n8rfa01k8k")))) + (build-system go-build-system) + (arguments + '(#:import-path "github.com/dchest/siphash")) + (home-page "https://github.com/dchest/siphash") + (synopsis "Go library for siphash") + (description "Go implementation of SipHash-2-4, a fast short-input +Pseudo Random Function which is suitable for usage in message authentication +codes and was based on the design created by Jean-Philippe Aumasson and Daniel +J. Bernstein. ") + (license license:cc0))))