[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
287/371: gnu: Add rust-pkcs1-0.7.
From: |
guix-commits |
Subject: |
287/371: gnu: Add rust-pkcs1-0.7. |
Date: |
Thu, 25 May 2023 10:48:43 -0400 (EDT) |
efraim pushed a commit to branch rust-team
in repository guix.
commit df76d053276d566f6535a4ba22ffaf34e06bd38c
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 cf32f01cfe..8f96205556 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -45332,8 +45332,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
@@ -45343,20 +45373,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
- 259/371: gnu: rust-clap-4: Update to 4.3.0., (continued)
- 259/371: gnu: rust-clap-4: Update to 4.3.0., guix-commits, 2023/05/25
- 262/371: gnu: Add rust-cpp-demangle-0.4., guix-commits, 2023/05/25
- 265/371: gnu: Add rust-ecb-0.1., guix-commits, 2023/05/25
- 263/371: gnu: Add rust-dirs-5., guix-commits, 2023/05/25
- 266/371: gnu: Add rust-fehler-macros-1., guix-commits, 2023/05/25
- 269/371: gnu: Add rust-git-testament-derive-0.1., guix-commits, 2023/05/25
- 274/371: gnu: rust-html-escape-0.2: Update to 0.2.13., guix-commits, 2023/05/25
- 278/371: gnu: Add rust-markup5ever-rcdom-0.2., guix-commits, 2023/05/25
- 277/371: gnu: Add rust-markup5ever-0.11., guix-commits, 2023/05/25
- 279/371: gnu: Add rust-normpath-1., guix-commits, 2023/05/25
- 287/371: gnu: Add rust-pkcs1-0.7.,
guix-commits <=
- 289/371: gnu: Add rust-pulldown-cmark-0.9., guix-commits, 2023/05/25
- 290/371: gnu: Add rust-remove-dir-all-0.8., guix-commits, 2023/05/25
- 291/371: gnu: Add rust-rsa-0.9., guix-commits, 2023/05/25
- 292/371: gnu: Add rust-rpassword-6., guix-commits, 2023/05/25
- 293/371: gnu: Add rust-rusqlite-0.29., guix-commits, 2023/05/25
- 296/371: gnu: rust-sha-1-0.10: Update to 0.10.5., guix-commits, 2023/05/25
- 304/371: gnu: rust-tera-1: Update to 1.18.1., guix-commits, 2023/05/25
- 305/371: gnu: rust-thread-local-1: Update to 1.1.7., guix-commits, 2023/05/25
- 313/371: gnu: Add rust-sequoia-cert-store-0.3., guix-commits, 2023/05/25
- 308/371: gnu: rust-utf8parse-0.2: Update to 0.2.1., guix-commits, 2023/05/25