Package: rust-curve25519-dalek / 4.2.0+dfsg-1

Metadata

Package Version Patches format
rust-curve25519-dalek 4.2.0+dfsg-1 3.0 (quilt)

Patch series

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

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

 accept newer minor version of crate toml
1002_fence_tests.patch | (download)

x25519-dalek/tests/x25519_tests.rs | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

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

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

 accept older revision of crate cpufeatures
2001_fiat crypto.patch | (download)

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

 accept older minor version of crate fiat-crypto
2001_merlin.patch | (download)

ed25519-dalek/Cargo.toml | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

 avoid crate merlin
 merlin hardcodes a compile_error!() on big-endian architectures.
2002_large_tests.patch | (download)

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

 include large test assets
 Some tests deliberately fail with an error message
 explaining that some large test assets are omitted from distribution.
 Include those assets with Debian "binary" packages,
 as that is easier than maintaining a patch that [#ignore]'s them,
 and during source package build testing with option `--all`.
2003_no_bench.patch | (download)

curve25519-dalek/Cargo.toml | 7 1 + 6 - 0 !
ed25519-dalek/Cargo.toml | 7 1 + 6 - 0 !
x25519-dalek/Cargo.toml | 6 1 + 5 - 0 !
3 files changed, 3 insertions(+), 17 deletions(-)

 avoid benches