* [Buildroot] [PATCH for 2025.02.x] package/redis: security bump to v7.2.15
@ 2026-07-27 11:50 Titouan Christophe via buildroot
2026-07-27 11:50 ` [Buildroot] [PATCH for 2026.05.x] package/redis: security bump to v8.6.5 Titouan Christophe via buildroot
2026-07-27 11:50 ` [Buildroot] [PATCH] package/redis: security bump to v8.8.1 Titouan Christophe via buildroot
0 siblings, 2 replies; 4+ messages in thread
From: Titouan Christophe via buildroot @ 2026-07-27 11:50 UTC (permalink / raw)
To: buildroot; +Cc: Daniel Price, Titouan Christophe
See the release notes:
https://github.com/redis/redis/blob/7.2.15/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 <titouan.christophe@mind.be>
---
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 055276a270..cbd4255df9 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 21326da3f66c0aead4c8204c0ac52ff905337a77cadd169f75ac22835ea30025 redis-7.2.14.tar.gz
+sha256 7bf7975331511fdb788e85dae63964b128fccee1df026a10db57444babc9c9c4 redis-7.2.15.tar.gz
# Locally calculated
sha256 97f0a15b7bbae580d2609dad2e11f1956ae167be296ab60f4691ab9c30ee9828 COPYING
diff --git a/package/redis/redis.mk b/package/redis/redis.mk
index 62f70b352b..ada95dd2ea 100644
--- a/package/redis/redis.mk
+++ b/package/redis/redis.mk
@@ -4,7 +4,7 @@
#
################################################################################
-REDIS_VERSION = 7.2.14
+REDIS_VERSION = 7.2.15
REDIS_SITE = http://download.redis.io/releases
REDIS_LICENSE = BSD-3-Clause (core); MIT and BSD family licenses (Bundled components)
REDIS_LICENSE_FILES = COPYING
--
2.54.0
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH for 2026.05.x] package/redis: security bump to v8.6.5
2026-07-27 11:50 [Buildroot] [PATCH for 2025.02.x] package/redis: security bump to v7.2.15 Titouan Christophe via buildroot
@ 2026-07-27 11:50 ` Titouan Christophe via buildroot
2026-07-27 11:50 ` [Buildroot] [PATCH] package/redis: security bump to v8.8.1 Titouan Christophe via buildroot
1 sibling, 0 replies; 4+ messages in thread
From: Titouan Christophe via buildroot @ 2026-07-27 11:50 UTC (permalink / raw)
To: buildroot; +Cc: Daniel Price, Titouan Christophe
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 <titouan.christophe@mind.be>
---
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
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH] package/redis: security bump to v8.8.1
2026-07-27 11:50 [Buildroot] [PATCH for 2025.02.x] package/redis: security bump to v7.2.15 Titouan Christophe via buildroot
2026-07-27 11:50 ` [Buildroot] [PATCH for 2026.05.x] package/redis: security bump to v8.6.5 Titouan Christophe via buildroot
@ 2026-07-27 11:50 ` Titouan Christophe via buildroot
2026-07-28 13:53 ` Peter Korsgaard
1 sibling, 1 reply; 4+ messages in thread
From: Titouan Christophe via buildroot @ 2026-07-27 11:50 UTC (permalink / raw)
To: buildroot; +Cc: Daniel Price, Titouan Christophe
See the release notes:
https://github.com/redis/redis/blob/8.8.1/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 <titouan.christophe@mind.be>
---
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 00aa3e4497..e6ba97290b 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 88422181efb0c9c0abba332e3e391d409e1e13714b838931669235e5796f704b redis-8.8.0.tar.gz
+sha256 1d1e423c9c808de3cb01dd3300d2b8d305b7691382e31a847ec17b66d3157477 redis-8.8.1.tar.gz
# Locally calculated
sha256 4a0e416b9537688f30dfe69ddaceb2ca64d96b7df02a0a6760d376890ddc4e40 LICENSE.txt
diff --git a/package/redis/redis.mk b/package/redis/redis.mk
index a876c56f08..7829aa6143 100644
--- a/package/redis/redis.mk
+++ b/package/redis/redis.mk
@@ -4,7 +4,7 @@
#
################################################################################
-REDIS_VERSION = 8.8.0
+REDIS_VERSION = 8.8.1
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
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2026-07-28 13:53 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-27 11:50 [Buildroot] [PATCH for 2025.02.x] package/redis: security bump to v7.2.15 Titouan Christophe via buildroot
2026-07-27 11:50 ` [Buildroot] [PATCH for 2026.05.x] package/redis: security bump to v8.6.5 Titouan Christophe via buildroot
2026-07-27 11:50 ` [Buildroot] [PATCH] package/redis: security bump to v8.8.1 Titouan Christophe via buildroot
2026-07-28 13:53 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox