Codebase list rust-stfu8 / 30c064c
Updating sha1-asm ed neville 3 years ago
5 changed file(s) with 48 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
(New empty file)
0 rust-sha1-asm (0.4.4-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package sha1-asm 0.4.4 from crates.io using debcargo 2.4.3
4 * Removing bench test
5
6 -- Ed Neville <ed-debian@s5h.net> Wed, 30 Dec 2020 11:49:32 +0000
7
08 rust-sha1-asm (0.4.3-2) unstable; urgency=medium
19
210 * Restrict build to supported architectures
2020 FIXME (overlay): These notices are extracted from files. Please review them
2121 before uploading to the archive.
2222
23 Files: ./src/aarch64.S
24 Copyright: 2020 Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>. (MIT License)
25 License: UNKNOWN-LICENSE; FIXME (overlay)
26 Comment:
27 FIXME (overlay): These notices are extracted from files. Please review them
28 before uploading to the archive.
29
2330 Files: ./src/x64.S
2431 Copyright: 2015 Project Nayuki. (MIT License)
2532 License: UNKNOWN-LICENSE; FIXME (overlay)
3643
3744 Files: debian/*
3845 Copyright:
39 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
40 2019 kpcyrd <git@rxv.cc>
46 2019-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
47 2019-2020 kpcyrd <git@rxv.cc>
4148 License: MIT
4249
4350 License: MIT
0 Description: removing benchmark test
1 Removing benchmark test as bench is not available.
2 Author: Ed Neville <ed-debian@s5h.net>
3 Forwarded: not-needed
4 Last-Update: 2020-12-30
5 ---
6 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
7 Index: sha1-asm/benches/lib.rs
8 ===================================================================
9 --- sha1-asm/benches/lib.rs
10 +++ /dev/null
11 @@ -1,18 +0,0 @@
12 -#![no_std]
13 -#![feature(test)]
14 -extern crate test;
15 -extern crate sha1_asm;
16 -
17 -use test::Bencher;
18 -
19 -#[bench]
20 -fn bench_compress(b: &mut Bencher) {
21 - let mut state = Default::default();
22 - let data = [0u8; 64];
23 -
24 - b.iter(|| {
25 - sha1_asm::compress(&mut state, &data);
26 - });
27 -
28 - b.bytes = data.len() as u64;
29 -}
00 built-using.patch
1 relax-benches.diff