import CS redis-6.2.19-1.el8

This commit is contained in:
Andrew Lukoshko 2025-07-29 11:11:21 +00:00
parent 1d73c3dc47
commit 0acf1ff447
3 changed files with 6 additions and 3 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
SOURCES/redis-6.2.18.tar.gz
SOURCES/redis-6.2.19.tar.gz
SOURCES/redis-doc-8d4bf9b.tar.gz

View File

@ -1,2 +1,2 @@
45f4a45a97491f260bebec02f3daa6aa26250be6 SOURCES/redis-6.2.18.tar.gz
57f8ea8b120f75c2f282c458cde632a4fe94b4cc SOURCES/redis-6.2.19.tar.gz
45ec7c3b4a034891252507febace7e25ee64b4d9 SOURCES/redis-doc-8d4bf9b.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.18
Version: 6.2.19
Release: 1%{?dist}
Summary: A persistent key-value database
# redis, jemalloc, linenoise, lzf, hiredis are BSD
@ -281,6 +281,9 @@ exit 0
%changelog
* 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
* Thu Apr 24 2025 Remi Collet <rcollet@redhat.com> - 6.2.18-1
- rebase to 6.2.18 for CVE-2025-21605