unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#53084] [PATCH 10/41] gnu: rust-rbw: adding rust-spki
@ 2022-01-07 14:02 Nicolas Graves via Guix-patches via
  2022-01-19 13:39 ` Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2022-01-07 14:02 UTC (permalink / raw)
  To: 53084

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: 0011-rust-rbw-dependencies-adding-rust-spki.patch --]
[-- Type: text/x-patch, Size: 1538 bytes --]

From 14fec412ef95b6850c57625ec69de955af3105f0 Mon Sep 17 00:00:00 2001
From: Nicolas Graves <ngraves@ngraves.fr>
Date: Fri, 7 Jan 2022 02:29:50 +0100
Subject: [PATCH 11/42] rust-rbw dependencies : adding rust-spki

---
 gnu/packages/crates-io.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index e2cda73aba..00e1b3a30b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -51951,6 +51951,28 @@ (define-public rust-spirv-std-0.4
 SPIR-V.")
     (license (list license:expat license:asl2.0))))
 
+(define-public rust-spki-0.4
+  (package
+    (name "rust-spki")
+    (version "0.4.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "spki" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "0ckgkcg6db5y94dqhmyikgn8yrsah6pyf4j197hv1c51bp0s00aw"))))
+    (build-system cargo-build-system)
+    (arguments `(#:skip-build? #t #:cargo-inputs (("rust-der" ,rust-der-0.4))))
+    (home-page "https://github.com/RustCrypto/formats/tree/master/spki")
+    (synopsis
+     "X.509 Subject Public Key Info (RFC5280) describing public keys ")
+    (description
+     "This package provides X.509 Subject Public Key Info (RFC5280)
+describing public keys as well as their associated AlgorithmIdentifiers (i.e.
+OIDs)")
+    (license (list license:asl2.0 license:expat))))
+
 (define-public rust-spmc-0.3
   (package
     (name "rust-spmc")
-- 
2.34.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [bug#53084] [PATCH 10/41] gnu: rust-rbw: adding rust-spki
  2022-01-07 14:02 [bug#53084] [PATCH 10/41] gnu: rust-rbw: adding rust-spki Nicolas Graves via Guix-patches via
@ 2022-01-19 13:39 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2022-01-19 13:39 UTC (permalink / raw)
  To: 53084; +Cc: 53084-done, Nicolas Graves

Hello,

Nicolas Graves via Guix-patches via <guix-patches@gnu.org> writes:

> From 14fec412ef95b6850c57625ec69de955af3105f0 Mon Sep 17 00:00:00 2001
> From: Nicolas Graves <ngraves@ngraves.fr>
> Date: Fri, 7 Jan 2022 02:29:50 +0100
> Subject: [PATCH 11/42] rust-rbw dependencies : adding rust-spki

Applied. Thanks.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-19 14:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-07 14:02 [bug#53084] [PATCH 10/41] gnu: rust-rbw: adding rust-spki Nicolas Graves via Guix-patches via
2022-01-19 13:39 ` Nicolas Goaziou

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).