mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #1405] [MERGED] Update 0.19 deps fix tests 2021 3 #2297
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#2297
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/1405
Author: @bluejekyll
Created: 3/8/2021
Status: ✅ Merged
Merged: 3/9/2021
Merged by: @bluejekyll
Base:
release/0.19← Head:update-0.19-deps-fix-tests-2021-3📝 Commits (8)
927b20cbackport regex fixes for named startup log capturee620727update certs for TLS tests8b6bc0fupdate OpenSSL version6d00f6aupdate keys for https and tls testse676b82disable clippy on any non-main branches1ebc9a3ignore deprecation warning for net-rs23a4318update audit failing deps 2021-35762076disable 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.