From 2748bdfe0ed9f8b2349868eb269002a9287e5f54 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 22 Jul 2021 06:53:24 +0200 Subject: Redis 5.0.13 - Released Wed Jul 21 16:32:19 IDT 2021 Upgrade urgency: SECURITY, contains fixes to security issues that affect authenticated client connections on 32-bit versions. MODERATE otherwise. --- redis.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/redis.spec b/redis.spec index 5489209..ea72dd5 100644 --- a/redis.spec +++ b/redis.spec @@ -31,7 +31,7 @@ %global with_tests %{?_with_tests:1}%{!?_with_tests:0} # Pre-version are only available in github -%global upstream_ver 5.0.12 +%global upstream_ver 5.0.13 #global upstream_pre RC6 %global gh_commit 8d4bf9bc476829a84a055c049be72634d6e938df %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) @@ -41,7 +41,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 f1d54a69105cfddd6f83f1f44c5a873512a579e7 +%global doc_commit 6a9c6310b7291d802cf2fbc45b742e97e2804413 %global short_doc_commit %(c=%{doc_commit}; echo ${c:0:7}) # %%{_rpmmacrodir} not usable on EL-6 - EL-7 (without epel-rpm)s-macros) @@ -407,6 +407,11 @@ fi %changelog +* Thu Jul 22 2021 Remi Collet - 5.0.13-1 +- Redis 5.0.13 - Released Wed Jul 21 16:32:19 IDT 2021 +- Upgrade urgency: SECURITY, contains fixes to security issues that affect + authenticated client connections on 32-bit versions. MODERATE otherwise. + * Tue Mar 2 2021 Remi Collet - 5.0.12-1 - Redis 5.0.12 - Released Mon Mar 1 17:29:52 IST 2021 - Upgrade urgency: LOW, fixes a compilation issue. -- cgit