[Buildroot] [PATCH for 2026.05.x] package/redis: security bump to v8.6.5
Titouan Christophe via buildroot <[email protected]> Mon, 27 Jul 2026 13:50:33 +0200
| Newsgroups | net.busybox.buildroot |
|---|---|
| Message-ID | <[email protected]> |
See the release notes: https://github.com/redis/redis/blob/8.6.5/00-RELEASENOTES This fixes the following vulnerability: - Crafted RESTORE payloads in RedisBloom and TDigest may trigger out-of-bounds writes, potentially leading to remote code execution Signed-off-by: Titouan Christophe <[email protected]> --- package/redis/redis.hash | 2 +- package/redis/redis.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/redis/redis.hash b/package/redis/redis.hash index 2bbbc9e2a7..bfe94b8a76 100644 --- a/package/redis/redis.hash +++ b/package/redis/redis.hash @@ -1,5 +1,5 @@ # From https://github.com/redis/redis-hashes/blob/master/README -sha256 559c2e50c496b2d4afcfb491af27763a1b170037317789ecf309025d0caece24 redis-8.6.4.tar.gz +sha256 cd04337495fda9be071d4e1e3c6a61134f83995bd23d1794cad18f878b7012ad redis-8.6.5.tar.gz # Locally calculated sha256 4a0e416b9537688f30dfe69ddaceb2ca64d96b7df02a0a6760d376890ddc4e40 LICENSE.txt diff --git a/package/redis/redis.mk b/package/redis/redis.mk index ba41b3f922..e5a6e39792 100644 --- a/package/redis/redis.mk +++ b/package/redis/redis.mk @@ -4,7 +4,7 @@ # ################################################################################ -REDIS_VERSION = 8.6.4 +REDIS_VERSION = 8.6.5 REDIS_SITE = http://download.redis.io/releases REDIS_LICENSE = \ AGPL-3.0 or SSPL-1.0 or RSAL-2.0 (core); \ -- 2.54.0 _______________________________________________ buildroot mailing list [email protected] https://lists.buildroot.org/mailman/listinfo/buildroot