Tue, 26 May 2026 11:19:41 CST | login

Information for build valkey-8.0.7-2.oc9

ID46907
Package Namevalkey
Version8.0.7
Release2.oc9
Epoch
DraftFalse
Sourcegit+https://gitee.com/opencloudos-stream/valkey.git?.#dfbd0563c9e53bf9b9c99102585617e58588f59d
SummaryA persistent key-value database
DescriptionValkey is an advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. You can run atomic operations on these types, like appending to a string; incrementing the value in a hash; pushing to a list; computing set intersection, union and difference; or getting the member with highest ranking in a sorted set. In order to achieve its outstanding performance, Valkey works with an in-memory dataset. Depending on your use case, you can persist it either by dumping the dataset to disk every once in a while, or by appending each command to a log. Valkey also supports trivial-to-setup master-slave replication, with very fast non-blocking first synchronization, auto-reconnection on net split and so forth. Other features include Transactions, Pub/Sub, Lua scripting, Keys with a limited time-to-live, and configuration settings to make Valkey behave like a cache. You can use Valkey from most programming languages also.
Built byepol-bot
State complete
Volume DEFAULT
StartedMon, 25 May 2026 14:49:43 CST
CompletedMon, 25 May 2026 14:54:03 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/valkey.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/valkey.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
RPMs
src
valkey-8.0.7-2.oc9.src.rpm (info) (download)
aarch64
valkey-8.0.7-2.oc9.aarch64.rpm (info) (download)
valkey-devel-8.0.7-2.oc9.aarch64.rpm (info) (download)
valkey-debuginfo-8.0.7-2.oc9.aarch64.rpm (info) (download)
valkey-debugsource-8.0.7-2.oc9.aarch64.rpm (info) (download)
loongarch64
valkey-8.0.7-2.oc9.loongarch64.rpm (info) (download)
valkey-devel-8.0.7-2.oc9.loongarch64.rpm (info) (download)
valkey-debuginfo-8.0.7-2.oc9.loongarch64.rpm (info) (download)
valkey-debugsource-8.0.7-2.oc9.loongarch64.rpm (info) (download)
noarch
valkey-compat-redis-8.0.7-2.oc9.noarch.rpm (info) (download)
valkey-compat-redis-devel-8.0.7-2.oc9.noarch.rpm (info) (download)
x86_64
valkey-8.0.7-2.oc9.x86_64.rpm (info) (download)
valkey-devel-8.0.7-2.oc9.x86_64.rpm (info) (download)
valkey-debuginfo-8.0.7-2.oc9.x86_64.rpm (info) (download)
valkey-debugsource-8.0.7-2.oc9.x86_64.rpm (info) (download)
Logs
x86_64
hw_info.log
dnf.librepo.log
root.log
mock_config.log
dnf.rpm.log
dnf.log
build.log
mock_output.log
installed_pkgs.log
state.log
noarch_rpmdiff.json
aarch64
installed_pkgs.log
hw_info.log
dnf.rpm.log
mock_config.log
dnf.librepo.log
root.log
mock_output.log
state.log
dnf.log
build.log
noarch_rpmdiff.json
loongarch64
state.log
build.log
root.log
hw_info.log
installed_pkgs.log
mock_output.log
noarch_rpmdiff.json
Changelog * Mon May 25 2026 PkgAgent Robot <pkgagent@opencloudos.tech> - 8.0.7-2 - [Type] security - [DESC] Fix CVE-2026-23479: use-after-free when evicting blocked client during unblock * Tue Feb 24 2026 Shop You <shopyou@tencent.com> - 8.0.7-1 - [Type] security - [DESC] Update to version 8.0.7 - Add CVE-2025-27151 patch - Update documentation to version 8.0.5 * Fri Jun 20 2025 Shop You <shopyou@tencent.com> - 8.0.1-3 - [Type] security - [DESC] Resolves: CVE-2025-49112 - Apply valkey-8.0.1-CVE-2025-49112.patch to fix networking.c buffer check * Fri Jun 13 2025 bbrucezhang <bbrucezhang@tencent.com> - 8.0.1-2 - Rebuilt for loongarch64 * Mon Nov 18 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 8.0.1-1 - initial build