diff options
author | Remi Collet <remi@remirepo.net> | 2021-07-22 07:19:24 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-07-22 07:19:24 +0200 |
commit | bbc23fc09ccc4eab3494ecec2fc868ec6f995491 (patch) | |
tree | 7060d6e684ba1692e517fac798162e9697c14dc4 /redis.spec | |
parent | 27d4500dd9c1b5857a723ffe92408feabcc8402a (diff) |
Redis 6.2.5 - 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.
Diffstat (limited to 'redis.spec')
-rw-r--r-- | redis.spec | 9 |
1 files changed, 7 insertions, 2 deletions
@@ -22,7 +22,7 @@ %bcond_with tests # Pre-version are only available in github -%global upstream_ver 6.2.4 +%global upstream_ver 6.2.5 #global upstream_pre RC3 %global gh_commit 2dba1e391d3772a8da182d95bde050ffa9d01e4d %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) @@ -32,7 +32,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 9fe1f36dd716ea982b8917f2bdb70ec4bfc3219b +%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-rpms-macros) @@ -401,6 +401,11 @@ fi %changelog +* Thu Jul 22 2021 Remi Collet <remi@remirepo.net> - 6.2.5-1 +- Redis 6.2.5 - 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. + * Wed Jun 2 2021 Remi Collet <remi@remirepo.net> - 6.2.4-1 - Redis 6.2.4 - Released Tue June 1 12:00:00 IST 2021 - Upgrade urgency: SECURITY, Contains fixes to security issues that affect |