mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 19:25:56 +03:00
[PR #1873] [MERGED] project: remove refs. to removed 'named' binary #2662
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#2662
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/1873
Author: @cpu
Created: 1/7/2023
Status: ✅ Merged
Merged: 1/11/2023
Merged by: @bluejekyll
Base:
main← Head:cpu-1859-follow-ups📝 Commits (7)
90c635bbin: remove 'named' binary refsf11d455crates: remove 'named' binary refs77cbc4cbin: remove 'named' binary refs57051b5README: remove 'named' binary refs3b18151ARCH: remove 'named' binary refsa76a292bin: named.rs -> trust-dns.rs6c2f830tests: named_test_configs -> test_configs📊 Changes
60 files changed (+84 additions, -90 deletions)
View changed files
📝
ARCHITECTURE.md(+1 -1)📝
README.md(+6 -6)📝
bin/Cargo.toml(+1 -1)📝
bin/README.md(+2 -2)📝
bin/benches/bind_conf/example.conf(+7 -7)📝
bin/benches/comparison_benches.rs(+2 -5)📝
bin/src/trust-dns.rs(+3 -3)📝
bin/tests/named_https_tests.rs(+1 -1)📝
bin/tests/named_openssl_tests.rs(+1 -1)📝
bin/tests/named_quic_tests.rs(+1 -1)📝
bin/tests/named_rustls_tests.rs(+1 -1)📝
bin/tests/named_test_rsa_dnssec.rs(+14 -15)📝
bin/tests/server_harness/mod.rs(+2 -2)📝
crates/server/README.md(+1 -1)📝
crates/server/src/store/file/authority.rs(+2 -2)📝
crates/server/tests/authority_battery/basic.rs(+1 -1)📝
crates/server/tests/authority_battery/dnssec.rs(+5 -5)📝
crates/server/tests/authority_battery/dynamic_update.rs(+5 -5)📝
crates/server/tests/config_tests.rs(+2 -2)📝
crates/server/tests/store_file_tests.rs(+2 -4)...and 40 more files
📄 Description
Hi folks,
I noticed the README references a
namedbinary that was removed in https://github.com/bluejekyll/trust-dns/pull/1859 in favour of usingtrust-dns. This branch is my attempt to clean up a few remaining references like this.I've split each edit into its own commit in case you prefer some of these remain as-is. I think the README update is the most important of the set.
I chose not to renameEdit: we included these changes too.bin/src/named.rs, or to update the name of test configs/directories (e.g.tests/test-data/named_test_configs/). If you think those should be renamed as well, I could roll that in :-)Thanks!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
idnato1.0.3for0.24version #3214