aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Druzenko <vvd@FreeBSD.org>2024-01-28 20:39:34 +0000
committerVladimir Druzenko <vvd@FreeBSD.org>2024-01-28 21:07:05 +0000
commitea7e89174a9c3a095dfe4dd44e27f028454eb5a9 (patch)
tree57542958d127dc17807f584c8c74926b65f03ea6
parent55b98a4db8f675877b0d342fb98721cb298da545 (diff)
downloadports-ea7e89174a9c3a095dfe4dd44e27f028454eb5a9.tar.gz
ports-ea7e89174a9c3a095dfe4dd44e27f028454eb5a9.zip
databases/redis: update to 7.2.4 with fix CVE-2023-41056
Security fixes: * (CVE-2023-41056) In some cases, Redis may incorrectly handle resizing of memory buffers which can result in incorrect accounting of buffer sizes and lead to heap overflow and potential remote code execution. Bug fixes: * Fix crashes of cluster commands clusters with mixed versions of 7.0 and 7.2 (#12805, #12832) * Fix slot ownership not being properly handled when deleting a slot from a node (#12564) * Fix atomicity issues with the RedisModuleEvent_Key module API event (#12733) Changelog: https://github.com/redis/redis/releases/tag/7.2.4 PR: 276255 Approved by: yasu (maintainer, timeout > 14 days), arrowd (mentor) MFH: 2024Q1 (cherry picked from commit 7bb0b75a6693d2dd9c39468bdc2392598632d0da)
-rw-r--r--databases/redis/Makefile2
-rw-r--r--databases/redis/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/redis/Makefile b/databases/redis/Makefile
index 8842f0c19ebe..7d7fbd27bbb9 100644
--- a/databases/redis/Makefile
+++ b/databases/redis/Makefile
@@ -1,5 +1,5 @@
PORTNAME= redis
-DISTVERSION= 7.2.3
+DISTVERSION= 7.2.4
CATEGORIES= databases
MASTER_SITES= https://download.redis.io/releases/
diff --git a/databases/redis/distinfo b/databases/redis/distinfo
index 0d5f2e502dc2..97435da1b122 100644
--- a/databases/redis/distinfo
+++ b/databases/redis/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1698866538
-SHA256 (redis-7.2.3.tar.gz) = 3e2b196d6eb4ddb9e743088bfc2915ccbb42d40f5a8a3edd8cb69c716ec34be7
-SIZE (redis-7.2.3.tar.gz) = 3384816
+TIMESTAMP = 1704963743
+SHA256 (redis-7.2.4.tar.gz) = 8d104c26a154b29fd67d6568b4f375212212ad41e0c2caa3d66480e78dbd3b59
+SIZE (redis-7.2.4.tar.gz) = 3386861