summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-09-07 06:34:00 +0200
committerRemi Collet <remi@php.net>2023-09-07 06:34:00 +0200
commit07e7d7804fd3f0426e982bffc41bcabccb26e813 (patch)
treea13d0d9a6147a2802b97ea8c1cb8a2cfcf3b2f54
parentcf21926c585c9b403f228b31f80c9e9dfa8b1c5c (diff)
Redis 7.0.13 Released Wed 06 Sep 2023 15:00:00 IDT
Upgrade urgency SECURITY: CVE-2023-41053
-rw-r--r--redis.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/redis.spec b/redis.spec
index 13c7bec..148da54 100644
--- a/redis.spec
+++ b/redis.spec
@@ -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