summaryrefslogtreecommitdiffstats
path: root/redis.spec
diff options
context:
space:
mode:
Diffstat (limited to 'redis.spec')
-rw-r--r--redis.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/redis.spec b/redis.spec
index d875a2f..afcd054 100644
--- a/redis.spec
+++ b/redis.spec
@@ -25,7 +25,7 @@
%bcond_with tests
# Pre-version are only available in github
-%global upstream_ver 6.2.14
+%global upstream_ver 6.2.16
#global upstream_pre RC3
%global gh_commit 2dba1e391d3772a8da182d95bde050ffa9d01e4d
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
@@ -418,6 +418,9 @@ fi
%changelog
* Wed Oct 18 2023 Remi Collet <remi@remirepo.net> - 6.2.14-1
+- Redis Community Edition 6.2.16 Released Wed 02 Oct 2024 20:17:04 IDT
+- Upgrade urgency SECURITY: CVE-2024-31449 and CVE-2024-31228
+
- Redis 6.2.14 Released Wed 18 Oct 2023 10:33:40 IDT
- Upgrade urgency SECURITY: CVE-2023-45145
- set jemalloc page size #2240293