Message ID | 20251008083802.2012181-1-leon.anavi@konsulko.com |
---|---|
State | New |
Headers | show |
Series | [meta-oe] valkey: Upgrade 8.1.3 -> 8.1.4 | expand |
diff --git a/meta-oe/recipes-extended/valkey/valkey_8.1.3.bb b/meta-oe/recipes-extended/valkey/valkey_8.1.4.bb similarity index 98% rename from meta-oe/recipes-extended/valkey/valkey_8.1.3.bb rename to 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 = " \ file://0001-src-Do-not-reset-FINAL_LIBS.patch \ file://GNU_SOURCE-7.patch \ " -SRCREV = "d063dff523340e5a075f7ddc436e0c2a43d04061" +SRCREV = "5f4bae3ea10174a7c872cc099c953b0e91afa93a" RPROVIDES:${PN} = "virtual-redis"
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> --- .../valkey/{valkey_8.1.3.bb => valkey_8.1.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/valkey/{valkey_8.1.3.bb => valkey_8.1.4.bb} (98%)