From 4b561638b27dcd7c0bd2bde6d254ed427e13bca3 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 3 Oct 2025 09:32:24 +0200 Subject: Redis 7.2.11 Released Fri 3 Oct 2025 10:00:00 IST Update urgency: SECURITY: CVE-2025-49844 CVE-2025-46817 CVE-2025-46818 CVE-2025-46819 --- Makefile | 2 +- redis.spec | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 1e65467..91b0fd5 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ SRCDIR := $(shell pwd) NAME := $(shell basename $(SRCDIR)) -include ../common/Makefile +include ../../common/Makefile diff --git a/redis.spec b/redis.spec index 3317e05..09ee463 100644 --- a/redis.spec +++ b/redis.spec @@ -24,7 +24,7 @@ # Tests fail in mock, not in local build. %bcond_with tests -%global upstream_ver 7.2.10 +%global upstream_ver 7.2.11 # Commit IDs for the (unversioned) redis-doc repository # https://fedoraproject.org/wiki/Packaging:SourceURL "Commit Revision" @@ -39,7 +39,7 @@ Name: redis Version: %{upstream_ver} -Release: 2%{?dist} +Release: 1%{?dist} Summary: A persistent key-value database # redis, hiredis: BSD-3-Clause # hdrhistogram, jemalloc, lzf, linenoise: BSD-2-Clause @@ -407,6 +407,11 @@ fi %changelog +* Fri Oct 3 2025 Remi Collet - 7.2.11-1 +- Redis 7.2.11 Released Fri 3 Oct 2025 10:00:00 IST +- Update urgency: SECURITY: + CVE-2025-49844 CVE-2025-46817 CVE-2025-46818 CVE-2025-46819 + * Thu Jul 10 2025 Remi Collet - 7.2.10-2 - use patch for config instead of sed - fix pidfile path in /run/redis -- cgit