[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
283/379: gnu: Add rust-pkcs1-0.7.
From: |
guix-commits |
Subject: |
283/379: gnu: Add rust-pkcs1-0.7. |
Date: |
Thu, 29 Jun 2023 12:34:53 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit 2d93b758438b06304da44f2d6f12083d76655f10
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon May 22 17:06:37 2023 +0300
gnu: Add rust-pkcs1-0.7.
* gnu/packages/crates-io.scm (rust-pkcs1-0.7): New variable.
(rust-pkcs1-0.2): Inherit from rust-pkcs1-0.7.
---
gnu/packages/crates-io.scm | 40 +++++++++++++++++++++++++++++++---------
1 file changed, 31 insertions(+), 9 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index d270f0e956..2b94e7fea1 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -45366,8 +45366,38 @@ along with strong support for variations and the core
header tables.")
"This crate provides async pipes, channels, mutexes, and more.")
(license (list license:expat license:asl2.0))))
+(define-public rust-pkcs1-0.7
+ (package
+ (name "rust-pkcs1")
+ (version "0.7.5")
+ (source (origin
+ (method url-fetch)
+ (uri (crate-uri "pkcs1" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32
+ "0zz4mil3nchnxljdfs2k5ab1cjqn7kq5lqp62n9qfix01zqvkzy8"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-inputs
+ (("rust-der" ,rust-der-0.7)
+ ("rust-pkcs8" ,rust-pkcs8-0.10)
+ ("rust-spki" ,rust-spki-0.7))
+ #:cargo-development-inputs
+ (("rust-const-oid" ,rust-const-oid-0.9)
+ ("rust-hex-literal" ,rust-hex-literal-0.4)
+ ("rust-tempfile" ,rust-tempfile-3))))
+ (home-page "https://github.com/RustCrypto/formats/tree/master/pkcs1")
+ (synopsis "Implementation of Public-Key Cryptography Standards (PKCS) #1")
+ (description
+ "This package provides a pure Rust implementation of Public-Key
+Cryptography Standards (PKCS) #1: RSA Cryptography Specifications Version 2.2
+(RFC 8017).")
+ (license (list license:asl2.0 license:expat))))
+
(define-public rust-pkcs1-0.2
(package
+ (inherit rust-pkcs1-0.7)
(name "rust-pkcs1")
(version "0.2.4")
(source
@@ -45377,20 +45407,12 @@ along with strong support for variations and the core
header tables.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0b2f1a0lf5h53zrjvcqbxzjhh89gcfa1myhf6z7w10ypg61fwsqi"))))
- (build-system cargo-build-system)
(arguments
`(#:skip-build? #t
#:cargo-inputs
(("rust-der" ,rust-der-0.4)
("rust-pem-rfc7468" ,rust-pem-rfc7468-0.2)
- ("rust-zeroize" ,rust-zeroize-1))))
- (home-page "https://github.com/RustCrypto/formats/tree/master/pkcs1")
- (synopsis "Implementation of Public-Key Cryptography Standards (PKCS) #1")
- (description
- "This package provides a pure Rust implementation of Public-Key
-Cryptography Standards (PKCS) #1: RSA Cryptography Specifications Version 2.2
-(RFC 8017)")
- (license (list license:asl2.0 license:expat))))
+ ("rust-zeroize" ,rust-zeroize-1))))))
(define-public rust-pkcs5-0.7
(package
- 205/379: gnu: Remove rust-polars-arrow-0.14., (continued)
- 205/379: gnu: Remove rust-polars-arrow-0.14., guix-commits, 2023/06/29
- 198/379: gnu: Remove rust-pager-0.15., guix-commits, 2023/06/29
- 221/379: gnu: Remove rust-selectors-0.21., guix-commits, 2023/06/29
- 216/379: gnu: Remove rust-rustc-ap-rustc-index-654., guix-commits, 2023/06/29
- 222/379: gnu: Remove rust-syntex-0.58., guix-commits, 2023/06/29
- 237/379: gnu: Add rust-afl-0.12., guix-commits, 2023/06/29
- 244/379: gnu: Add rust-anstyle-wincon-1., guix-commits, 2023/06/29
- 261/379: gnu: Add rust-ecb-0.1., guix-commits, 2023/06/29
- 277/379: gnu: Add rust-object-0.30., guix-commits, 2023/06/29
- 280/379: gnu: rust-pest-derive-2: Update to 2.6.0., guix-commits, 2023/06/29
- 283/379: gnu: Add rust-pkcs1-0.7.,
guix-commits <=
- 284/379: gnu: Add rust-print-bytes-1., guix-commits, 2023/06/29
- 287/379: gnu: Add rust-rsa-0.9., guix-commits, 2023/06/29
- 290/379: gnu: rust-rustversion-1: Update to 1.0.12., guix-commits, 2023/06/29
- 291/379: gnu: Add rust-serde-yaml-0.9., guix-commits, 2023/06/29
- 296/379: gnu: Add rust-state-0.5., guix-commits, 2023/06/29
- 297/379: gnu: Add rust-subplotlib-derive-0.7., guix-commits, 2023/06/29
- 325/379: gnu: Add rust-test-log-0.2., guix-commits, 2023/06/29
- 309/379: gnu: Add rust-sequoia-cert-store-0.3., guix-commits, 2023/06/29
- 322/379: gnu: Add rust-unescape-0.1., guix-commits, 2023/06/29
- 324/379: gnu: Add rust-trust-dns-client-0.22., guix-commits, 2023/06/29