Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Jan 2024 21:05:45 GMT
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 7bb0b75a6693 - main - databases/redis: update to 7.2.4 with fix CVE-2023-41056
Message-ID:  <202401282105.40SL5jOP033571@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by vvd:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7bb0b75a6693d2dd9c39468bdc2392598632d0da

commit 7bb0b75a6693d2dd9c39468bdc2392598632d0da
Author:     Vladimir Druzenko <vvd@FreeBSD.org>
AuthorDate: 2024-01-28 20:39:34 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-01-28 21:04:11 +0000

    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
---
 databases/redis/Makefile | 2 +-
 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202401282105.40SL5jOP033571>