Package: rust-hickory-proto / 0.24.4-6

Metadata

Package Version Patches format
rust-hickory-proto 0.24.4-6 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
disable broken test.patch | (download)

src/native_tls/tests.rs | 2 1 + 1 - 0 !
src/quic/tests.rs | 2 1 + 1 - 0 !
src/rustls/tests.rs | 2 1 + 1 - 0 !
3 files changed, 3 insertions(+), 3 deletions(-)

---
disable tests which require network.patch | (download)

src/h2/h2_client_stream.rs | 2 2 + 0 - 0 !
src/h3/h3_client_stream.rs | 2 2 + 0 - 0 !
2 files changed, 4 insertions(+)

---
disable webpki roots.patch | (download)

Cargo.toml | 6 3 + 3 - 0 !
1 file changed, 3 insertions(+), 3 deletions(-)

---
gate tests on required features.patch | (download)

src/rr/dnssec/rdata/tsig.rs | 1 1 + 0 - 0 !
tests/dnssec_presentation_format_tests.rs | 1 1 + 0 - 0 !
2 files changed, 2 insertions(+)

---
use http 1.patch | (download)

Cargo.toml | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 use http 1.x


use rustls 0.23.patch | (download)

Cargo.toml | 26 19 + 7 - 0 !
src/error.rs | 14 14 + 0 - 0 !
src/h2/h2_client_stream.rs | 30 12 + 18 - 0 !
src/h3/h3_client_stream.rs | 38 14 + 24 - 0 !
src/h3/h3_server.rs | 30 17 + 13 - 0 !
src/quic/mod.rs | 2 0 + 2 - 0 !
src/quic/quic_client_stream.rs | 59 22 + 37 - 0 !
src/quic/quic_server.rs | 30 17 + 13 - 0 !
src/quic/quic_socket.rs | 113 0 + 113 - 0 !
src/quic/quic_stream.rs | 2 1 + 1 - 0 !
src/quic/tests.rs | 18 10 + 8 - 0 !
src/rustls/tests.rs | 16 10 + 6 - 0 !
src/rustls/tls_server.rs | 93 43 + 50 - 0 !
src/rustls/tls_stream.rs | 5 3 + 2 - 0 !
src/udp/mod.rs | 2 1 + 1 - 0 !
src/udp/udp_stream.rs | 18 0 + 18 - 0 !
16 files changed, 183 insertions(+), 313 deletions(-)

 [patch] upgrade to rustls 0.23, quinn 0.11, etc

use rustls native certs 0.8.patch | (download)

Cargo.toml | 2 1 + 1 - 0 !
src/error.rs | 10 10 + 0 - 0 !
src/h2/h2_client_stream.rs | 2 1 + 1 - 0 !
src/quic/quic_client_stream.rs | 7 6 + 1 - 0 !
4 files changed, 18 insertions(+), 3 deletions(-)

 [patch] upgrade to rustls-native-certs 0.8


downgrade idna.patch | (download)

Cargo.toml | 2 1 + 1 - 0 !
src/rr/domain/label.rs | 21 12 + 9 - 0 !
2 files changed, 13 insertions(+), 10 deletions(-)

 downgrade idna to 0.4
 Reverts upstream changes at https://github.com/hickory-dns/hickory-dns/commit/f1ffcbf513bc2f87f602709b5577197b9f901a63


use thiserror 2.patch | (download)

Cargo.toml | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 use thiserror 2.x


fix feature gates.patch | (download)

src/rr/dnssec/mod.rs | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix feature gates
 not for itself, but for hickory-server: it uses
 hickory_proto::rr::dnssec::KeyFormat, which was only available with an
 enabled TLS backend.
set nonblocking before passing to tokio.patch | (download)

src/multicast/mdns_stream.rs | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

---