Package: rust-rustls-platform-verifier / 0.5.3+ds-2

Metadata

Package Version Patches format
rust-rustls-platform-verifier 0.5.3+ds-2 3.0 (quilt)

Patch series

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

README.md | 6 0 + 6 - 0 !
1 file changed, 6 deletions(-)

 avoid privacy breach in documentation
2002_no_android.patch | (download)

Cargo.toml | 1 0 + 1 - 0 !
rustls-platform-verifier/Cargo.toml | 19 2 + 17 - 0 !
2 files changed, 2 insertions(+), 18 deletions(-)

 avoid android-only crates
2002_no_freebsd.patch | (download)

rustls-platform-verifier/Cargo.toml | 4 0 + 4 - 0 !
1 file changed, 4 deletions(-)

 avoid freebsd-only crates
2002_no_mac.patch | (download)

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

 avoid mac-only crates
2002_no_net.patch | (download)

rustls-platform-verifier/src/tests/mod.rs | 2 1 + 1 - 0 !
rustls-platform-verifier/src/tests/verification_mock/mod.rs | 1 1 + 0 - 0 !
2 files changed, 2 insertions(+), 1 deletion(-)

 skip network-requiring tests by default
2002_no_wasm.patch | (download)

rustls-platform-verifier/Cargo.toml | 6 1 + 5 - 0 !
1 file changed, 1 insertion(+), 5 deletions(-)

 avoid wasm-only crates
2002_no_windows.patch | (download)

rustls-platform-verifier/Cargo.toml | 5 0 + 5 - 0 !
1 file changed, 5 deletions(-)

 avoid windows-only crates
2003_rustls native certs.patch | (download)

rustls-platform-verifier/Cargo.toml | 3 2 + 1 - 0 !
rustls-platform-verifier/src/verification/others.rs | 60 42 + 18 - 0 !
2 files changed, 44 insertions(+), 19 deletions(-)

 use older branch of crate rustls-native-certs
 This essentially reverts upstream git commit 579c9c6.