mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 03:05:51 +03:00
[PR #269] [CLOSED] Don't enable the ipconfig feature by default #1328
Labels
No labels
blocked
breaking-change
bug
bug:critical
bug:tests
cleanup
compliance
compliance
compliance
crate:all
crate:client
crate:native-tls
crate:proto
crate:recursor
crate:resolver
crate:resolver
crate:rustls
crate:server
crate:util
dependencies
docs
duplicate
easy
easy
enhance
enhance
enhance
feature:dns-over-https
feature:dns-over-quic
feature:dns-over-tls
feature:dnsssec
feature:global_lb
feature:mdns
feature:tsig
features:edns
has workaround
ops
perf
platform:WASM
platform:android
platform:fuchsia
platform:linux
platform:macos
platform:windows
pull-request
question
test
tools
tools
trust
unclear
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hickory-dns#1328
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hickory-dns/hickory-dns/pull/269
Author: @briansmith
Created: 10/26/2017
Status: ❌ Closed
Base:
master← Head:no-ipconfig-default-resolver📝 Commits (4)
af6bfc4Don't enable DNSSEC by default in -resolver.e0a20e0Don't enable ipconfig by default until it is easier to build.5084a67Merge branch 'master' into no-ipconfig-default-resolver6e7333aMerge branch 'master' into no-ipconfig-default-resolver📊 Changes
1 file changed (+0 additions, -1 deletions)
View changed files
📝
resolver/Cargo.toml(+0 -1)📄 Description
[This is a Windows-specific change. This PR was factored out of #268 and is designed to be merged on top of #268.]
Right now ipconfig doesn't build without extra work in at least some
situations. For example, it doesn't build on my system because it can't
find clang.dll. This is at odds with my goal of making Trust-DNS build
out-of-the box in the default configuration on all typical platforms as
easily as any other Rust codebase, which is required in order to help
others adopt it.
I filed an issue upstream explaining the problem and suggesting a fix
(liranringel/ipconfig#3). The maintainer said
my suggested solution is good, so it is possible that the build
situation will get better soon.
At least until then, make ipconfig a non-default feature.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.