diff options
author | Vladimir Druzenko <vvd@FreeBSD.org> | 2024-01-28 20:39:34 +0000 |
---|---|---|
committer | Vladimir Druzenko <vvd@FreeBSD.org> | 2024-01-28 21:04:11 +0000 |
commit | 7bb0b75a6693d2dd9c39468bdc2392598632d0da (patch) | |
tree | 388422352b9bb50470c742b60a0e5ec0b2ff3e8d | |
parent | 5523d05a885e70e06ab3eb79141dba5cde6c11bd (diff) |
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
-rw-r--r-- | databases/redis/Makefile | 2 | ||||
-rw-r--r-- | databases/redis/distinfo | 6 |
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 |