all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Tomas Volf <~@wolfsden.cz>
To: 69526@debbugs.gnu.org
Cc: Tomas Volf <~@wolfsden.cz>, Efraim Flashner <efraim@flashner.co.il>
Subject: [bug#69526] [PATCH v2 05/10] gnu: Add rust-hickory-proto-0.24.
Date: Tue,  5 Mar 2024 00:19:14 +0100	[thread overview]
Message-ID: <17f3ef6464f6941c2e5f71907f349d166c44c085.1709594359.git.~@wolfsden.cz> (raw)
In-Reply-To: <3cd20376b1f4259d10d2ca98bf39dd295ac300b4.1709594359.git.~@wolfsden.cz>

* gnu/packages/crates-web.scm (rust-hickory-proto-0.24): New variable.

Change-Id: I0bf90d9b78fa830f8b61444c4cdb610c715d4d63
---
v2: Move to -web.

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

diff --git a/gnu/packages/crates-web.scm b/gnu/packages/crates-web.scm
index 707d4eaaec..78bbc6ddcf 100644
--- a/gnu/packages/crates-web.scm
+++ b/gnu/packages/crates-web.scm
@@ -2113,6 +2113,65 @@ (define-public rust-h3-quinn-0.0.3
                        ("rust-quinn-proto" ,rust-quinn-proto-0.10)
                        ("rust-tokio-util" ,rust-tokio-util-0.7))))))

+(define-public rust-hickory-proto-0.24
+  (package
+    (name "rust-hickory-proto")
+    (version "0.24.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (crate-uri "hickory-proto" version))
+       (file-name (string-append name "-" version ".tar.gz"))
+       (sha256
+        (base32 "1kxvdzmwwi1d6wsp9bcs91ipmwxcyhpwbvz3an9h0q28ryy6y6h9"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:skip-build? #t
+       #:cargo-inputs (("rust-async-trait" ,rust-async-trait-0.1)
+                       ("rust-backtrace" ,rust-backtrace-0.3)
+                       ("rust-bytes" ,rust-bytes-1)
+                       ("rust-cfg-if" ,rust-cfg-if-1)
+                       ("rust-data-encoding" ,rust-data-encoding-2)
+                       ("rust-enum-as-inner" ,rust-enum-as-inner-0.6)
+                       ("rust-futures-channel" ,rust-futures-channel-0.3)
+                       ("rust-futures-io" ,rust-futures-io-0.3)
+                       ("rust-futures-util" ,rust-futures-util-0.3)
+                       ("rust-h2" ,rust-h2-0.3)
+                       ("rust-h3" ,rust-h3-0.0.2)
+                       ("rust-h3-quinn" ,rust-h3-quinn-0.0.3)
+                       ("rust-http" ,rust-http-0.2)
+                       ("rust-idna" ,rust-idna-0.4)
+                       ("rust-ipnet" ,rust-ipnet-2)
+                       ("rust-js-sys" ,rust-js-sys-0.3)
+                       ("rust-native-tls" ,rust-native-tls-0.2)
+                       ("rust-once-cell" ,rust-once-cell-1)
+                       ("rust-openssl" ,rust-openssl-0.10)
+                       ("rust-quinn" ,rust-quinn-0.10)
+                       ("rust-rand" ,rust-rand-0.8)
+                       ("rust-ring" ,rust-ring-0.16)
+                       ("rust-rustls" ,rust-rustls-0.21)
+                       ("rust-rustls-native-certs" ,rust-rustls-native-certs-0.6)
+                       ("rust-rustls-pemfile" ,rust-rustls-pemfile-1)
+                       ("rust-serde" ,rust-serde-1)
+                       ("rust-socket2" ,rust-socket2-0.5)
+                       ("rust-thiserror" ,rust-thiserror-1)
+                       ("rust-tinyvec" ,rust-tinyvec-1)
+                       ("rust-tokio" ,rust-tokio-1)
+                       ("rust-tokio-native-tls" ,rust-tokio-native-tls-0.3)
+                       ("rust-tokio-openssl" ,rust-tokio-openssl-0.6)
+                       ("rust-tokio-rustls" ,rust-tokio-rustls-0.24)
+                       ("rust-tracing" ,rust-tracing-0.1)
+                       ("rust-url" ,rust-url-2)
+                       ("rust-wasm-bindgen" ,rust-wasm-bindgen-0.2)
+                       ("rust-webpki-roots" ,rust-webpki-roots-0.25))))
+    (home-page "https://hickory-dns.org/")
+    (synopsis
+     "Foundational DNS protocol library for all Hickory DNS projects")
+    (description
+     "Hickory DNS is a safe and secure DNS library.  This is the foundational
+DNS protocol library for all Hickory DNS projects.")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-headers-0.3
   (package
     (name "rust-headers")
--
2.41.0




  parent reply	other threads:[~2024-03-04 23:48 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-03 16:43 [bug#69526] [PATCH 00/10] Add aardvark-dns Tomas Volf
2024-03-03 16:46 ` [bug#69526] [PATCH 01/10] gnu: Add rust-h3-0.0.2 Tomas Volf
2024-03-03 16:46 ` [bug#69526] [PATCH 02/10] gnu: Add rust-h3-quinn-0.0.3 Tomas Volf
2024-03-03 16:46 ` [bug#69526] [PATCH 03/10] gnu: Add rust-event-listener-strategy-0.1 Tomas Volf
2024-03-03 16:46 ` [bug#69526] [PATCH 04/10] gnu: Add rust-async-broadcast-0.6 Tomas Volf
2024-03-03 16:46 ` [bug#69526] [PATCH 05/10] gnu: Add rust-hickory-proto-0.24 Tomas Volf
2024-03-03 16:46 ` [bug#69526] [PATCH 06/10] gnu: Add rust-hickory-client-0.24 Tomas Volf
2024-03-03 16:46 ` [bug#69526] [PATCH 07/10] gnu: Add rust-hickory-resolver-0.24 Tomas Volf
2024-03-03 16:46 ` [bug#69526] [PATCH 08/10] gnu: Add rust-hickory-recursor-0.24 Tomas Volf
2024-03-03 16:46 ` [bug#69526] [PATCH 09/10] gnu: Add rust-hickory-server-0.24 Tomas Volf
2024-03-03 16:46 ` [bug#69526] [PATCH 10/10] gnu: Add aardvark-dns Tomas Volf
2024-03-04  7:17 ` [bug#69526] [PATCH 00/10] " Efraim Flashner
2024-03-04 17:46   ` Tomas Volf
2024-03-05  8:21     ` bug#69526: " Efraim Flashner
2024-03-04 23:19 ` [bug#69526] [PATCH v2 01/10] gnu: Add rust-h3-0.0.2 Tomas Volf
2024-03-04 23:19   ` [bug#69526] [PATCH v2 02/10] gnu: Add rust-h3-quinn-0.0.3 Tomas Volf
2024-03-04 23:19   ` [bug#69526] [PATCH v2 03/10] gnu: Add rust-event-listener-strategy-0.1 Tomas Volf
2024-03-04 23:19   ` [bug#69526] [PATCH v2 04/10] gnu: Add rust-async-broadcast-0.6 Tomas Volf
2024-03-04 23:19   ` Tomas Volf [this message]
2024-03-04 23:19   ` [bug#69526] [PATCH v2 06/10] gnu: Add rust-hickory-resolver-0.24 Tomas Volf
2024-03-04 23:19   ` [bug#69526] [PATCH v2 07/10] gnu: Add rust-hickory-recursor-0.24 Tomas Volf
2024-03-04 23:19   ` [bug#69526] [PATCH v2 08/10] gnu: Add rust-hickory-client-0.24 Tomas Volf
2024-03-04 23:19   ` [bug#69526] [PATCH v2 09/10] gnu: Add rust-hickory-server-0.24 Tomas Volf
2024-03-04 23:19   ` [bug#69526] [PATCH v2 10/10] gnu: Add aardvark-dns Tomas Volf

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

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

  git send-email \
    --in-reply-to='17f3ef6464f6941c2e5f71907f349d166c44c085.1709594359.git.~@wolfsden.cz' \
    --to=~@wolfsden.cz \
    --cc=69526@debbugs.gnu.org \
    --cc=efraim@flashner.co.il \
    /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 external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.