diff --git a/download b/download index 073c8f59d8c543483ead302e7495d3461110c692..3eddc7047ce4cbbae7b25d6a308a8ab03782b716 100644 --- a/download +++ b/download @@ -1,2 +1,2 @@ -154ad65bbf5ae4c111d8832876ed7f08 redis-6.2.19.tar.gz +88cf7f7c877aecbafc1642eb15a409cd redis-6.2.20.tar.gz 8cbcd27323972181e1604968747fba41 redis-doc-8d4bf9b.tar.gz diff --git a/redis.spec b/redis.spec index 1272e499472ba2db33092aa5d24e8793459c8ea6..15a1f41e6f6a9b1724061908fcc77305f9c714d1 100644 --- a/redis.spec +++ b/redis.spec @@ -20,7 +20,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%{anolis_release}%{?dist} Summary: A persistent key-value database # redis, jemalloc, linenoise, lzf, hiredis are BSD @@ -291,10 +291,13 @@ exit 0 %changelog -* Tue Jul 29 2025 Liwei Ge - 6.2.19-1.0.1 +* Thu Oct 30 2025 Liwei Ge - 6.2.20-1.0.1 - Support loongarch64 platform - cherry-pick `add sw patch $cbad809d90a96439e196e8610d5b1868bcca5d3d`. (nijie@wxiat.com) +* Tue Oct 7 2025 Remi Collet - 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 - 6.2.19-1 - rebase to 6.2.19 for CVE-2025-32023 and CVE-2025-48367