Import from CS git

This commit is contained in:
eabdullin 2025-05-15 16:31:03 +00:00
parent 97be83b033
commit 1d73c3dc47
3 changed files with 6 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-8d4bf9b.tar.gz SOURCES/redis-doc-8d4bf9b.tar.gz

View File

@ -1,2 +1,2 @@
8406690e53c15d103862bb9dd25efca586835cbd SOURCES/redis-6.2.17.tar.gz 45f4a45a97491f260bebec02f3daa6aa26250be6 SOURCES/redis-6.2.18.tar.gz
45ec7c3b4a034891252507febace7e25ee64b4d9 SOURCES/redis-doc-8d4bf9b.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) %global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d)
Name: redis Name: redis
Version: 6.2.17 Version: 6.2.18
Release: 1%{?dist} Release: 1%{?dist}
Summary: A persistent key-value database Summary: A persistent key-value database
# redis, jemalloc, linenoise, lzf, hiredis are BSD # redis, jemalloc, linenoise, lzf, hiredis are BSD
@ -281,6 +281,9 @@ exit 0
%changelog %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 * Mon Jan 13 2025 Remi Collet <rcollet@redhat.com> - 6.2.17-1
- rebase to 6.2.17 for CVE-2024-46981 - rebase to 6.2.17 for CVE-2024-46981