diff options
author | Changqing Li <changqing.li@windriver.com> | 2023-03-22 17:53:55 +0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-04-22 15:15:32 -0400 |
commit | b2dc5ff70befa16c508469acd375958cd77c2729 (patch) | |
tree | 94bd98e06046faea9c66738a4a64a990670d966d | |
parent | 3d1ec70ed319c1b7f561fcda7b8cd0c2e0b2c262 (diff) | |
download | meta-openembedded-b2dc5ff70befa16c508469acd375958cd77c2729.tar.gz |
redis: upgrade 7.0.9 -> 7.0.10
Upgrade urgency: SECURITY, contains fixes to security issues.
Security Fixes:
* (CVE-2023-28425) Specially crafted MSETNX command can lead to assertion and denial-of-service
Bug Fixes
=========
* Large blocks of replica client output buffer may lead to psync loops and unnecessary memory usage (#11666)
* Fix CLIENT REPLY OFF|SKIP to not silence push notifications (#11875)
* Trim excessive memory usage in stream nodes when exceeding `stream-node-max-bytes` (#11885)
* Fix module RM_Call commands failing with OOM when maxmemory is changed to zero (#11319)
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit b589edf930977dbd75418e05d618a8047982dd59)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-oe/recipes-extended/redis/redis_7.0.10.bb (renamed from meta-oe/recipes-extended/redis/redis_7.0.9.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/redis/redis_7.0.9.bb b/meta-oe/recipes-extended/redis/redis_7.0.10.bb index 423bc2199..5d21f7e87 100644 --- a/meta-oe/recipes-extended/redis/redis_7.0.9.bb +++ b/meta-oe/recipes-extended/redis/redis_7.0.10.bb | |||
@@ -19,7 +19,7 @@ SRC_URI = "http://download.redis.io/releases/${BP}.tar.gz \ | |||
19 | file://GNU_SOURCE-7.patch \ | 19 | file://GNU_SOURCE-7.patch \ |
20 | file://0006-Define-correct-gregs-for-RISCV32.patch \ | 20 | file://0006-Define-correct-gregs-for-RISCV32.patch \ |
21 | " | 21 | " |
22 | SRC_URI[sha256sum] = "f77135c2a47c9151d4028bfea3b34470ab4d324d1484f79a84c6f32a3cfb9f65" | 22 | SRC_URI[sha256sum] = "1dee4c6487341cae7bd6432ff7590906522215a061fdef87c7d040a0cb600131" |
23 | 23 | ||
24 | inherit autotools-brokensep update-rc.d systemd useradd | 24 | inherit autotools-brokensep update-rc.d systemd useradd |
25 | 25 | ||