Thu, 26 Jun 2025 19:28:22 CST | login

Information for build blake3-1.5.0-3.oc9

ID35376
Package Nameblake3
Version1.5.0
Release3.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/blake3.git?.#a92dc75eff0ae2f2042929e14e5e046d3c09904d
SummaryOfficial C implementation of the BLAKE3 cryptographic hash function
DescriptionBLAKE3 is a cryptographic hash function that is: - Much faster than MD5, SHA-1, SHA-2, SHA-3, and BLAKE2. - Secure, unlike MD5 and SHA-1. And secure against length extension, unlike SHA-2. - Highly parallelizable across any number of threads and SIMD lanes, because it's a Merkle tree on the inside. - Capable of verified streaming and incremental updates, again because it's a Merkle tree. - A PRF, MAC, KDF, and XOF, as well as a regular hash. - One algorithm with no variants, which is fast on x86-64 and also on smaller architectures.
Built bybbrucezhang
State complete
Volume DEFAULT
StartedThu, 12 Jun 2025 16:05:13 CST
CompletedThu, 12 Jun 2025 16:16:45 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/blake3.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/blake3.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
blake3-1.5.0-3.oc9.src.rpm (info) (download)
aarch64
blake3-1.5.0-3.oc9.aarch64.rpm (info) (download)
blake3-devel-1.5.0-3.oc9.aarch64.rpm (info) (download)
blake3-debuginfo-1.5.0-3.oc9.aarch64.rpm (info) (download)
blake3-debugsource-1.5.0-3.oc9.aarch64.rpm (info) (download)
loongarch64
blake3-1.5.0-3.oc9.loongarch64.rpm (info) (download)
blake3-devel-1.5.0-3.oc9.loongarch64.rpm (info) (download)
blake3-debuginfo-1.5.0-3.oc9.loongarch64.rpm (info) (download)
blake3-debugsource-1.5.0-3.oc9.loongarch64.rpm (info) (download)
x86_64
blake3-1.5.0-3.oc9.x86_64.rpm (info) (download)
blake3-devel-1.5.0-3.oc9.x86_64.rpm (info) (download)
blake3-debuginfo-1.5.0-3.oc9.x86_64.rpm (info) (download)
blake3-debugsource-1.5.0-3.oc9.x86_64.rpm (info) (download)
Logs
x86_64
mock_config.log
mock_output.log
build.log
hw_info.log
dnf.rpm.log
state.log
installed_pkgs.log
dnf.librepo.log
dnf.log
root.log
aarch64
state.log
build.log
installed_pkgs.log
root.log
dnf.librepo.log
dnf.rpm.log
dnf.log
mock_output.log
hw_info.log
mock_config.log
loongarch64
state.log
build.log
root.log
hw_info.log
installed_pkgs.log
mock_output.log
Changelog * Tue Jun 03 2025 bbrucezhang <bbrucezhang@tencent.com> - 1.5.0-3 - Rebuilt for loongarch64 * Wed Apr 24 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.5.0-2 - rebase to add ocs and ts macros * Thu Apr 11 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 1.5.0-1 - initial build