From: "VÖRÖSKŐI András" <voroskoi@gmail.com>
To: 67077@debbugs.gnu.org
Cc: "VÖRÖSKŐI András" <voroskoi@gmail.com>,
"Efraim Flashner" <efraim@flashner.co.il>
Subject: [bug#67077] [PATCH 36/36] gnu: rbw: Update to 1.8.3.
Date: Sat, 11 Nov 2023 16:35:44 +0100 [thread overview]
Message-ID: <c3bb16959604ca987c1ca16b0708b6be5eadf612.1699716944.git.voroskoi@gmail.com> (raw)
In-Reply-To: <ff190edcc3a1bc85e645c0a9785133c69a7d5688.1699716941.git.voroskoi@gmail.com>
* gnu/packages/rust-apps.scm (rbw): Update to 1.8.3.
Change-Id: Ie6454152cb24b2f4731603d1eb7086499a044d3a
---
gnu/packages/rust-apps.scm | 68 +++++++++++++++++++++-----------------
1 file changed, 37 insertions(+), 31 deletions(-)
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index eb5214f534..4495fd568a 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -1840,69 +1840,75 @@ (define-public watchexec
(define-public rbw
(package
(name "rbw")
- (version "1.4.1")
+ (version "1.8.3")
(source
(origin
(method url-fetch)
(uri (crate-uri "rbw" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
- (base32 "0zszp9hvilpikbd66b5zbvspks0spv8dh0yry0sxnc5yqvl2ixnf"))))
+ (base32 "1p8bzpqgdc20l2vbb80gsb2ri5j16af958bixpnnp73mfvwzxvg1"))))
(build-system cargo-build-system)
(arguments
`(#:phases
(modify-phases %standard-phases
(add-after 'configure 'relax-requirements
(lambda _
- (substitute*
- "guix-vendor/rust-password-hash-0.3.2.tar.gz/Cargo.toml"
- (("version = \">=1, <1.1.0\"") "version = \">=1\""))
- (substitute*
- "guix-vendor/rust-rsa-0.5.0.tar.gz/Cargo.toml"
- (("version = \">=1, <1.5\"") "version = \"^1\""))
- (substitute*
- "Cargo.toml"
- (("version = \"1.4\"") "version = \"^1\"")))))
+ ;; rust-log
+ (substitute* "Cargo.toml" (("0.4.19") "^0.4.17"))
+ ;; rust-reqwest
+ (substitute* "Cargo.toml" (("0.11.18") "^0.11.14"))
+ ;; rust-uuid
+ (substitute* "Cargo.toml" (("1.4.1") "^1.3.3")))))
#:cargo-inputs
- (("rust-aes" ,rust-aes-0.7)
+ (("rust-aes" ,rust-aes-0.8)
("rust-anyhow" ,rust-anyhow-1)
+ ("rust-argon2" ,rust-argon2-0.5)
("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-base64" ,rust-base64-0.21)
+ ("rust-block-padding" ,rust-block-padding-0.3)
+ ("rust-cbc" ,rust-cbc-0.1)
+ ("rust-clap" ,rust-clap-4)
+ ("rust-clap-complete" ,rust-clap-complete-4)
+ ("rust-copypasta" ,rust-copypasta-0.8)
+ ("rust-daemonize" ,rust-daemonize-0.5)
+ ("rust-directories" ,rust-directories-5)
+ ("rust-env-logger" ,rust-env-logger-0.10)
+ ("rust-futures" ,rust-futures-0.3)
+ ("rust-futures-channel" ,rust-futures-channel-0.3)
+ ("rust-futures-util" ,rust-futures-util-0.3)
+ ("rust-hkdf" ,rust-hkdf-0.12)
+ ("rust-hmac" ,rust-hmac-0.12)
("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-nix" ,rust-nix-0.24)
+ ("rust-pbkdf2" ,rust-pbkdf2-0.12)
("rust-percent-encoding" ,rust-percent-encoding-2)
+ ("rust-pkcs8" ,rust-pkcs8-0.10)
("rust-rand" ,rust-rand-0.8)
("rust-region" ,rust-region-3)
("rust-reqwest" ,rust-reqwest-0.11)
- ("rust-rsa" ,rust-rsa-0.5)
+ ("rust-rmpv" ,rust-rmpv-1)
+ ("rust-rsa" ,rust-rsa-0.9)
("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-sha1" ,rust-sha1-0.10)
+ ("rust-sha2" ,rust-sha2-0.10)
("rust-tempfile" ,rust-tempfile-3)
- ("rust-term-size" ,rust-term-size-0.3)
- ("rust-textwrap" ,rust-textwrap-0.11)
+ ("rust-terminal-size" ,rust-terminal-size-0.2)
+ ("rust-textwrap" ,rust-textwrap-0.16)
("rust-thiserror" ,rust-thiserror-1)
("rust-tokio" ,rust-tokio-1)
- ("rust-totp-lite" ,rust-totp-lite-1)
+ ("rust-tokio-stream" ,rust-tokio-stream-0.1)
+ ("rust-tokio-tungstenite" ,rust-tokio-tungstenite-0.19)
+ ("rust-totp-lite" ,rust-totp-lite-2)
("rust-url" ,rust-url-2)
- ("rust-uuid" ,rust-uuid-0.8)
+ ("rust-uuid" ,rust-uuid-1)
("rust-zeroize" ,rust-zeroize-1))))
(native-inputs
(list perl))
--
2.41.0
next prev parent reply other threads:[~2023-11-11 15:38 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-11 15:15 [bug#67077] Update rbw, the bitwarden client VÖRÖSKŐI András
2023-11-11 15:35 ` [bug#67077] [PATCH 01/36] gnu: rust-cpufeatures-0.2: Update to 0.2.11 VÖRÖSKŐI András
2023-11-11 15:35 ` [bug#67077] [PATCH 02/36] gnu: Add rust-argon2-0.5 VÖRÖSKŐI András
2023-11-11 15:35 ` [bug#67077] [PATCH 03/36] gnu: rust-base64-0.21: Update to 0.21.5 VÖRÖSKŐI András
2023-11-11 15:35 ` [bug#67077] [PATCH 04/36] gnu: Add rust-borsh-schema-derive-internal-0.10 VÖRÖSKŐI András
2023-11-11 15:35 ` [bug#67077] [PATCH 05/36] gnu: Add rust-borsh-derive-internal-0.10 VÖRÖSKŐI András
2023-11-11 15:35 ` [bug#67077] [PATCH 06/36] gnu: Add rust-borsh-derive-0.10 VÖRÖSKŐI András
2023-11-11 15:35 ` [bug#67077] [PATCH 07/36] gnu: Add rust-borsh-0.10 VÖRÖSKŐI András
2023-11-11 15:35 ` [bug#67077] [PATCH 08/36] gnu: rust-zeroize-1: Update to 1.6.0 VÖRÖSKŐI András
2023-11-11 15:35 ` [bug#67077] [PATCH 09/36] gnu: rust-thiserror-impl-1: Update to 1.0.50 VÖRÖSKŐI András
2023-11-11 15:35 ` [bug#67077] [PATCH 10/36] gnu: rust-thiserror-1: " VÖRÖSKŐI András
2023-11-11 15:35 ` [bug#67077] [PATCH 11/36] gnu: rust-anyhow-1: Update to 1.0.75 VÖRÖSKŐI András
2023-11-11 15:35 ` [bug#67077] [PATCH 12/36] gnu: rust-aes-0.8: Update to 0.8.3 VÖRÖSKŐI András
2023-11-11 15:35 ` [bug#67077] [PATCH 13/36] gnu: rust-block-padding-0.3: Update to 0.3.3 VÖRÖSKŐI András
2023-11-11 15:35 ` [bug#67077] [PATCH 14/36] gnu: Add rust-daemonize-0.5 VÖRÖSKŐI András
2023-11-11 15:35 ` [bug#67077] [PATCH 15/36] gnu: rust-digest-0.10: Update to 0.10.7 VÖRÖSKŐI András
2023-11-11 15:35 ` [bug#67077] [PATCH 16/36] gnu: Add rust-directories-5 VÖRÖSKŐI András
2023-11-11 15:35 ` [bug#67077] [PATCH 17/36] gnu: Add rust-koibumi-base32-0.0 VÖRÖSKŐI András
2023-11-11 15:35 ` [bug#67077] [PATCH 18/36] gnu: Add rust-input-buffer-0.5 VÖRÖSKŐI András
2023-11-11 15:35 ` [bug#67077] [PATCH 19/36] gnu: rust-pbkdf2-0.12: Update to 0.12.2 VÖRÖSKŐI András
2023-11-11 15:35 ` [bug#67077] [PATCH 20/36] gnu: Add rust-rmpv-1 VÖRÖSKŐI András
2023-11-11 15:35 ` [bug#67077] [PATCH 21/36] gnu: rust-serde-path-to-error-0.1: Update to 0.1.14 VÖRÖSKŐI András
2023-11-11 15:35 ` [bug#67077] [PATCH 22/36] gnu: rust-terminal-size-0.2: Update to 0.2.6 VÖRÖSKŐI András
2023-11-11 15:35 ` [bug#67077] [PATCH 23/36] gnu: Add rust-tokio-rustls-0.24 VÖRÖSKŐI András
2023-11-11 15:35 ` [bug#67077] [PATCH 24/36] gnu: Add rust-tungstenite-0.19 VÖRÖSKŐI András
2023-11-11 15:35 ` [bug#67077] [PATCH 25/36] gnu: Add rust-totp-lite-2 VÖRÖSKŐI András
2023-11-11 15:35 ` [bug#67077] [PATCH 26/36] gnu: rust-tokio-native-tls-0.3: Update to 0.3.1 VÖRÖSKŐI András
2023-11-11 15:35 ` [bug#67077] [PATCH 27/36] gnu: rust-h2-0.3: Update to 0.3.21 VÖRÖSKŐI András
2023-11-11 15:35 ` [bug#67077] [PATCH 28/36] gnu: Add rust-netmap-sys-0.1 VÖRÖSKŐI András
2023-11-11 15:35 ` [bug#67077] [PATCH 29/36] gnu: Add rust-pcap-0.7 VÖRÖSKŐI András
2023-11-11 15:35 ` [bug#67077] [PATCH 30/36] gnu: Add rust-pnet-base-0.27 VÖRÖSKŐI András
2023-11-11 15:35 ` [bug#67077] [PATCH 31/36] gnu: Add rust-pnet-datalink-0.27 VÖRÖSKŐI András
2023-11-11 15:35 ` [bug#67077] [PATCH 32/36] gnu: Add rust-pnet-sys-0.27 VÖRÖSKŐI András
2023-11-11 15:35 ` [bug#67077] [PATCH 33/36] gnu: rust-hyper-0.14: Update to 0.14.27 VÖRÖSKŐI András
2023-11-11 15:35 ` [bug#67077] [PATCH 34/36] gnu: Add rust-tokio-tungstenite-0.19 VÖRÖSKŐI András
2023-11-11 15:35 ` [bug#67077] [PATCH 35/36] gnu: rust-sha2-0.10: Update to 0.10.8 VÖRÖSKŐI András
2023-11-11 15:35 ` VÖRÖSKŐI András [this message]
2023-12-21 9:28 ` bug#67077: Update rbw, the bitwarden client Efraim Flashner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=c3bb16959604ca987c1ca16b0708b6be5eadf612.1699716944.git.voroskoi@gmail.com \
--to=voroskoi@gmail.com \
--cc=67077@debbugs.gnu.org \
--cc=efraim@flashner.co.il \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).