import UBI redis-6.2.18-1.el9_6

This commit is contained in:
eabdullin 2025-05-14 08:59:16 +00:00
parent 55c0a0e723
commit 726c2dd106
3 changed files with 9 additions and 3 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
SOURCES/redis-6.2.17.tar.gz
SOURCES/redis-6.2.18.tar.gz
SOURCES/redis-doc-3fdb6df.tar.gz

View File

@ -1,2 +1,2 @@
8406690e53c15d103862bb9dd25efca586835cbd SOURCES/redis-6.2.17.tar.gz
45f4a45a97491f260bebec02f3daa6aa26250be6 SOURCES/redis-6.2.18.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.17
Version: 6.2.18
Release: 1%{?dist}
Summary: A persistent key-value database
# redis, jemalloc, linenoise, lzf, hiredis are BSD
@ -296,9 +296,15 @@ fi
%changelog
* Thu Apr 24 2025 Remi Collet <rcollet@redhat.com> - 6.2.18-1
- rebase to 6.2.18 for CVE-2025-21605
* Mon Jan 13 2025 Remi Collet <rcollet@redhat.com> - 6.2.17-1
- rebase to 6.2.17 for CVE-2024-46981
* Tue Oct 15 2024 Remi Collet <rcollet@redhat.com> - 6.2.16-1
- rebase to 6.2.16 RHEL-26627
* Tue May 10 2022 Remi Collet <rcollet@redhat.com> - 6.2.7-1
- rebase to 6.2.7 #2083151