Compare commits

..

6 Commits

2
.gitignore vendored

@ -1 +1,3 @@
/hickory-resolver-0.24.0.crate /hickory-resolver-0.24.0.crate
/hickory-resolver-0.24.1.crate
/hickory-resolver-0.24.2.crate

@ -1,6 +1,6 @@
--- hickory-resolver-0.24.0/Cargo.toml 1970-01-01T00:00:01+00:00 --- hickory-resolver-0.24.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ hickory-resolver-0.24.0/Cargo.toml 2023-12-14T11:33:00.958950+00:00 +++ hickory-resolver-0.24.2/Cargo.toml 2024-12-16T14:41:54.959254+00:00
@@ -219,7 +219,6 @@ @@ -237,7 +237,6 @@
"hickory-proto/serde-config", "hickory-proto/serde-config",
] ]
system-config = [ system-config = [
@ -8,7 +8,7 @@
"resolv-conf", "resolv-conf",
] ]
testing = [] testing = []
@@ -232,10 +231,6 @@ @@ -250,10 +249,6 @@
"hickory-proto/webpki-roots", "hickory-proto/webpki-roots",
] ]
@ -19,8 +19,8 @@
[badges.codecov] [badges.codecov]
branch = "main" branch = "main"
repository = "hickory-dns/hickory-dns" repository = "hickory-dns/hickory-dns"
@@ -243,3 +238,4 @@ @@ -266,3 +261,4 @@
level = "warn"
[badges.maintenance] priority = 0
status = "actively-developed" check-cfg = ["cfg(nightly)"]
+ +

@ -1,6 +1,6 @@
--- hickory-resolver-0.24.0/Cargo.toml 1970-01-01T00:00:01+00:00 --- hickory-resolver-0.24.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ hickory-resolver-0.24.0/Cargo.toml 2023-12-14T11:34:01.921165+00:00 +++ hickory-resolver-0.24.2/Cargo.toml 2024-12-16T14:41:54.961254+00:00
@@ -156,14 +156,6 @@ @@ -170,14 +170,6 @@
"test-util", "test-util",
] ]
@ -13,5 +13,5 @@
-] -]
- -
[features] [features]
default = [ backtrace = [
"system-config", "dep:backtrace",

@ -1,13 +1,13 @@
# Generated by rust2rpm 25 # Generated by rust2rpm 27
# * /etc/hosts and /etc/resolv.conf are not available in mock # * /etc/hosts and /etc/resolv.conf are not available in mock
# * no internet connectivity in mock # * no internet connectivity in mock
%bcond_with check %bcond check 0
%global debug_package %{nil} %global debug_package %{nil}
%global crate hickory-resolver %global crate hickory-resolver
Name: rust-hickory-resolver Name: rust-hickory-resolver
Version: 0.24.0 Version: 0.24.2
Release: %autorelease Release: %autorelease
Summary: Hickory DNS is a safe and secure DNS library Summary: Hickory DNS is a safe and secure DNS library
@ -58,40 +58,16 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+dns-over-h3-devel %package -n %{name}+backtrace-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
%description -n %{name}+dns-over-h3-devel %{_description} %description -n %{name}+backtrace-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages which
use the "dns-over-h3" feature of the "%{crate}" crate. use the "backtrace" feature of the "%{crate}" crate.
%files -n %{name}+dns-over-h3-devel %files -n %{name}+backtrace-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+dns-over-https-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+dns-over-https-devel %{_description}
This package contains library source intended for building other packages which
use the "dns-over-https" feature of the "%{crate}" crate.
%files -n %{name}+dns-over-https-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+dns-over-https-rustls-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+dns-over-https-rustls-devel %{_description}
This package contains library source intended for building other packages which
use the "dns-over-https-rustls" feature of the "%{crate}" crate.
%files -n %{name}+dns-over-https-rustls-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+dns-over-native-tls-devel %package -n %{name}+dns-over-native-tls-devel
@ -118,30 +94,6 @@ use the "dns-over-openssl" feature of the "%{crate}" crate.
%files -n %{name}+dns-over-openssl-devel %files -n %{name}+dns-over-openssl-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+dns-over-quic-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+dns-over-quic-devel %{_description}
This package contains library source intended for building other packages which
use the "dns-over-quic" feature of the "%{crate}" crate.
%files -n %{name}+dns-over-quic-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+dns-over-rustls-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+dns-over-rustls-devel %{_description}
This package contains library source intended for building other packages which
use the "dns-over-rustls" feature of the "%{crate}" crate.
%files -n %{name}+dns-over-rustls-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+dns-over-tls-devel %package -n %{name}+dns-over-tls-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -178,30 +130,6 @@ use the "dnssec-openssl" feature of the "%{crate}" crate.
%files -n %{name}+dnssec-openssl-devel %files -n %{name}+dnssec-openssl-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+dnssec-ring-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+dnssec-ring-devel %{_description}
This package contains library source intended for building other packages which
use the "dnssec-ring" feature of the "%{crate}" crate.
%files -n %{name}+dnssec-ring-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+native-certs-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+native-certs-devel %{_description}
This package contains library source intended for building other packages which
use the "native-certs" feature of the "%{crate}" crate.
%files -n %{name}+native-certs-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+resolv-conf-devel %package -n %{name}+resolv-conf-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -214,18 +142,6 @@ use the "resolv-conf" feature of the "%{crate}" crate.
%files -n %{name}+resolv-conf-devel %files -n %{name}+resolv-conf-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+rustls-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+rustls-devel %{_description}
This package contains library source intended for building other packages which
use the "rustls" feature of the "%{crate}" crate.
%files -n %{name}+rustls-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+serde-devel %package -n %{name}+serde-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -322,30 +238,6 @@ use the "tokio-runtime" feature of the "%{crate}" crate.
%files -n %{name}+tokio-runtime-devel %files -n %{name}+tokio-runtime-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+tokio-rustls-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+tokio-rustls-devel %{_description}
This package contains library source intended for building other packages which
use the "tokio-rustls" feature of the "%{crate}" crate.
%files -n %{name}+tokio-rustls-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+webpki-roots-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+webpki-roots-devel %{_description}
This package contains library source intended for building other packages which
use the "webpki-roots" feature of the "%{crate}" crate.
%files -n %{name}+webpki-roots-devel
%ghost %{crate_instdir}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version} -p1 %autosetup -n %{crate}-%{version} -p1
%cargo_prep %cargo_prep

@ -5,3 +5,18 @@ comments = [
"no internet connectivity in mock", "no internet connectivity in mock",
] ]
[features]
hide = [
# outdated dependencies
"rustls",
"tokio-rustls",
"dns-over-h3",
"dns-over-https",
"dns-over-https-rustls",
"dns-over-quic",
"dns-over-rustls",
"dnssec-ring",
"native-certs",
"webpki-roots",
]

@ -1 +1 @@
SHA512 (hickory-resolver-0.24.0.crate) = b3bbbb193d4c4e2e32f7a5d59f0c63bd808c31b840b814f771e483613feb70dd31aee17391206e99f6156431b64085edf6cf6d7d7f8bff5b931589ee2ad78c27 SHA512 (hickory-resolver-0.24.2.crate) = 8a6febc9036a163a5c5dfe83468ede61121270763ea8d672bd5e32277becf84789d32e62074dedb49fc88a51eb19589bb0b489620eb77a3d3b6e61df21e9171d

Loading…
Cancel
Save