Codebase list rust-stfu8 / 47c03c5
unbreak blake2-rfc. will probably requires the same crap Sylvestre Ledru 3 years ago
5 changed file(s) with 30 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
0 rust-blake2-rfc (0.2.18-3) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
0 rust-blake2-rfc (0.2.18-3) unstable; urgency=medium
11
2 * Crappy upload by hand. Seems that the tarball cannot be used
3 by debcargo
24 * Team upload.
35 * Package blake2-rfc 0.2.18 from crates.io using debcargo 2.4.3
46 * Remove the optional clippy dependency (closes: #935674).
57
6 -- Sylvestre Ledru <sylvestre@debian.org> Thu, 10 Dec 2020 21:21:07 +0100
8 -- Sylvestre Ledru <sylvestre@debian.org> Thu, 10 Dec 2020 21:16:33 +0100
79
810 rust-blake2-rfc (0.2.18-2) unstable; urgency=medium
911
1010
1111 Files: debian/*
1212 Copyright:
13 2019-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
14 2019-2020 Robin Krahl <robin.krahl@ireas.org>
13 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
14 2019 Robin Krahl <robin.krahl@ireas.org>
1515 License: MIT or Apache-2.0
1616
1717 License: Apache-2.0
117117
118118 Files: debian/*
119119 Copyright:
120 2019-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
121 2019-2020 Robin Krahl <robin.krahl@ireas.org>
120 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
121 2019 Robin Krahl <robin.krahl@ireas.org>
122122 License: MIT or Apache-2.0
123123
124124 License: Apache-2.0
0 Index: rust-blake2-rfc-0.2.18/Cargo.toml
1 ===================================================================
2 --- rust-blake2-rfc-0.2.18.orig/Cargo.toml
3 +++ rust-blake2-rfc-0.2.18/Cargo.toml
4 @@ -22,12 +22,12 @@ categories = ["cryptography", "no-std"]
5 license = "MIT OR Apache-2.0"
6 repository = "https://github.com/cesarb/blake2-rfc"
7 [dependencies.arrayvec]
8 -version = "0.4.6"
9 +version = "0.5"
10 default-features = false
11
12 -[dependencies.clippy]
13 -version = "0.0.41"
14 -optional = true
15 +#[dependencies.clippy]
16 +#version = "0.0.41"
17 +#optional = true
18
19 [dependencies.constant_time_eq]
20 version = "0.1.0"
0 fix-dep.diff
0 fix-deps.diff