summaryrefslogtreecommitdiffstats
path: root/redis.spec
diff options
context:
space:
mode:
Diffstat (limited to 'redis.spec')
-rw-r--r--redis.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/redis.spec b/redis.spec
index 3127d9f..4dda866 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.10
+%global upstream_ver 6.0.11
#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/antirez/redis-doc/commits/master
-%global doc_commit 8d4bf9bc476829a84a055c049be72634d6e938df
+%global doc_commit e0528232fdd0d2efc91d62b798b924d716f88813
%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,10 @@ fi
%changelog
+* Tue Feb 23 2021 Remi Collet <remi@remirepo.net> - 6.0.11-1
+- Redis 6.0.11 - Released Mon Feb 22 16:13:23 IST 2021
+- Upgrade urgency: SECURITY if you use 32bit build of redis, LOW otherwise.
+
* Tue Jan 12 2021 Remi Collet <remi@remirepo.net> - 6.0.10-1
- Redis 6.0.10 - Released Tue Jan 12 16:20:20 IST 2021
- Upgrade urgency MODERATE: several bugs with moderate impact are fixed.