Package: rust-libp2p-identity / 0.2.10+20250205+ds-1

Metadata

Package Version Patches format
rust-libp2p-identity 0.2.10+20250205+ds-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
1001_fence_tests.patch | (download)

identity/src/keypair.rs | 4 2 + 2 - 0 !
identity/tests/keypair_api.rs | 6 6 + 0 - 0 !
identity/tests/serde.rs | 2 1 + 1 - 0 !
3 files changed, 9 insertions(+), 3 deletions(-)

 add feature fences for tests
2001_workspace.patch | (download)

Cargo.toml | 64 0 + 64 - 0 !
1 file changed, 64 deletions(-)

 limit workspace to the crate we care about
2002_asn1_der.patch | (download)

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

 avoid not-in-debian crates asn1_der libsecp256k1
2002_tracing.patch | (download)

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

 accept older release of crate tracing
2003_no_bench.patch | (download)

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

 avoid benches
2003_no_wasm.patch | (download)

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

 avoid wasm-only crates
2004_quickcheck ext.patch | (download)

identity/src/ed25519.rs | 2 2 + 0 - 0 !
identity/src/rsa.rs | 2 2 + 0 - 0 !
2 files changed, 4 insertions(+)

 avoid tests that use local crate quickcheck-ext
 Keeping the code, so as to support checking the tests at build-time,
 would require either not testing at all as autopkgtests,
 or embedding the local crate with each binary package
 and patching the test building routines to use the embedded crate.