diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2025-10-08 11:38:02 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-10-08 18:46:03 -0700 |
commit | 0fc3ccf83adbb23d8df9dc8edcbfa63974496e90 (patch) | |
tree | 368ef31d2507b77c148c80805cc61b8235971055 | |
parent | 93c7fc24f527a8f52a1da1251cec839d4c362ef7 (diff) | |
download | meta-openembedded-0fc3ccf83adbb23d8df9dc8edcbfa63974496e90.tar.gz |
valkey: Upgrade 8.1.3 -> 8.1.4
Upgrade to release 8.1.4:
Security fixes:
- (CVE-2025-49844) A Lua script may lead to remote code execution
- (CVE-2025-46817) A Lua script may lead to integer overflow and
potential RCE
- (CVE-2025-46818) A Lua script can be executed in the context of
another user
- (CVE-2025-46819) LUA out-of-bound read
Bug fixes:
- Fix accounting for dual channel RDB bytes in replication stats
- Fix EVAL to report unknown error when empty error table is
provided
- Fix use-after-free when active expiration triggers hashtable
to shrink
- Fix MEMORY USAGE to account for embedded keys
- Fix memory leak when shrinking a hashtable without entries
- Prevent potential assertion in active defrag handling large
allocations
- Prevent bad memory access when NOTOUCH client gets unblocked
- Converge divergent shard-id persisted in nodes.conf to primary's
shard id
- Fix client tracking memory overhead calculation
- Fix RDB load per slot memory pre-allocation when loading from RDB
snapshot
- Don't use AVX2 instructions if the CPU doesn't support it
- Fix bug where active defrag may be unable to defrag sparsely
filled pages
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-extended/valkey/valkey_8.1.4.bb (renamed from meta-oe/recipes-extended/valkey/valkey_8.1.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/valkey/valkey_8.1.3.bb b/meta-oe/recipes-extended/valkey/valkey_8.1.4.bb index 28b375bde2..9947a9299c 100644 --- a/meta-oe/recipes-extended/valkey/valkey_8.1.3.bb +++ b/meta-oe/recipes-extended/valkey/valkey_8.1.4.bb | |||
@@ -17,7 +17,7 @@ SRC_URI = " \ | |||
17 | file://0001-src-Do-not-reset-FINAL_LIBS.patch \ | 17 | file://0001-src-Do-not-reset-FINAL_LIBS.patch \ |
18 | file://GNU_SOURCE-7.patch \ | 18 | file://GNU_SOURCE-7.patch \ |
19 | " | 19 | " |
20 | SRCREV = "d063dff523340e5a075f7ddc436e0c2a43d04061" | 20 | SRCREV = "5f4bae3ea10174a7c872cc099c953b0e91afa93a" |
21 | 21 | ||
22 | RPROVIDES:${PN} = "virtual-redis" | 22 | RPROVIDES:${PN} = "virtual-redis" |
23 | 23 | ||