mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-27 04:20:38 -09:00
package/redis: security bump to v8.4.2
See the release notes: https://github.com/redis/redis/blob/8.4.2/00-RELEASENOTES ================================================================================ Redis 8.4.2 Released Mon 23 Feb 2026 10:00:00 IST ================================================================================ SECURITY: There is a security fix in the release - A user can manipulate data read by a connection by injecting \r\n sequences into a Redis error reply ================================================================================ Redis 8.4.1 Released Sun 8 Feb 2026 9:00:00 IST ================================================================================ Update urgency: `SECURITY`: There are security fixes in the release. - #T1837, #J1474 Hide Personally Identifiable Information from server log - #P936 Cuckoo filter: crash on RDB load on 0 buckets (MOD-11593) - #P945 Bloom filter: crash on RDB load on large number of filters (MOD-11590) (And a whole lot of other bugfixes) Signed-off-by: Titouan Christophe <titouan.christophe@mind.be> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
76e4d8e3df
commit
29a4927157
@@ -1,5 +1,5 @@
|
||||
# From https://github.com/redis/redis-hashes/blob/master/README
|
||||
sha256 ca909aa15252f2ecb3a048cd086469827d636bf8334f50bb94d03fba4bfc56e8 redis-8.4.0.tar.gz
|
||||
sha256 0e7c150919e10c630d6e806fa7e65ce12aa90ddd0805e459b7da64ee65892805 redis-8.4.2.tar.gz
|
||||
|
||||
# Locally calculated
|
||||
sha256 4a0e416b9537688f30dfe69ddaceb2ca64d96b7df02a0a6760d376890ddc4e40 LICENSE.txt
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
REDIS_VERSION = 8.4.0
|
||||
REDIS_VERSION = 8.4.2
|
||||
REDIS_SITE = http://download.redis.io/releases
|
||||
REDIS_LICENSE = \
|
||||
AGPL-3.0 or SSPL-1.0 or RSAL-2.0 (core); \
|
||||
|
||||
Reference in New Issue
Block a user