[PR #1405] [MERGED] Update 0.19 deps fix tests 2021 3 #2297

Closed
opened 2026-03-16 08:46:10 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hickory-dns/hickory-dns/pull/1405
Author: @bluejekyll
Created: 3/8/2021
Status: Merged
Merged: 3/9/2021
Merged by: @bluejekyll

Base: release/0.19Head: update-0.19-deps-fix-tests-2021-3


📝 Commits (8)

  • 927b20c backport regex fixes for named startup log capture
  • e620727 update certs for TLS tests
  • 8b6bc0f update OpenSSL version
  • 6d00f6a update keys for https and tls tests
  • e676b82 disable clippy on any non-main branches
  • 1ebc9a3 ignore deprecation warning for net-rs
  • 23a4318 update audit failing deps 2021-3
  • 5762076 disable dns-over-openssl CI which has constant failures

📊 Changes

23 files changed (+314 additions, -302 deletions)

View changed files

📝 .github/workflows/test.yml (+3 -1)
📝 Cargo.lock (+38 -31)
📝 Makefile.toml (+2 -2)
📝 bin/tests/server_harness/mod.rs (+8 -5)
📝 tests/test-data/ca.der (+0 -0)
📝 tests/test-data/ca.key (+49 -49)
📝 tests/test-data/ca.pem (+29 -29)
📝 tests/test-data/ca.pubkey (+12 -12)
📝 tests/test-data/cert-key.pem (+49 -49)
📝 tests/test-data/cert.csr (+23 -23)
📝 tests/test-data/cert.p12 (+0 -0)
📝 tests/test-data/cert.pem (+25 -25)
📝 tests/test-data/named_test_configs/dnssec/ecdsa_p256.pem (+3 -3)
📝 tests/test-data/named_test_configs/dnssec/ecdsa_p256.pk8 (+0 -0)
📝 tests/test-data/named_test_configs/dnssec/ecdsa_p384.pem (+4 -4)
📝 tests/test-data/named_test_configs/dnssec/ecdsa_p384.pk8 (+0 -0)
📝 tests/test-data/named_test_configs/dnssec/ed25519.pk8 (+0 -0)
📝 tests/test-data/named_test_configs/dnssec/rsa_2048.pem (+26 -26)
📝 tests/test-data/named_test_configs/sec/example.cert (+0 -0)
📝 tests/test-data/named_test_configs/sec/example.cert.pem (+18 -18)

...and 3 more files

📄 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/1405 **Author:** [@bluejekyll](https://github.com/bluejekyll) **Created:** 3/8/2021 **Status:** ✅ Merged **Merged:** 3/9/2021 **Merged by:** [@bluejekyll](https://github.com/bluejekyll) **Base:** `release/0.19` ← **Head:** `update-0.19-deps-fix-tests-2021-3` --- ### 📝 Commits (8) - [`927b20c`](https://github.com/hickory-dns/hickory-dns/commit/927b20ccb9bea92180432265646262f78a8d7b16) backport regex fixes for named startup log capture - [`e620727`](https://github.com/hickory-dns/hickory-dns/commit/e620727cff89939576074be7dd811bd75ad9ff77) update certs for TLS tests - [`8b6bc0f`](https://github.com/hickory-dns/hickory-dns/commit/8b6bc0fb4dbae0ce9fe37a5d13393845afdd2722) update OpenSSL version - [`6d00f6a`](https://github.com/hickory-dns/hickory-dns/commit/6d00f6af5f63453da6fa330dac1a53626b456e85) update keys for https and tls tests - [`e676b82`](https://github.com/hickory-dns/hickory-dns/commit/e676b8228861c0eb4b3338c9ba0c11ed16d0bfdd) disable clippy on any non-main branches - [`1ebc9a3`](https://github.com/hickory-dns/hickory-dns/commit/1ebc9a3503618c3385c57a3e99536397bb23e1ef) ignore deprecation warning for net-rs - [`23a4318`](https://github.com/hickory-dns/hickory-dns/commit/23a4318a040b4ffa1429d21e5667d3a1f1ac6b7f) update audit failing deps 2021-3 - [`5762076`](https://github.com/hickory-dns/hickory-dns/commit/576207677d7c9a76d54d9ee8d3e7c78d9e556632) disable dns-over-openssl CI which has constant failures ### 📊 Changes **23 files changed** (+314 additions, -302 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/test.yml` (+3 -1) 📝 `Cargo.lock` (+38 -31) 📝 `Makefile.toml` (+2 -2) 📝 `bin/tests/server_harness/mod.rs` (+8 -5) 📝 `tests/test-data/ca.der` (+0 -0) 📝 `tests/test-data/ca.key` (+49 -49) 📝 `tests/test-data/ca.pem` (+29 -29) 📝 `tests/test-data/ca.pubkey` (+12 -12) 📝 `tests/test-data/cert-key.pem` (+49 -49) 📝 `tests/test-data/cert.csr` (+23 -23) 📝 `tests/test-data/cert.p12` (+0 -0) 📝 `tests/test-data/cert.pem` (+25 -25) 📝 `tests/test-data/named_test_configs/dnssec/ecdsa_p256.pem` (+3 -3) 📝 `tests/test-data/named_test_configs/dnssec/ecdsa_p256.pk8` (+0 -0) 📝 `tests/test-data/named_test_configs/dnssec/ecdsa_p384.pem` (+4 -4) 📝 `tests/test-data/named_test_configs/dnssec/ecdsa_p384.pk8` (+0 -0) 📝 `tests/test-data/named_test_configs/dnssec/ed25519.pk8` (+0 -0) 📝 `tests/test-data/named_test_configs/dnssec/rsa_2048.pem` (+26 -26) 📝 `tests/test-data/named_test_configs/sec/example.cert` (+0 -0) 📝 `tests/test-data/named_test_configs/sec/example.cert.pem` (+18 -18) _...and 3 more files_ </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 08:46:10 +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#2297
No description provided.