[PR #983] [MERGED] Fix trust dns 0.18.1 #1840

Closed
opened 2026-03-16 02:28:55 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/983
Author: @bluejekyll
Created: 1/4/2020
Status: Merged
Merged: 1/5/2020
Merged by: @bluejekyll

Base: release/0.18Head: fix-trust-dns-0.18.1


📝 Commits (2)

  • 1676724 reproduce error stack overflow from . as MX target
  • eba2164 Bump versions to 0.18.1

📊 Changes

18 files changed (+135 additions, -98 deletions)

View changed files

📝 CHANGELOG.md (+6 -0)
📝 Cargo.lock (+48 -48)
📝 bin/Cargo.toml (+9 -9)
📝 crates/client/Cargo.toml (+3 -3)
📝 crates/https/Cargo.toml (+3 -3)
📝 crates/native-tls/Cargo.toml (+2 -2)
📝 crates/openssl/Cargo.toml (+2 -2)
📝 crates/proto/Cargo.toml (+1 -1)
📝 crates/resolver/Cargo.toml (+6 -6)
📝 crates/rustls/Cargo.toml (+2 -2)
📝 crates/server/Cargo.toml (+7 -7)
📝 crates/server/src/store/file/authority.rs (+1 -0)
📝 crates/server/src/store/in_memory/authority.rs (+2 -1)
📝 crates/server/tests/authority_battery/basic.rs (+27 -0)
📝 tests/compatibility-tests/Cargo.toml (+2 -2)
📝 tests/integration-tests/Cargo.toml (+8 -8)
📝 tests/test-data/named_test_configs/example.com.zone (+2 -0)
📝 util/Cargo.toml (+4 -4)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hickory-dns/hickory-dns/pull/983 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 1/4/2020 **Status:** ✅ Merged **Merged:** 1/5/2020 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `release/0.18` ← **Head:** `fix-trust-dns-0.18.1` --- ### 📝 Commits (2) - [`1676724`](https://github.com/hickory-dns/hickory-dns/commit/1676724846aab09e0ff6549c6d85c91a168efd3a) reproduce error stack overflow from `.` as MX target - [`eba2164`](https://github.com/hickory-dns/hickory-dns/commit/eba21647a7ad579cb90dfd6e47704d38fa731da2) Bump versions to 0.18.1 ### 📊 Changes **18 files changed** (+135 additions, -98 deletions) <details> <summary>View changed files</summary> 📝 `CHANGELOG.md` (+6 -0) 📝 `Cargo.lock` (+48 -48) 📝 `bin/Cargo.toml` (+9 -9) 📝 `crates/client/Cargo.toml` (+3 -3) 📝 `crates/https/Cargo.toml` (+3 -3) 📝 `crates/native-tls/Cargo.toml` (+2 -2) 📝 `crates/openssl/Cargo.toml` (+2 -2) 📝 `crates/proto/Cargo.toml` (+1 -1) 📝 `crates/resolver/Cargo.toml` (+6 -6) 📝 `crates/rustls/Cargo.toml` (+2 -2) 📝 `crates/server/Cargo.toml` (+7 -7) 📝 `crates/server/src/store/file/authority.rs` (+1 -0) 📝 `crates/server/src/store/in_memory/authority.rs` (+2 -1) 📝 `crates/server/tests/authority_battery/basic.rs` (+27 -0) 📝 `tests/compatibility-tests/Cargo.toml` (+2 -2) 📝 `tests/integration-tests/Cargo.toml` (+8 -8) 📝 `tests/test-data/named_test_configs/example.com.zone` (+2 -0) 📝 `util/Cargo.toml` (+4 -4) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-16 02:28:55 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hickory-dns#1840
No description provided.