unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Alexandru-Sergiu Marton <brown121407@posteo.ro>
To: 46513@debbugs.gnu.org
Cc: Alexandru-Sergiu Marton <brown121407@posteo.ro>
Subject: [bug#46513] [PATCH 4/6] gnu: Add rust-tokio-rustls-0.22.
Date: Sun, 14 Feb 2021 20:57:29 +0200	[thread overview]
Message-ID: <20210214185731.31197-4-brown121407@posteo.ro> (raw)
In-Reply-To: <20210214185731.31197-1-brown121407@posteo.ro>

* gnu/packages/crates-io.scm (rust-tokio-rustls-0.22): New variable.
---
 gnu/packages/crates-io.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index c3d44fd1b1..adb588a5ef 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -42302,6 +42302,34 @@ servers.")
      "Event loop that drives Tokio I/O resources.")
     (license license:expat)))
 
+(define-public rust-tokio-rustls-0.22
+  (package
+    (name "rust-tokio-rustls")
+    (version "0.22.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "tokio-rustls" version))
+       (file-name
+        (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32
+         "1dp1s2kai081f3fn9gjq92x2lw7lm7iqpcsl02cg2zg5fbg48s5w"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t
+       #:cargo-inputs
+       (("rust-rustls" ,rust-rustls-0.19)
+        ("rust-tokio" ,rust-tokio-1)
+        ("rust-webpki" ,rust-webpki-0.21))))
+    (home-page "https://github.com/tokio-rs/tls")
+    (synopsis
+     "Asynchronous TLS/SSL streams for Tokio")
+    (description
+     "This package provides asynchronous TLS/SSL streams for Tokio using
+Rustls.")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-tokio-rustls-0.14
   (package
     (name "rust-tokio-rustls")
-- 
2.30.0





  parent reply	other threads:[~2021-02-14 19:24 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-14 18:51 [bug#46513] [PATCH 0/6] Add Agate Gemini server Alexandru-Sergiu Marton
2021-02-14 18:57 ` [bug#46513] [PATCH 1/6] gnu: Add rust-rustls-0.19 Alexandru-Sergiu Marton
2021-02-14 18:57   ` [bug#46513] [PATCH 2/6] gnu: rust-tokio-macros-1: Update to 1.1.0 Alexandru-Sergiu Marton
2021-02-14 18:57   ` [bug#46513] [PATCH 3/6] gnu: rust-tokio-1: Update to 1.2.0 Alexandru-Sergiu Marton
2021-02-14 18:57   ` Alexandru-Sergiu Marton [this message]
2021-02-14 18:57   ` [bug#46513] [PATCH 5/6] gnu: Add agate Alexandru-Sergiu Marton
2021-02-14 18:57   ` [bug#46513] [PATCH 6/6] services: Add agate web service Alexandru-Sergiu Marton
2021-02-15 12:42 ` bug#46513: [PATCH 0/6] Add Agate Gemini server Nicolas Goaziou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210214185731.31197-4-brown121407@posteo.ro \
    --to=brown121407@posteo.ro \
    --cc=46513@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).