forked from pool/b3sum
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 8e4fd8a08b | |||
|
|
b3c4192791 | ||
| 87b3a78c83 | |||
|
|
70bd8eec15 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:42d3a169f471deda81d4347f702c886e05db7e04e41371e11dd24e9cd7a2de7b
|
||||
size 1721356
|
||||
3
b3sum-1.8.1.obscpio
Normal file
3
b3sum-1.8.1.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4ee23b53d74f7aac1ae7624e96919cf344f19fad1387b4236abde00ce0ab0c9f
|
||||
size 1823244
|
||||
@@ -1,3 +1,45 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 5 01:17:04 UTC 2025 - Joshua Smith <smolsheep@opensuse.org>
|
||||
|
||||
- Update to version 1.8.1:
|
||||
* [CMake] Fix transitive dependencies for TBB when libblake3 is
|
||||
built with BLAKE3_USE_TBB=1
|
||||
- Updates from version 1.8.0:
|
||||
* The Rust crate now provides the blake3::hazmat module, which
|
||||
replaces the undocumented and now deprecated blake3::guts
|
||||
module. This is intended for advanced use cases like Bao and
|
||||
Iroh, which need to manipulate chunk and subtree "chaining
|
||||
values" directly.
|
||||
- Updates from version 1.7.0:
|
||||
* The C implementation has gained multithreading support, based
|
||||
on Intel's oneTBB library. This works similarly to the
|
||||
Rayon-based multithreading used in the Rust implementation. See
|
||||
c/README.md for details.
|
||||
* Added b3sum --tag, which changes the output format. This is for
|
||||
compatibility with GNU checksum tools (which use the same flag)
|
||||
and BSD checksum tools (which use the output format this flag
|
||||
turns on).
|
||||
- Updates from version 1.6.1:
|
||||
* Remove mmap from the default features list. It was added
|
||||
accidentally in v1.6.0, last week. This is technically a
|
||||
backwards-incompatible change, but I would rather not tag
|
||||
v2.0.0 for a build-time bugfix with a simple workaround.
|
||||
- Updates from version 1.6.0:
|
||||
* Add Hash::from_slice.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 30 08:47:40 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
|
||||
|
||||
- Update to version 1.5.5:
|
||||
* b3sum --check now supports checkfiles with Windows-style
|
||||
newlines. b3sum still emits Unix-style newlines, even on
|
||||
Windows, but sometimes text editors or version control tools
|
||||
will swap them.
|
||||
* The "digest" feature (deleted in v1.5.2) has been added back to
|
||||
the blake3 crate. This is for backwards compatibility only, and
|
||||
it's insta-deprecated. All callers should prefer the
|
||||
"traits-preview" feature.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 19 19:13:34 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: b3sum
|
||||
version: 1.5.4
|
||||
mtime: 1724089289
|
||||
commit: 95e42b84fc4709974c7b23c7ae885989ab36c31e
|
||||
version: 1.8.1
|
||||
mtime: 1743660526
|
||||
commit: ad639b126ef9b5f3b131093363cc3bb6bba4c3bf
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package b3sum
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: b3sum
|
||||
Version: 1.5.4
|
||||
Version: 1.8.1
|
||||
Release: 0
|
||||
Summary: A multithreaded rust implementation of BLAKE3
|
||||
License: Apache-2.0 OR CC0-1.0
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6dd222234d91ed737612d78f666ccef21a80af0722b20c34d902f327723ccbb9
|
||||
size 17908338
|
||||
oid sha256:aa89e5f27329e0417661d841d0e73383dc2f18b23dc690b02430d619630b4db4
|
||||
size 12657391
|
||||
|
||||
Reference in New Issue
Block a user