Package: rust-rustls-webpki / 0.103.4-1

Metadata

Package Version Patches format
rust-rustls-webpki 0.103.4-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
1002_test data_path_from_env.patch | (download)

Cargo.toml | 4 4 + 0 - 0 !
build.rs | 7 7 + 0 - 0 !
src/alg_tests.rs | 3 2 + 1 - 0 !
tests/better_tls.rs | 2 1 + 1 - 0 !
4 files changed, 14 insertions(+), 2 deletions(-)

 allow specifying test-data path via an environment variable
 This allows the test data,
 which is included in the source package but not in the binary package,
 to be used during the autopkgtest.
2001_privacy.patch | (download)

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

 avoid privacy breach in documentation
2002_aws lc rs.patch | (download)

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

 avoid not-in-debian crate aws-lc-rs
2002_bzip2.patch | (download)

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

 accept older branches of crate bzip2
2002_rcgen.patch | (download)

Cargo.toml | 2 1 + 1 - 0 !
benches/benchmark.rs | 11 7 + 4 - 0 !
src/end_entity.rs | 7 4 + 3 - 0 !
src/test_utils.rs | 26 14 + 12 - 0 !
src/verify_cert.rs | 180 98 + 82 - 0 !
tests/client_auth.rs | 6 3 + 3 - 0 !
tests/common/mod.rs | 26 13 + 13 - 0 !
7 files changed, 140 insertions(+), 118 deletions(-)

 accept older branch of crate rcgen
 This essentially reverts upstream git commits 785e876 and 46b9143.
2003_no_benches.patch | (download)

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

 drop bench-only build-dependencies and disable benches