GNU bug report logs -
#53102
[PATCH 27/41] gnu: rust-rbw: adding rust-scrypt-0.8
Previous Next
Reported by: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Fri, 7 Jan 2022 14:21: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,
53103,
53104,
53105,
53106,
53107,
53108,
53109,
53110,
53111,
53112,
53113,
53114,
53115,
53116,
53117
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.
Full log
View this message in rfc822 format
[0028-rust-rbw-dependencies-adding-rust-scrypt-0.8.patch (text/x-patch, inline)]
From cb655667f56fa26a705e0b1c84ffa71c8f18afdc Mon Sep 17 00:00:00 2001
From: Nicolas Graves <ngraves <at> ngraves.fr>
Date: Fri, 7 Jan 2022 13:00:12 +0100
Subject: [PATCH 28/42] rust-rbw dependencies : adding rust-scrypt-0.8
---
gnu/packages/crates-io.scm | 36 +++++++++++++++++++++++++++++-------
1 file changed, 29 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 96d02e1132..9d113c8fb0 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -47770,8 +47770,36 @@ (define-public rust-scratch-1
clean}.")
(license (list license:expat license:asl2.0))))
+(define-public rust-scrypt-0.8
+ (package
+ (name "rust-scrypt")
+ (version "0.8.1")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "scrypt" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "09fkz5sc7qx97dyi1nkv69z36diggd2c9mja33cxpsqicdy6sgg7"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:skip-build?
+ #t
+ #:cargo-inputs
+ (("rust-hmac" ,rust-hmac-0.12)
+ ("rust-password-hash" ,rust-password-hash-0.3)
+ ("rust-pbkdf2" ,rust-pbkdf2-0.10)
+ ("rust-salsa20" ,rust-salsa20-0.9)
+ ("rust-sha2" ,rust-sha2-0.10))))
+ (home-page "https://github.com/RustCrypto/password-hashes")
+ (synopsis "Scrypt password-based key derivation function")
+ (description
+ "Scrypt password-based key derivation function.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-scrypt-0.3
(package
+ (inherit rust-scrypt-0.8)
(name "rust-scrypt")
(version "0.3.0")
(source
@@ -47783,7 +47811,6 @@ (define-public rust-scrypt-0.3
(sha256
(base32
"1apicbvp7cgc1z2nl5l48g8h3kp7p592r4zbkx9vsri2ivnvgv43"))))
- (build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-base64" ,rust-base64-0.12)
@@ -47792,12 +47819,7 @@ (define-public rust-scrypt-0.3
("rust-rand" ,rust-rand-0.7)
("rust-rand-core" ,rust-rand-core-0.5)
("rust-sha2" ,rust-sha2-0.9)
- ("rust-subtle" ,rust-subtle-2.2))))
- (home-page "https://github.com/RustCrypto/password-hashes")
- (synopsis "Scrypt password-based key derivation function")
- (description
- "Scrypt password-based key derivation function.")
- (license (list license:expat license:asl2.0))))
+ ("rust-subtle" ,rust-subtle-2.2))))))
(define-public rust-scrypt-0.2
(package
--
2.34.0
This bug report was last modified 3 years and 181 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.