From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id GKP3KWcAWWXmbwAAG6o9tA:P1 (envelope-from ) for ; Sat, 18 Nov 2023 19:20:23 +0100 Received: from aspmx1.migadu.com ([2001:41d0:303:e16b::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id GKP3KWcAWWXmbwAAG6o9tA (envelope-from ) for ; Sat, 18 Nov 2023 19:20:23 +0100 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 4AC2E57246 for ; Sat, 18 Nov 2023 19:20:23 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=uvy.fr header.s=202105 header.b=O939pVme; 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"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=uvy.fr (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1700331623; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc: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=dQIqONwQrSO57hXjUk6j+c9LcxFQPxQPWW1jAnx01ts=; b=qOnES5OwvvGeSnhjSSRAm8U/MTINysosu+UBMX/CADJTkTQA9k0zSo0GL8eTo2Oh7rMgdF kfQfzD1vs1odnxk+KFNVdQ7IiVhqYdYmjCkO/dzORtK4YSCkPnIgNysDYtoma1Ubez2VTR FNdrpzckF2ozVJSIZs80DB8UV2OVv5OEYtVW2JesIv4ZfQbgpf5Sbo1JAykP68PZl9GdRI z2B61PEcdZ9oPKguW+xWvT7NAJ9LS6N63se3AZcqInjl4l+V0WfcAH/c6mXYuTSm8LLSrc Aj/Sk2sgqiX7wVDSG9sB8twwZYDO3yraOIKeV2hu2QRAlJ2ezFBN2Tx7J0mfrg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=uvy.fr header.s=202105 header.b=O939pVme; 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"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=uvy.fr (policy=none) ARC-Seal: i=1; s=key1; d=yhetil.org; t=1700331623; a=rsa-sha256; cv=none; b=EYOlMsiKZrCPTKbSDOTJVYu48gke2RiY2GPRF15W0oBclEelBR0z80g4CHsyy/TDOwXebb VQV3yl9EU0Z55BFsawtTNm+JkY643f1BA9aTb7V0AFro2xNJbLAtoaOFMIw/KdS2sSiHJP aFz0KhHIRM7shCk7VChKHNyOmBAflZhQ1Ks0BQAKiQQ5iCPxcoLe27WG77iNS8Lmav7sXb m47ZptDwnZEyx5SKR8Qd7jtr1o7dw8tr4riwNalpmD5xCyAR/cVq0e0cS7HUL9auLgxbJS TuKOomKPN575qpP0oQO4jbmD6Z04Hz3bPtLYLujUGgsodHpNtqV44Rj8t/VIQA== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1r4PvJ-0005xo-Pk; Sat, 18 Nov 2023 13:20:05 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1r4PvI-0005x7-JJ for guix-patches@gnu.org; Sat, 18 Nov 2023 13:20:04 -0500 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1r4PvI-0002Cg-AZ for guix-patches@gnu.org; Sat, 18 Nov 2023 13:20:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1r4PvJ-0008MG-8G for guix-patches@gnu.org; Sat, 18 Nov 2023 13:20:05 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#67263] [PATCH 8/8] gnu: Add nats-server. Resent-From: Benjamin Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 18 Nov 2023 18:20:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 67263 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 67263@debbugs.gnu.org. Cc: Benjamin Received: via spool by 67263-submit@debbugs.gnu.org id=B67263.170033156232012 (code B ref 67263); Sat, 18 Nov 2023 18:20:05 +0000 Received: (at 67263) by debbugs.gnu.org; 18 Nov 2023 18:19:22 +0000 Received: from localhost ([127.0.0.1]:49492 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r4Puc-0008KA-CR for submit@debbugs.gnu.org; Sat, 18 Nov 2023 13:19:22 -0500 Received: from mail.uvy.fr ([2001:41d0:304:200::4a2]:45286) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r4PuS-0008Im-UO for 67263@debbugs.gnu.org; Sat, 18 Nov 2023 13:19:13 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=uvy.fr; s=202105; t=1700331546; bh=uxCGMz/BYPzSYiebSTQA5wa3/ucIhhZNxjTYxTDS/jc=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=O939pVmex0GCfMg2+3pR53bnS4RnTuAHzDXIvYwXTvTd8GrEr1Rtu9I4ayUBirUC7 jDBi5djFmbUQ6SkLOlSMH80kkDq8O5K0hlzWRYLQo6j/g7ctjQS62vPKD0hGB2PjYC chX4eEauipbsC95J1luB+D3Dr2zFBjtBHcDOpfEsN4xFv/Ki+osirDhp8hQwFDkMuV tasV/8Qr8S7Jr6YxoJjBV6SyG1cQ4CwnKqMy+BDOZHB508ZOP90Jebsvud8kZOuYfl K6FNO6QJ3kS22PoTK+RpwRHG47dKLk2Vj+9NPePkPFGxj5aCklIaqwcVpWCD5UMb5I tqkSClEmnx8hQ== From: Benjamin Date: Sat, 18 Nov 2023 19:17:35 +0100 Message-ID: <8cd092123fd42e51fe17ce528f5e717146a81b19.1700330009.git.benjamin@uvy.fr> X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: 4.40 X-Spam-Score: 4.40 X-Migadu-Queue-Id: 4AC2E57246 X-Migadu-Scanner: mx13.migadu.com X-TUID: 2D3/1g9JgRa7 * gnu/packages/messaging.scm (nats-server): New variable. Change-Id: Idb05684fae798b37d396279f136f11fce85e2e02 --- gnu/packages/messaging.scm | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index 1c5bc4bbd7..04474a1094 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -2889,6 +2889,38 @@ (define-public mosquitto ;; Dual licensed. (license (list license:epl1.0 license:edl1.0)))) +(define-public nats-server + (package + (name "nats-server") + (version "2.10.5") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/nats-io/nats-server") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "07dcn6him4r1chsqr9p4i7fnbfw60gq29f4zmlyljf2c47i58rf9")))) + (build-system go-build-system) + (inputs (list go-github-com-klauspost-compress go-github-com-minio-highwayhash + go-github-com-nats-io-jwt-v2 go-github-com-nats-io-nats-go + go-github-com-nats-io-nkeys go-github-com-nats-io-nuid + go-go-uber-org-automaxprocs go-golang-org-x-crypto + go-golang-org-x-sys go-golang-org-x-time)) + (arguments + (list #:go go-1.20 #:import-path "github.com/nats-io/nats-server" #:install-source? #f)) + (home-page "https://github.com/nats-io/nats-server") + (synopsis "High performance message broker") + (description + "NATS is a simple, secure and performant communications system for digital + systems, services and devices. NATS is part of the Cloud Native Computing + Foundation (CNCF). NATS has over 40 client language implementations, and its + server can run on-premise, in the cloud, at the edge, and even on a Raspberry + Pi. NATS can secure and simplify design and operation of modern distributed + systems.") + (license license:asl2.0))) + (define-public python-paho-mqtt (package (name "python-paho-mqtt") -- 2.41.0