import OL valkey-8.0.7-1.el9_7

This commit is contained in:
Andrew Lukoshko 2026-03-03 14:37:47 +00:00
parent e60bca86eb
commit ff3e5f61b3
3 changed files with 7 additions and 4 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/valkey-8.0.6.tar.gz
SOURCES/valkey-8.0.7.tar.gz

View File

@ -1 +1 @@
f0b1d37036376aac07c261326983f87f65781e9a SOURCES/valkey-8.0.6.tar.gz
798fe3086a70d8fa5da59f0b491b9a6eb055f81b SOURCES/valkey-8.0.7.tar.gz

View File

@ -2,8 +2,8 @@
%bcond_with tests
Name: valkey
Version: 8.0.6
Release: 2%{?dist}
Version: 8.0.7
Release: 1%{?dist}
Summary: A persistent key-value database
# valkey: BSD-3-Clause
# hiredis: BSD-3-Clause
@ -268,6 +268,9 @@ taskset -c 1 ./runtest --clients 50 --skiptest "Active defrag - AOF loading"
%changelog
* Tue Feb 24 2026 Lukas Javorsky <ljavorsk@redhat.com> - 8.0.7-1
- Rebase to 8.0.7 for CVE-2026-21863 CVE-2025-67733
* Fri Oct 17 2025 Remi Collet <remi@fedoraproject.org> - 8.0.6-2
- rebase to 8.0.6 for CVE-2025-49844 CVE-2025-46817 CVE-2025-46818 CVE-2025-46819