[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/63: gnu: Add rust-rustls-0.22.
From: |
guix-commits |
Subject: |
14/63: gnu: Add rust-rustls-0.22. |
Date: |
Thu, 8 Feb 2024 14:09:25 -0500 (EST) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 6281901ac0d6b61adec711c36ef30d6e4361bd16
Author: VÖRÖSKŐI András <voroskoi@gmail.com>
AuthorDate: Tue Jan 30 20:25:11 2024 +0100
gnu: Add rust-rustls-0.22.
* gnu/packages/crates-tls.scm (rust-rustls-0.22): New variable.
(rust-rustls-0.21): Inherit from rust-rustls-0.22.
Change-Id: Idbf98162adc353d1247f6d66a7c0cca2d09225df
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/crates-tls.scm | 43 ++++++++++++++++++++++++++++++++++++-------
1 file changed, 36 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/crates-tls.scm b/gnu/packages/crates-tls.scm
index 73a039bea8..b40871de8b 100644
--- a/gnu/packages/crates-tls.scm
+++ b/gnu/packages/crates-tls.scm
@@ -996,8 +996,43 @@ grammars and BER/DER encodings, for example.")
("rust-webpki" ,rust-webpki-0.22)
("rust-x509-parser" ,rust-x509-parser-0.12))))))
+(define-public rust-rustls-0.22
+ (package
+ (name "rust-rustls")
+ (version "0.22.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "rustls" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "0hcxyhq6ynvws9v5b2h81s1nwmijmya7a3vyyyhsy1wqpmb9jz78"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:tests? #f ; Not all files included.
+ #:cargo-inputs (("rust-aws-lc-rs" ,rust-aws-lc-rs-1)
+ ("rust-log" ,rust-log-0.4)
+ ("rust-ring" ,rust-ring-0.17)
+ ("rust-rustls-pki-types" ,rust-rustls-pki-types-1)
+ ("rust-rustls-webpki" ,rust-rustls-webpki-0.102)
+ ("rust-rustversion" ,rust-rustversion-1)
+ ("rust-subtle" ,rust-subtle-2)
+ ("rust-zeroize" ,rust-zeroize-1))
+ #:cargo-development-inputs (("rust-base64" ,rust-base64-0.21)
+ ("rust-bencher" ,rust-bencher-0.1)
+ ("rust-env-logger" ,rust-env-logger-0.10)
+ ("rust-log" ,rust-log-0.4)
+ ("rust-rustls-pemfile"
,rust-rustls-pemfile-2)
+ ("rust-webpki-roots"
,rust-webpki-roots-0.26))))
+ (home-page "https://github.com/rustls/rustls")
+ (synopsis "Modern TLS library written in Rust")
+ (description
+ "This package provides a modern TLS library written in Rust.")
+ (license (list license:asl2.0 license:isc license:expat))))
+
(define-public rust-rustls-0.21
(package
+ (inherit rust-rustls-0.22)
(name "rust-rustls")
(version "0.21.10")
(source (origin
@@ -1007,7 +1042,6 @@ grammars and BER/DER encodings, for example.")
(sha256
(base32
"1fmpzk3axnhkd99saqkvraifdfms4pkyi56lkihf8n877j0sdmgr"))))
- (build-system cargo-build-system)
(arguments
`(#:tests? #f ; Not all files included.
#:cargo-inputs
@@ -1022,12 +1056,7 @@ grammars and BER/DER encodings, for example.")
("rust-env-logger" ,rust-env-logger-0.10)
("rust-log" ,rust-log-0.4)
("rust-rustls-pemfile" ,rust-rustls-pemfile-1)
- ("rust-webpki-roots" ,rust-webpki-roots-0.25))))
- (home-page "https://github.com/rustls/rustls")
- (synopsis "Modern TLS library written in Rust")
- (description
- "This package provides a modern TLS library written in Rust.")
- (license (list license:asl2.0 license:isc license:expat))))
+ ("rust-webpki-roots" ,rust-webpki-roots-0.25))))))
(define-public rust-rustls-0.20
(package
- branch rust-team updated (36315bde09 -> b6ee2d1670), guix-commits, 2024/02/08
- 02/63: gnu: rust-clap-4: Update to 4.4.16., guix-commits, 2024/02/08
- 05/63: gnu: rust-basic-toml-0.1: Update to 0.1.8., guix-commits, 2024/02/08
- 06/63: gnu: rust-bindgen-0.69: Update to 0.69.4., guix-commits, 2024/02/08
- 07/63: gnu: rust-cmake-0.1: Update to 0.1.50., guix-commits, 2024/02/08
- 09/63: gnu: Add rust-aws-lc-sys-0.13., guix-commits, 2024/02/08
- 12/63: gnu: Add rust-rustls-native-certs-0.7., guix-commits, 2024/02/08
- 03/63: gnu: Add rust-mirai-annotations-1., guix-commits, 2024/02/08
- 01/63: gnu: rust-clap-builder-4: Update to 4.4.16., guix-commits, 2024/02/08
- 08/63: gnu: Add rust-aws-lc-fips-sys-0.12., guix-commits, 2024/02/08
- 14/63: gnu: Add rust-rustls-0.22.,
guix-commits <=
- 15/63: gnu: Add rust-webpki-roots-0.26., guix-commits, 2024/02/08
- 16/63: gnu: rust-x509-parser-0.15: Update to 0.15.1., guix-commits, 2024/02/08
- 04/63: gnu: rust-trybuild-1: Update to 1.0.89., guix-commits, 2024/02/08
- 13/63: gnu: Add rust-rustls-webpki-0.102., guix-commits, 2024/02/08
- 10/63: gnu: Add rust-aws-lc-rs-1., guix-commits, 2024/02/08
- 11/63: gnu: Add rust-rcgen-0.12., guix-commits, 2024/02/08
- 18/63: gnu: rust-csv-core-0.1: Update to 0.1.11., guix-commits, 2024/02/08
- 17/63: gnu: Add rust-tokio-rustls-0.25., guix-commits, 2024/02/08
- 19/63: gnu: rust-csv-1: Update to 1.3.0., guix-commits, 2024/02/08
- 21/63: gnu: Add rust-tokio-tungstenite-0.20., guix-commits, 2024/02/08