mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
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
This commit is contained in:
parent
5523d05a88
commit
7bb0b75a66
@ -1,5 +1,5 @@
|
||||
PORTNAME= redis
|
||||
DISTVERSION= 7.2.3
|
||||
DISTVERSION= 7.2.4
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= https://download.redis.io/releases/
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user