Codebase list rust-serde-xml-rs / 40e6f24
sha1collisiondetection: move from experimental to unstable Daniel Kahn Gillmor 2 years ago
2 changed file(s) with 17 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 rust-sha1collisiondetection (0.2.5-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package sha1collisiondetection 0.2.5 from crates.io using debcargo 2.5.0
3 * Update summary and description of sha1cdsum binary package
4 * Move to unstable
5
6 -- Daniel Kahn Gillmor <dkg@fifthhorseman.net> Sat, 05 Feb 2022 20:19:17 -0500
7
08 rust-sha1collisiondetection (0.2.5-1) experimental; urgency=medium
19
210 * Package sha1collisiondetection 0.2.5 from crates.io using debcargo 2.5.0
77 bin_name = "sha1cdsum"
88 [packages.bin]
99 section = "utils"
10 summary = "Calculate SHA1 checksums with collision detection"
11 description = """
12 Print or check SHA1 checksums while defending against well-known
13 collision attacks.
14
15 This program offers a drop-in replacement for coreutils' sha1sum
16 in most cases, but one that is not vulnerable to a specific,
17 well-known cryptographic weakness in SHA1.
18 """