diff options
-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 7.0.14 +%global upstream_ver 7.0.15 #global upstream_pre RC3 %global gh_commit 5921ba4cdef2761bfed34b982368f1fe077d03e9 %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 4d345ac90a0c8dbf759238478b38829e2c5e807e +%global doc_commit 8663f15b294e87f41b7d42d05fee1ec2f1714443 %global short_doc_commit %(c=%{doc_commit}; echo ${c:0:7}) # %%{_rpmmacrodir} not usable on EL-6 - EL-7 (without epel-rpms-macros) @@ -415,6 +415,10 @@ fi %changelog +* Tue Jan 9 2024 Remi Collet <remi@remirepo.net> - 7.0.15-1 +- Redis 7.0.15 Released Tue 09 Jan 2024 10:45:52 IST +- Upgrade urgency SECURITY: CVE-2023-41056 + * Wed Oct 18 2023 Remi Collet <remi@remirepo.net> - 7.0.14-1 - Redis 7.0.14 Released Wed 18 Oct 2023 10:33:40 IDT - Upgrade urgency SECURITY: CVE-2023-45145 |