diff options
author | Changqing Li <changqing.li@windriver.com> | 2023-03-22 17:53:55 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-03-22 09:12:40 -0700 |
commit | b589edf930977dbd75418e05d618a8047982dd59 (patch) | |
tree | 9a2ba956a8f36995c7350505548609cc39028959 | |
parent | d3b916b9ba3109e98c370ca6a9e1a2444a3bac32 (diff) | |
download | meta-openembedded-b589edf930977dbd75418e05d618a8047982dd59.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>
-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 423bc21998..5d21f7e877 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 | ||