mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #1859] [MERGED] remove named binary #2656
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#2656
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/1859
Author: @HLFH
Created: 12/15/2022
Status: ✅ Merged
Merged: 12/19/2022
Merged by: @bluejekyll
Base:
main← Head:remove-named-binary📝 Commits (3)
18f55a9remove named binary933e703remove DEPRECATED comment for removed binary namedf4dd935set target/debug/named to target/debug/trust-dns📊 Changes
2 files changed (+1 additions, -6 deletions)
View changed files
📝
bin/Cargo.toml(+0 -5)📝
bin/tests/server_harness/mod.rs(+1 -1)📄 Description
The
namedbinary is a duplicate of thetrust-dnsbinary.They both take the same path
src/named.rs.People may think having a
namedbinary offers a drop-in replacement with BIND.But at the same time, it conflicts with BIND and the
namedbinary.I think Trust-DNS provides enough compatibility by itself with BIND but does not need to provide as well a
namedbinary.Some users may have installed on their system both BIND and Trust-DNS.
They may want to use or try both for some reasons.
Or they may use BIND only for BIND utilities such as
dig,hostandnslookup.On Arch Linux, BIND and the BIND utilities are part of the same package.
And overwriting the
namedbinary would just create an unnecessary conflict.For example, PowerDNS, another BIND alternative, does not conflict with BIND because it does not provide a
namedbinary.Trust-DNS is a great brand in the making, and I believe we should promote more the use of the
trust-dnsbinary.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.