diff options
author | Remi Collet <remi@remirepo.net> | 2025-10-03 09:32:24 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-10-03 09:32:24 +0200 |
commit | 4b561638b27dcd7c0bd2bde6d254ed427e13bca3 (patch) | |
tree | d124f994b98f4964eed460ef49b0b6e4c9f8afec | |
parent | 476c6a605d91124dd9cb9d6abade7990fadc4deb (diff) |
Redis 7.2.11 Released Fri 3 Oct 2025 10:00:00 ISTv7.2
Update urgency: SECURITY:
CVE-2025-49844 CVE-2025-46817 CVE-2025-46818 CVE-2025-46819
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | redis.spec | 9 |
2 files changed, 8 insertions, 3 deletions
@@ -1,4 +1,4 @@ SRCDIR := $(shell pwd) NAME := $(shell basename $(SRCDIR)) -include ../common/Makefile +include ../../common/Makefile @@ -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 <remi@remirepo.net> - 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 <remi@remirepo.net> - 7.2.10-2 - use patch for config instead of sed - fix pidfile path in /run/redis |