From ec094ef0bf79bb6ccd5f53b2805f184b79707a70 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 7 Sep 2023 06:23:26 +0200 Subject: Redis 7.2.1 Released Wed 06 Sep 2023 15:00:00 IDT Upgrade urgency SECURITY: CVE-2023-41053 --- redis.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/redis.spec b/redis.spec index b8f0074..212a465 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.0 +%global upstream_ver 7.2.1 #global upstream_pre rc3 # Commit IDs for the (unversioned) redis-doc repository @@ -32,7 +32,7 @@ # https://github.com/redis/redis-doc/commits/master %global gh_owner redis %global gh_project redis -%global doc_commit 47e506c203cb876141d195429b45c01a52f62650 +%global doc_commit b91cd8b4a3c979e21ae0b1502c80543713a470ea %global short_doc_commit %(c=%{doc_commit}; echo ${c:0:7}) # %%{_rpmmacrodir} not usable on EL-6 - EL-7 (without epel-rpms-macros) @@ -400,6 +400,10 @@ fi %changelog +* Thu Sep 7 2023 Remi Collet - 7.2.1-1 +- Redis 7.2.1 Released Wed 06 Sep 2023 15:00:00 IDT +- Upgrade urgency SECURITY: CVE-2023-41053 + * Wed Aug 16 2023 Remi Collet - 7.2.0-1 - Redis 7.2.0 GA Released Mon Aug 15 12:00:00 IDT 2023 - Upgrade urgency LOW: This is the first stable Release for Redis 7.2. -- cgit