Debian Patches

Status for rust-trippy-dns/0.13.0-1

Patch Description Author Forwarded Bugs Origin Last update
relax-deps.diff use the dns-lookup and hickory-resolver versions packaged in Debian .
Only lookup_host() and lookup_addr() are used from dns-lookup, and those are
unchanged in 1.0. hickory-resolver 0.26 requires a Tokio runtime, so tokio is
added as a dependency; see hickory-0.26.diff.
Sylvestre Ledru <sylvestre@debian.org> not-needed
hickory-0.26.diff port the resolver to hickory-resolver 0.26 .
hickory-resolver 0.25 removed the synchronous resolver, so the asynchronous one
is driven from a dedicated Tokio runtime via a small blocking wrapper. In
addition, the resolver is now built through ResolverBuilder, the well-known
Google and Cloudflare configurations moved to config::GOOGLE/config::CLOUDFLARE,
ResolveError was replaced by NetError, reverse_lookup() no longer takes an
IpAddr (Name::from(addr) builds the .arpa name) and lookups return records that
are matched on RData rather than through as_txt()/as_ptr() helpers.
Sylvestre Ledru <sylvestre@debian.org> not-needed

All known versions for source package 'rust-trippy-dns'

Links