From 1bec56498b5be1e27e760ae050698a58bc6a4641 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 9 Jan 2024 15:02:48 +0100 Subject: Redis 7.0.15 Released Tue 09 Jan 2024 10:45:52 IST Upgrade urgency SECURITY: CVE-2023-41056 --- redis.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/redis.spec b/redis.spec index 35c3ad0..c592611 100644 --- a/redis.spec +++ b/redis.spec @@ -25,7 +25,7 @@ %bcond_with tests # Pre-version are only available in github -%global upstream_ver 7.0.14 +%global upstream_ver 7.0.15 #global upstream_pre RC3 %global gh_commit 5921ba4cdef2761bfed34b982368f1fe077d03e9 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) @@ -35,7 +35,7 @@ # Commit IDs for the (unversioned) redis-doc repository # https://fedoraproject.org/wiki/Packaging:SourceURL "Commit Revision" # https://github.com/redis/redis-doc/commits/master -%global doc_commit 4d345ac90a0c8dbf759238478b38829e2c5e807e +%global doc_commit 8663f15b294e87f41b7d42d05fee1ec2f1714443 %global short_doc_commit %(c=%{doc_commit}; echo ${c:0:7}) # %%{_rpmmacrodir} not usable on EL-6 - EL-7 (without epel-rpms-macros) @@ -415,6 +415,10 @@ fi %changelog +* Tue Jan 9 2024 Remi Collet - 7.0.15-1 +- Redis 7.0.15 Released Tue 09 Jan 2024 10:45:52 IST +- Upgrade urgency SECURITY: CVE-2023-41056 + * Wed Oct 18 2023 Remi Collet - 7.0.14-1 - Redis 7.0.14 Released Wed 18 Oct 2023 10:33:40 IDT - Upgrade urgency SECURITY: CVE-2023-45145 -- cgit