From debbugs-submit-bounces@debbugs.gnu.org Mon Mar 20 13:25:17 2023 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 To: 62196@debbugs.gnu.org Subject: [PATCH 058/223] gnu: Add ruby-bcrypt. 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-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 62196 Cc: Maxim Cournoyer X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * 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