import UBI redis-6.2.20-1.el9_6

This commit is contained in:
eabdullin 2025-10-29 09:45:08 +00:00
parent 01889fd7fa
commit cbce9cc3ee
3 changed files with 6 additions and 3 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
SOURCES/redis-6.2.19.tar.gz
SOURCES/redis-6.2.20.tar.gz
SOURCES/redis-doc-3fdb6df.tar.gz

View File

@ -1,2 +1,2 @@
57f8ea8b120f75c2f282c458cde632a4fe94b4cc SOURCES/redis-6.2.19.tar.gz
b402148e645aa3a461ff85f31877c9ddc9fcc5cd SOURCES/redis-6.2.20.tar.gz
1af2e3e6d240e8b87d21bbd4d81fef78e9af7090 SOURCES/redis-doc-3fdb6df.tar.gz

View File

@ -19,7 +19,7 @@
%global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
Name: redis
Version: 6.2.19
Version: 6.2.20
Release: 1%{?dist}
Summary: A persistent key-value database
# redis, jemalloc, linenoise, lzf, hiredis are BSD
@ -296,6 +296,9 @@ fi
%changelog
* Tue Oct 7 2025 Remi Collet <rcollet@redhat.com> - 6.2.20-1
- rebase to 6.2.20 for CVE-2025-49844 CVE-2025-46817 CVE-2025-46818 CVE-2025-46819
* Wed Jul 16 2025 Remi Collet <rcollet@redhat.com> - 6.2.19-1
- rebase to 6.2.19 for CVE-2025-32023 and CVE-2025-48367