From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:c151::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id kLEuEuGXGGTzXgEASxT56A (envelope-from ) for ; Mon, 20 Mar 2023 18:29:05 +0100 Received: from aspmx2.migadu.com ([2001:41d0:2:c151::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id mG44EeGXGGSfiwAAG6o9tA (envelope-from ) for ; Mon, 20 Mar 2023 18:29:05 +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 aspmx2.migadu.com (Postfix) with ESMTPS id 0C23136653 for ; Mon, 20 Mar 2023 18:29:05 +0100 (CET) Authentication-Results: aspmx2.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20210112 header.b=Aqa2JrxK; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (aspmx2.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" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1679333345; 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=txzeyLbuzb42P5//FMOp9TIOfB45Ptp7/un7b19IGk4=; b=Yrm2bmNIALxI89AgsgXGxlZRvLB+3dUmD6yks4y92M9mxE6hC/hGM15vw2xclFeAQyKMMc 75dyUzEcSDJn9ISAPsxMkWlAmPw3IUph060mTx+PrcCYs+O6SrLxZMiy9V8IUtudsQpygu UZmz4ZSm6ZetLhhQr3WApFDE36oTQMrO9DYlXtbTnlUJ92A29ce7rB0Y4eHo3hFRzFcL3H jpE9xQeJUmNqS7Pauxz02WXhwc9GgGHvxUAWmAh0yPOIkM0QccomBnVM5dfH0g+EH84Gux D7fj+u8fbPH/e66TeJQ4jw8IAK2BXHypOCBPc7gncTp1uWfO1RUycWPXFIST/A== ARC-Authentication-Results: i=1; aspmx2.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20210112 header.b=Aqa2JrxK; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none); spf=pass (aspmx2.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" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1679333345; a=rsa-sha256; cv=none; b=UFW7mA+AcPkMN2slfv56c2Zl++zxkfLBgC0XGvOEaRUZhHs6rUXYRTLV6ycx8oTId5ftIO H9IDDSqp4P6w8YaZbGveqpwjM+WNGkwxozYUkhz4PDeucGcwNvxq3AY9uJKBs0icRNfvDr i0vHtS1LRC47Uk2r9b7io2Xc6zyobnEE0TtljfzmC3PRMZtpPSgXKZxeaOOnezO6Ow00qU jpYxeHxeovkWoSLA+VYXxq0QbFWhxXgN43QSsH3x3UAAzyfjkyGSiRGOM6XTK9Lhsc3CbY d2CYnAapKUs/2LCSvB2a60ahmJkNPspKicSk2hVIz865ZeNBQV1S4fxYnhpt0A== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1peJGw-0004Nd-A2; Mon, 20 Mar 2023 13:26:14 -0400 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 1peJGo-0004Gq-Jc for guix-patches@gnu.org; Mon, 20 Mar 2023 13:26:06 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1peJGo-0005M8-BQ for guix-patches@gnu.org; Mon, 20 Mar 2023 13:26:06 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1peJGo-0003xn-6a for guix-patches@gnu.org; Mon, 20 Mar 2023 13:26:06 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#62196] [PATCH 058/223] gnu: Add ruby-bcrypt. Resent-From: Maxim Cournoyer Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 20 Mar 2023 17:26:06 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 62196 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 62196@debbugs.gnu.org Cc: Maxim Cournoyer Received: via spool by 62196-submit@debbugs.gnu.org id=B62196.167933311714489 (code B ref 62196); Mon, 20 Mar 2023 17:26:06 +0000 Received: (at 62196) by debbugs.gnu.org; 20 Mar 2023 17:25:17 +0000 Received: from localhost ([127.0.0.1]:56031 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1peJG0-0003lW-MJ for submit@debbugs.gnu.org; Mon, 20 Mar 2023 13:25:17 -0400 Received: from mail-qt1-f174.google.com ([209.85.160.174]:42948) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1peJ8W-0003Dq-Ej for 62196@debbugs.gnu.org; Mon, 20 Mar 2023 13:17:32 -0400 Received: by mail-qt1-f174.google.com with SMTP id r16so13933700qtx.9 for <62196@debbugs.gnu.org>; Mon, 20 Mar 2023 10:17:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; t=1679332652; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=txzeyLbuzb42P5//FMOp9TIOfB45Ptp7/un7b19IGk4=; b=Aqa2JrxKFELW3eG7VQStPovVEwEAHtBKOzDq/4p5RFL7FTbKuEilAci9t1piGT9J4f G6gDap2ADp13ItwuY8JdL9sRge3LODj3QMenRKbdyIIUWLYDfTVgh3KCbJDJzhIYzZcN sfDQ4GjLuLC3QRLG1K4pxq+1v6n1ZlUpxm0sFNPR3sGjuh3lmG8+0nXLwWGQP9Fg5bKA xxQobHYv0IjvGGR5CHdRRL6u/hyHoXlCv2CUXhCbfDdNHWjxJNGLBQF4LjLJ9i4txv7t HcWzOii47J3sr3siGNWlXkpZZhY4p+x0Hure5WgjGTvy2WHLWzhwcxP3l3dSgNxa1kAP a6qg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; t=1679332652; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=txzeyLbuzb42P5//FMOp9TIOfB45Ptp7/un7b19IGk4=; b=kdi0SNYt65SnsGGqitC0797gLuE+QSm6Prd1iwdOQAGAJ2m1qeV+PgNUMCf4rCMFFx J3sYUeK5Pd2fbGVdEnjWnSX2h7S9jH9pQf++J0dEmWBvzhLOn/0pL4Ia42/U7uG6yyHd uP62EPCAs/x6f+VFkME+j7ouhmo3heTtG7R77UxRLvBCp1VCOtsXuct6vVJ5LmyOMZmS ywUgDQXcb032l/8eALsK0V3ylQ1HubepyMUACxZ1vNhBms2tfj/HA+oKfqk7rdbiMTFW jmwStambQkw3FuQhoYnNqFMIuAV5lcQrZK4u7QySDWysHV5iMGFDUWGBO6hpW3IS3a3T +hmw== X-Gm-Message-State: AO0yUKVitnL8DtJHR9ZRGvhfBEI3JK7a7a1fiairLWLPj9NzmrCrY8Tp LoXofr0SN/8dUJbCHdVhhmv+7qFTsgs= X-Google-Smtp-Source: AK7set/CxZWMnQRtUzVfls8BkdLghc6TrnC6ujoTUr4mNQvocCDUf8lTsQ9LovikhTLtCxHNCeYGMg== X-Received: by 2002:ac8:5fd2:0:b0:3bf:e005:3a85 with SMTP id k18-20020ac85fd2000000b003bfe0053a85mr25086312qta.5.1679332651971; Mon, 20 Mar 2023 10:17:31 -0700 (PDT) Received: from localhost.localdomain (dsl-10-128-46.b2b2c.ca. [72.10.128.46]) by smtp.gmail.com with ESMTPSA id p17-20020a374211000000b007428e743508sm7673809qka.70.2023.03.20.10.17.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 20 Mar 2023 10:17:31 -0700 (PDT) From: Maxim Cournoyer Date: Mon, 20 Mar 2023 13:13:50 -0400 Message-Id: <20230320171635.11184-58-maxim.cournoyer@gmail.com> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230320171635.11184-1-maxim.cournoyer@gmail.com> References: <20230320171635.11184-1-maxim.cournoyer@gmail.com> 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: X-Migadu-Queue-Id: 0C23136653 X-Spam-Score: -2.66 X-Migadu-Spam-Score: -2.66 X-Migadu-Scanner: scn0.migadu.com 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-Country: US X-Migadu-Flow: FLOW_IN X-TUID: sv15Sp0Xatov * gnu/packages/ruby.scm (ruby-bcrypt): New variable. --- gnu/packages/ruby.scm | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index 92b384d646..efdb62e991 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -9593,6 +9593,26 @@ (define-public ruby-systemu (home-page "https://github.com/ahoward/systemu") (license license:ruby))) +(define-public ruby-bcrypt + (package + (name "ruby-bcrypt") + (version "3.1.18") + ;; FIXME: Unbundle the bcrypt library used. + (source (origin + (method url-fetch) + (uri (rubygems-uri "bcrypt" version)) + (sha256 + (base32 + "048z3fvcknqx7ikkhrcrykxlqmf9bzc7l0y5h1cnvrc9n2qf0k8m")))) + (build-system ruby-build-system) + (arguments (list #:test-target "default")) ;compile + spec + (native-inputs (list ruby-rake-compiler ruby-rspec)) + (synopsis "Ruby bcrypt wrapper") + (description "This Ruby library provides a simple wrapper to bcrypt, a +secure hash algorithm for hashing passwords.") + (home-page "https://github.com/bcrypt-ruby/bcrypt-ruby") + (license license:expat))) + (define-public ruby-bio-commandeer (package (name "ruby-bio-commandeer") -- 2.39.1