1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
rust-blake3 (1.8.1-1) unstable; urgency=medium
* Team upload.
* Package blake3 1.8.1 from crates.io using debcargo 2.7.8
* Relax rand to 0.8
-- Blair Noctis <ncts@debian.org> Wed, 09 Apr 2025 19:52:18 +0000
rust-blake3 (1.5.4-1) unstable; urgency=medium
* Team upload.
* Package blake3 1.5.4 from crates.io using debcargo 2.6.1
* Add the new Apache 2.0 with LLVM exceptions license to d/copyright
* Disable benches
-- Blair Noctis <ncts@debian.org> Thu, 29 Aug 2024 04:20:49 +0000
rust-blake3 (1.5.1-1) unstable; urgency=medium
* Team upload.
* Package blake3 1.5.1 from crates.io using debcargo 2.6.1
* Refresh old and drop outdated patches
-- Blair Noctis <n@sail.ng> Thu, 01 Aug 2024 16:43:10 +0000
rust-blake3 (1.3.1-1) unstable; urgency=medium
* Team upload.
* Package blake3 1.3.1 from crates.io using debcargo 2.5.0
-- Sylvestre Ledru <sylvestre@debian.org> Wed, 01 Jun 2022 20:52:49 +0200
rust-blake3 (1.2.0-3) unstable; urgency=medium
* Team upload.
* Package blake3 1.2.0 from crates.io using debcargo 2.5.0
* Mark autopkgtest for "neon" feature as broken, it fails to build on
architectures that don't have neon.
-- Peter Michael Green <plugwash@debian.org> Sun, 19 Dec 2021 21:58:09 +0000
rust-blake3 (1.2.0-2) unstable; urgency=medium
* Team upload.
* Package blake3 1.2.0 from crates.io using debcargo 2.5.0
* Add built-using metadata for i386 and arm64 to fix FTBFS.
-- Peter Michael Green <plugwash@debian.org> Sun, 19 Dec 2021 11:51:05 +0000
rust-blake3 (1.2.0-1) unstable; urgency=medium
* Team upload.
* Package blake3 1.2.0 from crates.io using debcargo 2.5.0
* Eliminate dev-dependency on rust-page-size which is not currently
in Debian, use a fixed value of 65536 (a multiple of all common
page sizes) in the bench instead.
* Adjust dependencies to match what is in Debian.
* Add reference_impl from upstream git, so the tests and benches
can run.
* Add patch based on a revert of an upstream commit to support versions
of rand and rand-chacha in Debian.
* Mark tests for the all features case as "broken", some features are
mutually exclusive.
-- Peter Michael Green <plugwash@debian.org> Sun, 19 Dec 2021 01:26:32 +0000
rust-blake3 (0.3.7-1) unstable; urgency=medium
* Package blake3 0.3.7 from crates.io using debcargo 2.4.3
-- karthek <mail@karthek.com> Fri, 24 Sep 2021 23:24:32 +0200
|