diff options
author | Remi Collet <remi@remirepo.net> | 2023-03-01 09:54:47 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2023-03-01 09:54:47 +0100 |
commit | 32788a33b6b493f79a909de365eb0383241231eb (patch) | |
tree | 232c48b699507bf4a32a10cf2813461a2e328f70 | |
parent | be9aba3da2437bcff198f5edde917d2399365d1e (diff) |
Redis 6.2.11 Released Tue Feb 28 12:00:00 IST 2023
Upgrade urgency: SECURITY, contains fixes to security issues
-rw-r--r-- | redis.spec | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -25,7 +25,7 @@ %bcond_with tests # Pre-version are only available in github -%global upstream_ver 6.2.10 +%global upstream_ver 6.2.11 #global upstream_pre RC3 %global gh_commit 2dba1e391d3772a8da182d95bde050ffa9d01e4d %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) @@ -35,7 +35,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 281af38767956c125d237ff4015485516bcfaf23 +%global doc_commit d8e5a07b0da5cebbbeb3fcfdb34119a5a31f0e1d %global short_doc_commit %(c=%{doc_commit}; echo ${c:0:7}) # %%{_rpmmacrodir} not usable on EL-6 - EL-7 (without epel-rpms-macros) @@ -408,6 +408,10 @@ fi %changelog +* Wed Mar 1 2023 Remi Collet <remi@remirepo.net> - 6.2.11-1 +- Redis 6.2.11 Released Tue Feb 28 12:00:00 IST 2023 +- Upgrade urgency: SECURITY, contains fixes to security issues + * Wed Jan 18 2023 Remi Collet <remi@remirepo.net> - 6.2.10-1 - Redis 6.2.10 Released Mon Jan 17 12:00:00 IST 2023 - Upgrade urgency: MODERATE, a quick followup fix for a recently released 6.2.9. |