mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-26 03:50:44 -09:00
package/redis: security bump to v7.2.9
This fixes the following CVEs:
- CVE-2025-27151: redis-check-aof may lead to stack overflow and potential RCE
https://www.cve.org/CVERecord?id=CVE-2025-27151
- CVE-2025-21605: An unauthenticated client can cause an unlimited growth of
output buffers
https://www.cve.org/CVERecord?id=CVE-2025-21605
Signed-off-by: Titouan Christophe <titouan.christophe@mind.be>
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
committed by
Thomas Perale
parent
c3bb99048c
commit
e5ca807360
@@ -1,5 +1,5 @@
|
||||
# From https://github.com/redis/redis-hashes/blob/master/README
|
||||
sha256 72c081e3b8cfae7144273d26d76736f08319000af46c01515cad5d29765cead5 redis-7.2.7.tar.gz
|
||||
sha256 2343cc49db3beb9d2925a44e13032805a608821a58f25bd874c84881115a20b7 redis-7.2.9.tar.gz
|
||||
|
||||
# Locally calculated
|
||||
sha256 97f0a15b7bbae580d2609dad2e11f1956ae167be296ab60f4691ab9c30ee9828 COPYING
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
REDIS_VERSION = 7.2.7
|
||||
REDIS_VERSION = 7.2.9
|
||||
REDIS_SITE = http://download.redis.io/releases
|
||||
REDIS_LICENSE = BSD-3-Clause (core); MIT and BSD family licenses (Bundled components)
|
||||
REDIS_LICENSE_FILES = COPYING
|
||||
|
||||
Reference in New Issue
Block a user