GNU bug report logs - #53117
[PATCH 41/41] gnu: adding rust-rbw

Previous Next

Package: guix-patches;

Reported by: Nicolas Graves <ngraves <at> ngraves.fr>

Date: Fri, 7 Jan 2022 14:34:02 UTC

Severity: normal

Tags: patch

Merged with 53075, 53076, 53077, 53078, 53079, 53080, 53081, 53082, 53083, 53084, 53085, 53086, 53087, 53088, 53089, 53090, 53091, 53092, 53093, 53094, 53095, 53096, 53097, 53098, 53099, 53100, 53101, 53102, 53103, 53104, 53105, 53106, 53107, 53108, 53109, 53110, 53111, 53112, 53113, 53114, 53115, 53116

Fixed in versions 53101, 53102, 53103, 53104, 53105, 53106, 53107, 53108, 53109, 53110, 53111, 53112, 53113, 53114, 53115, 53116, 53123

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 53117 in the body.
You can then email your comments to 53117 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#53117; Package guix-patches. (Fri, 07 Jan 2022 14:34:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Nicolas Graves <ngraves <at> ngraves.fr>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 07 Jan 2022 14:34:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Graves <ngraves <at> ngraves.fr>
To: guix-patches <at> gnu.org
Subject: [PATCH 41/41] gnu: adding rust-rbw
Date: Fri, 07 Jan 2022 15:32:30 +0100
[0042-adding-package-rust-rbw-1.patch (text/x-patch, inline)]
From ac3677579d9b0b8485deda8f2a14507f070b4bdd Mon Sep 17 00:00:00 2001
From: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Fri, 7 Jan 2022 14:05:13 +0100
Subject: [PATCH 42/42] adding package rust-rbw-1

---
 gnu/packages/crates-io.scm | 65 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 65 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index d77e8727b3..b66b39e9d3 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -43503,6 +43503,71 @@ (define-public rust-rayon-core-1
     (description "This package provides core APIs for Rayon.")
     (license (list license:asl2.0 license:expat))))
 
+(define-public rust-rbw-1
+  (package
+   (name "rust-rbw")
+   (version "1.4.1")
+   (source
+    (origin
+     (method url-fetch)
+     (uri (crate-uri "rbw" version))
+     (file-name (string-append name "-" version ".tar.gz"))
+     (sha256
+      (base32 "0zszp9hvilpikbd66b5zbvspks0spv8dh0yry0sxnc5yqvl2ixnf"))))
+   (build-system cargo-build-system)
+   (arguments
+    `(#:cargo-inputs
+      (("rust-aes" ,rust-aes-0.7)
+       ("rust-anyhow" ,rust-anyhow-1)
+       ("rust-arrayvec" ,rust-arrayvec-0.7)
+       ("rust-async-trait" ,rust-async-trait-0.1)
+       ("rust-base32" ,rust-base32-0.4)
+       ("rust-base64" ,rust-base64-0.13)
+       ("rust-block-modes" ,rust-block-modes-0.8)
+       ("rust-block-padding" ,rust-block-padding-0.2)
+       ("rust-daemonize" ,rust-daemonize-0.4)
+       ("rust-directories" ,rust-directories-4)
+       ("rust-env-logger" ,rust-env-logger-0.9)
+       ("rust-hkdf" ,rust-hkdf-0.11)
+       ("rust-hmac" ,rust-hmac-0.11)
+       ("rust-humantime" ,rust-humantime-2)
+       ("rust-libc" ,rust-libc-0.2)
+       ("rust-log" ,rust-log-0.4)
+       ("rust-nix" ,rust-nix-0.23)
+       ("rust-paw" ,rust-paw-1)
+       ("rust-pbkdf2" ,rust-pbkdf2-0.9)
+       ("rust-percent-encoding" ,rust-percent-encoding-2)
+       ("rust-rand" ,rust-rand-0.8)
+       ("rust-region" ,rust-region-3)
+       ("rust-reqwest" ,rust-reqwest-0.11)
+       ("rust-rsa" ,rust-rsa-0.5)
+       ("rust-serde" ,rust-serde-1)
+       ("rust-serde-json" ,rust-serde-json-1)
+       ("rust-serde-path-to-error" ,rust-serde-path-to-error-0.1)
+       ("rust-serde-repr" ,rust-serde-repr-0.1)
+       ("rust-sha-1" ,rust-sha-1-0.9)
+       ("rust-sha2" ,rust-sha2-0.9)
+       ("rust-structopt" ,rust-structopt-0.3)
+       ("rust-tempfile" ,rust-tempfile-3)
+       ("rust-term-size" ,rust-term-size-0.3)
+       ("rust-textwrap" ,rust-textwrap-0.11)
+       ("rust-thiserror" ,rust-thiserror-1)
+       ("rust-tokio" ,rust-tokio-1)
+       ("rust-totp-lite" ,rust-totp-lite-1)
+       ("rust-url" ,rust-url-2)
+       ("rust-uuid" ,rust-uuid-0.8)
+       ("rust-zeroize" ,rust-zeroize-1.4))))
+   (home-page "https://git.tozt.net/rbw")
+   (synopsis "Unofficial Bitwarden CLI")
+   (description "This package is an unofficial command line client for
+Bitwarden. Although it does come with its own command line client, this client
+is limited by being stateless, which makes it very difficult to use. This
+client avoids this problem by maintaining a background process which is able
+to hold the keys in memory, similar to the way that ssh-agent or gpg-agent
+work. This allows the client to be used in a much simpler way, with the
+background agent taking care of maintaining the necessary state.")
+   (license license:expat)))
+
 (define-public rust-rctree-0.3
   (package
     (name "rust-rctree")
-- 
2.34.0





Merged 53075 53076 53077 53078 53079 53080 53081 53082 53083 53084 53085 53086 53087 53088 53089 53090 53091 53092 53093 53094 53095 53096 53097 53098 53099 53100 53101 53102 53103 53104 53105 53106 53107 53108 53109 53110 53111 53112 53113 53114 53115 53116 53117. Request was from Maxime Devos <maximedevos <at> telenet.be> to control <at> debbugs.gnu.org. (Sat, 08 Jan 2022 14:28:04 GMT) Full text and rfc822 format available.

Merged 53075 53076 53077 53078 53079 53080 53081 53082 53083 53084 53085 53086 53087 53088 53089 53090 53091 53092 53093 53094 53095 53096 53097 53098 53099 53100 53101 53102 53103 53104 53105 53106 53107 53108 53109 53110 53111 53112 53113 53114 53115 53116 53117. Request was from Maxime Devos <maximedevos <at> telenet.be> to control <at> debbugs.gnu.org. (Sat, 08 Jan 2022 14:32:05 GMT) Full text and rfc822 format available.

bug marked as fixed in version 53101 53102 53103 53104 53105 53106 53107 53108 53109 53110 53111 53112 53113 53114 53115 53116 53123, send any further explanations to 53100 <at> debbugs.gnu.org and Nicolas Graves <ngraves <at> ngraves.fr> Request was from Nicolas Goaziou <mail <at> nicolasgoaziou.fr> to control <at> debbugs.gnu.org. (Wed, 19 Jan 2022 13:59:07 GMT) Full text and rfc822 format available.

Information forwarded to guix-patches <at> gnu.org:
bug#53117; Package guix-patches. (Wed, 19 Jan 2022 14:02:01 GMT) Full text and rfc822 format available.

Message #14 received at 53117-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Nicolas Graves via Guix-patches via <guix-patches <at> gnu.org>
Cc: 53117-done <at> debbugs.gnu.org, Nicolas Graves <ngraves <at> ngraves.fr>
Subject: Re: [bug#53117] [PATCH 41/41] gnu: adding rust-rbw
Date: Wed, 19 Jan 2022 15:01:19 +0100
Hello,

Nicolas Graves via Guix-patches via <guix-patches <at> gnu.org> writes:

> From ac3677579d9b0b8485deda8f2a14507f070b4bdd Mon Sep 17 00:00:00 2001
> From: Nicolas Graves <ngraves <at> ngraves.fr>
> Date: Fri, 7 Jan 2022 14:05:13 +0100
> Subject: [PATCH 42/42] adding package rust-rbw-1

I renamed it "rbw" and moved it to rust-apps.scm. I also had to fix
a dependency issue.

Regards,
-- 
Nicolas Goaziou




Information forwarded to guix-patches <at> gnu.org:
bug#53117; Package guix-patches. (Wed, 19 Jan 2022 14:03:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 17 Feb 2022 12:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 68 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.