Rebase to 8.1.6

Resolves: RHEL-119350
This commit is contained in:
Lukas Javorsky 2026-03-05 13:11:10 +01:00
parent e01bf17738
commit 3914a0f931
3 changed files with 10 additions and 2 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@
/valkey-8.0.4.tar.gz
/valkey-8.0.6.tar.gz
/valkey-8.0.7.tar.gz
/valkey-8.1.6.tar.gz

View File

@ -1 +1 @@
SHA512 (valkey-8.0.7.tar.gz) = 7a9aae348861b40557c927df24c750affc35e47d7e33ac300b5227382933129efeec0a815c2927e9cf012e75e31129fec6908982fdda4efecb34a37fbc7c8ecb
SHA512 (valkey-8.1.6.tar.gz) = c991e8019637842305c394b25253f609e0ea02ebd53b71e6730ce0107e9957c04e3e7ae8e6779cfd698434c477c255f5e3beb27ebc24a280a7a6e5a640333e25

View File

@ -2,7 +2,7 @@
%bcond_with tests
Name: valkey
Version: 8.0.7
Version: 8.1.6
Release: 1%{?dist}
Summary: A persistent key-value database
# valkey: BSD-3-Clause
@ -268,6 +268,13 @@ taskset -c 1 ./runtest --clients 50 --skiptest "Active defrag - AOF loading"
%changelog
* Wed Mar 04 2026 Lukas Javorsky <ljavorsk@redhat.com> - 8.1.6-1
- Rebase to version 8.1
- fix CONFIG REWRITE breaks configuration
reported as https://github.com/valkey-io/valkey/issues/2678
using patch from https://github.com/valkey-io/valkey/pull/2689
- add sub-package for rdma module
* Mon Mar 02 2026 Lukas Javorsky <ljavorsk@redhat.com> - 8.0.7-1
- Rebase to 8.0.7 for CVE-2026-21863 CVE-2025-67733