diff --git a/redis-7.2.11.tar.gz b/redis-7.2.11.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..7f53ca5ea52a35af940c733786aa4e41961ebebe Binary files /dev/null and b/redis-7.2.11.tar.gz differ diff --git a/redis-doc-c7880ba.tar.gz b/redis-doc-c7880ba.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..5001fe84f1fa9e9b7faaa82a87c3974de4a8ef9e Binary files /dev/null and b/redis-doc-c7880ba.tar.gz differ diff --git a/redis.spec b/redis.spec index cb343ee6552c9e1750432b0a78bc153fc9b23c76..72e1554a9fb1f10333f95da9a22617277a2ad387 100644 --- a/redis.spec +++ b/redis.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 1 # temp workaround to https://bugzilla.redhat.com/2059488 %undefine _package_note_file @@ -11,7 +11,7 @@ %global macrosdir %(d=%{_rpmconfigdir}/macros.d; [ -d $d ] || d=%{_sysconfdir}/rpm; echo $d) Name: redis -Version: 7.2.10 +Version: 7.2.11 Release: %{anolis_release}%{?dist} Summary: A persistent key-value database # redis, hiredis: BSD-3-Clause @@ -20,13 +20,13 @@ Summary: A persistent key-value database # fpconv: BSL-1.0 License: BSD-3-Clause AND BSD-2-Clause AND MIT AND BSL-1.0 URL: https://redis.io -Source0: https://download.redis.io/releases/%{name}-%{version}.tar.gz -Source1: %{name}.logrotate -Source2: %{name}-sentinel.service -Source3: %{name}.service -Source7: %{name}-limit-systemd -Source9: macros.%{name} -Source10: https://github.com/%{name}/%{name}-doc/archive/%{doc_commit}/%{name}-doc-%{short_doc_commit}.tar.gz +Source0: https://download.redis.io/releases/redis-7.2.11.tar.gz +Source1: redis.logrotate +Source2: redis-sentinel.service +Source3: redis.service +Source7: redis-limit-systemd +Source9: macros.redis +Source10: https://github.com/redis/redis-doc/archive/c7880ba85fd67cb09110a4be790da47d4a6cec80/redis-doc-c7880ba.tar.gz Patch0001: 0001-1st-man-pageis-for-redis-cli-redis-benchmark-redis-c.patch Patch0002: 0002-add-sw_64-support.patch @@ -297,6 +297,10 @@ fi %changelog +* Tue Nov 11 2025 mgb01105731 - 7.2.11-1 +- Updated to version 7.2.11 to fix CVE-2025-49844 + + * Fri Oct 10 2025 wh02252983 - 7.2.10-2 - Add patch to fix CVE-2025-46818 and CVE-2025-46819 and CVE-2025-46817