diff options
-rw-r--r-- | redis.spec | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -24,7 +24,7 @@ # Tests fail in mock, not in local build. %bcond_with tests -%global upstream_ver 7.2.0 +%global upstream_ver 7.2.1 #global upstream_pre rc3 # Commit IDs for the (unversioned) redis-doc repository @@ -32,7 +32,7 @@ # https://github.com/redis/redis-doc/commits/master %global gh_owner redis %global gh_project redis -%global doc_commit 47e506c203cb876141d195429b45c01a52f62650 +%global doc_commit b91cd8b4a3c979e21ae0b1502c80543713a470ea %global short_doc_commit %(c=%{doc_commit}; echo ${c:0:7}) # %%{_rpmmacrodir} not usable on EL-6 - EL-7 (without epel-rpms-macros) @@ -400,6 +400,10 @@ fi %changelog +* Thu Sep 7 2023 Remi Collet <remi@remirepo.net> - 7.2.1-1 +- Redis 7.2.1 Released Wed 06 Sep 2023 15:00:00 IDT +- Upgrade urgency SECURITY: CVE-2023-41053 + * Wed Aug 16 2023 Remi Collet <remi@remirepo.net> - 7.2.0-1 - Redis 7.2.0 GA Released Mon Aug 15 12:00:00 IDT 2023 - Upgrade urgency LOW: This is the first stable Release for Redis 7.2. |