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.12 +%global upstream_ver 7.0.13 #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 ab025f62797f2622ddad7bad938e747bebb6ab09 +%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) @@ -406,6 +406,10 @@ fi %changelog +* Thu Sep 7 2023 Remi Collet <remi@remirepo.net> - 7.0.13-1 +- Redis 7.0.13 Released Wed 06 Sep 2023 15:00:00 IDT +- Upgrade urgency SECURITY: CVE-2023-41053 + * Mon Jul 10 2023 Remi Collet <remi@remirepo.net> - 7.0.12-1 - Redis 7.0.12 Released Mon July 10 12:00:00 IDT 2023 - Upgrade urgency SECURITY |