Package: rust-oxhttp / 0.2.7-3

Metadata

Package Version Patches format
rust-oxhttp 0.2.7-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
2001_disable_doctest.patch | (download)

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

 disable doctest
 A few documentation examples require network access to test,
 which is forbidden in strict test checking environments.
2002_rustls.patch | (download)

Cargo.toml | 20 9 + 11 - 0 !
src/client.rs | 40 26 + 14 - 0 !
2 files changed, 35 insertions(+), 25 deletions(-)

 use older branch of crates rustls rustls-native-certs webpki-roots
 This essentially reverts upstream git commits fdad48c 297052e 846950b.
2002_webpki roots.patch | (download)

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

 avoid not-in-debian crate webpki-roots
2003_no_bench.patch | (download)

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

 avoid benches