[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/20: gnu: Add rust-hickory-resolver-0.24.
From: |
guix-commits |
Subject: |
14/20: gnu: Add rust-hickory-resolver-0.24. |
Date: |
Tue, 5 Mar 2024 03:20:37 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit 08522b65cc6bb5e8a12f13d8fc3c0898f9598fa8
Author: Tomas Volf <~@wolfsden.cz>
AuthorDate: Tue Mar 5 00:19:15 2024 +0100
gnu: Add rust-hickory-resolver-0.24.
* gnu/packages/crates-web.scm (rust-hickory-resolver-0.24): New variable.
Change-Id: I863039f4524ebcadf91bac3f26f62c65268b5de7
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/crates-web.scm | 64 +++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 64 insertions(+)
diff --git a/gnu/packages/crates-web.scm b/gnu/packages/crates-web.scm
index d77e79838b..d56c43881b 100644
--- a/gnu/packages/crates-web.scm
+++ b/gnu/packages/crates-web.scm
@@ -2264,6 +2264,70 @@ transfer coding.")
DNS protocol library for all Hickory DNS projects.")
(license (list license:expat license:asl2.0))))
+(define-public rust-hickory-resolver-0.24
+ (package
+ (name "rust-hickory-resolver")
+ (version "0.24.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (crate-uri "hickory-resolver" version))
+ (file-name (string-append name "-" version ".tar.gz"))
+ (sha256
+ (base32 "1s3486qczv9gaw8dap06c0bwb2bpqm23a0ihj169hsjf2qhz1f1m"))))
+ (build-system cargo-build-system)
+ (arguments
+ `(#:cargo-test-flags
+ '("--release" "--lib" "--bins" "--tests" "--"
+ ;; Some tests require network access.
+ "--skip=async_resolver::tests::test_domain_search"
+ "--skip=async_resolver::tests::test_fqdn"
+ "--skip=async_resolver::tests::test_idna"
+ "--skip=async_resolver::tests::test_large_ndots"
+ "--skip=async_resolver::tests::test_lookup_cloudflare"
+ "--skip=async_resolver::tests::test_lookup_google"
+ "--skip=async_resolver::tests::test_lookup_quad9"
+ "--skip=async_resolver::tests::test_ndots"
+ "--skip=async_resolver::tests::test_search_list"
+ "--skip=hosts::tests::test_read_hosts_conf"
+ "--skip=name_server::name_server::tests::test_name_server"
+ "--skip=name_server::name_server_pool::tests::test_multi_use_conns"
+ "--skip=resolver::tests::test_lookup"
+ "--skip=system_conf::unix::tests::test_read_resolv_conf")
+ #:cargo-inputs (("rust-cfg-if" ,rust-cfg-if-1)
+ ("rust-futures-util" ,rust-futures-util-0.3)
+ ("rust-hickory-proto" ,rust-hickory-proto-0.24)
+ ("rust-ipconfig" ,rust-ipconfig-0.3)
+ ("rust-lru-cache" ,rust-lru-cache-0.1)
+ ("rust-once-cell" ,rust-once-cell-1)
+ ("rust-parking-lot" ,rust-parking-lot-0.12)
+ ("rust-rand" ,rust-rand-0.8)
+ ("rust-resolv-conf" ,rust-resolv-conf-0.7)
+ ("rust-rustls" ,rust-rustls-0.21)
+ ("rust-rustls-native-certs"
,rust-rustls-native-certs-0.6)
+ ("rust-serde" ,rust-serde-1)
+ ("rust-smallvec" ,rust-smallvec-1)
+ ("rust-thiserror" ,rust-thiserror-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-webpki-roots" ,rust-webpki-roots-0.25))
+ #:cargo-development-inputs
+ (("rust-futures-executor" ,rust-futures-executor-0.3)
+ ("rust-tokio" ,rust-tokio-1)
+ ("rust-tracing-subscriber" ,rust-tracing-subscriber-0.3))))
+ (home-page "https://hickory-dns.org/")
+ (synopsis
+ "Hickory DNS Resolver library built on top of tokio's @code{async-io}")
+ (description
+ "Hickory DNS Resolver is a safe and secure DNS library. The Resolver is
+intended to be a high-level library for any DNS record resolution, see
+@code{Resolver} and @code{AsyncResolver} for supported resolution types. The
+@code{Client} can be used for other queries.")
+ (license (list license:expat license:asl2.0))))
+
(define-public rust-http-1
(package
(name "rust-http")
- 13/20: gnu: Add rust-hickory-proto-0.24., (continued)
- 13/20: gnu: Add rust-hickory-proto-0.24., guix-commits, 2024/03/05
- 06/20: guix: cpu: Autodetect the x86-64-v4 microarchitecture., guix-commits, 2024/03/05
- 03/20: gnu: font-gnu-unifont: Update to 15.1.05., guix-commits, 2024/03/05
- 08/20: gnu: git-annex: Update to 10.20240227., guix-commits, 2024/03/05
- 20/20: gnu: Add emacs-lsp-booster., guix-commits, 2024/03/05
- 18/20: gnu: Add aardvark-dns., guix-commits, 2024/03/05
- 17/20: gnu: Add rust-hickory-server-0.24., guix-commits, 2024/03/05
- 19/20: gnu: Add rust-clap-verbosity-flag-2., guix-commits, 2024/03/05
- 01/20: gnu: Remove libtommath-1.1., guix-commits, 2024/03/05
- 15/20: gnu: Add rust-hickory-recursor-0.24., guix-commits, 2024/03/05
- 14/20: gnu: Add rust-hickory-resolver-0.24.,
guix-commits <=
- 11/20: gnu: Add rust-event-listener-strategy-0.1., guix-commits, 2024/03/05
- 10/20: gnu: Add rust-h3-quinn-0.0.3., guix-commits, 2024/03/05
- 16/20: gnu: Add rust-hickory-client-0.24., guix-commits, 2024/03/05
- 04/20: gnu: gcc@11: fix 'compiler-cpu-architectures' property., guix-commits, 2024/03/05