summaryrefslogtreecommitdiffstats
path: root/redis.spec
diff options
context:
space:
mode:
Diffstat (limited to 'redis.spec')
-rw-r--r--redis.spec9
1 files changed, 7 insertions, 2 deletions
diff --git a/redis.spec b/redis.spec
index a30ffcf..f95975b 100644
--- a/redis.spec
+++ b/redis.spec
@@ -34,7 +34,7 @@
%bcond_with tests
# Pre-version are only available in github
-%global upstream_ver 6.0.12
+%global upstream_ver 6.0.13
#global upstream_pre RC4
%global gh_commit f092dd3227cc74978853e379c0a7731bdaa324af
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
@@ -44,7 +44,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 6fca484937fe6d97e2065769a90d16b4caf9dc32
%global short_doc_commit %(c=%{doc_commit}; echo ${c:0:7})
# %%{_rpmmacrodir} not usable on EL-6 - EL-7 (without epel-rpms-macros)
@@ -457,6 +457,11 @@ fi
%changelog
+* Tue May 4 2021 Remi Collet <remi@remirepo.net> - 6.0.13-1
+- Redis 6.0.13 - Released Mon May 3 19:00:00 IST 2021
+- Upgrade urgency: SECURITY, Contains fixes to security issues that affect
+ authenticated client connections. LOW otherwise.
+
* Tue Mar 2 2021 Remi Collet <remi@remirepo.net> - 6.0.12-1
- Redis 6.0.12 - Released Mon Mar 1 17:29:52 IST 2021
- Upgrade urgency: LOW, fixes a compilation issue.