diff options
author | Remi Collet <remi@remirepo.net> | 2021-07-22 07:05:05 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-07-22 07:05:05 +0200 |
commit | 49c238acaf1ab3b610287d7c5f924a024f15eb2a (patch) | |
tree | 72f24ec53b5a66872b8b982fd4561c6088347970 /redis.spec | |
parent | d0e516677e188c99c9a0e3f0019643c8dffa6b4d (diff) |
Redis 6.0.15 - 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 | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -34,7 +34,7 @@ %bcond_with tests # Pre-version are only available in github -%global upstream_ver 6.0.14 +%global upstream_ver 6.0.15 #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 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) @@ -457,7 +457,12 @@ fi %changelog -* Wed Jun 2 2021 Remi Collet <remi@remirepo.net> - 6.0.13-1 +* Thu Jul 22 2021 Remi Collet <remi@remirepo.net> - 6.0.15-1 +- Redis 6.0.15 - 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.0.14-1 - Redis 6.0.14 - Released Tue June 1 12:00:00 IST 2021 - Upgrade urgency: SECURITY, Contains fixes to security issues that affect authenticated client connections. MODERATE otherwise. |