From 4ce37f3a0a052eabf0740e024129f2f5a67a3851 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 7 Feb 2025 10:48:22 +0200 Subject: [PATCH] valkey: Upgrade 8.0.1 -> 8.0.2 Upgrade to release 8.0.2: Security fixes: - (CVE-2024-46981) Lua script commands may lead to remote code execution. - (CVE-2024-51741) Denial-of-service due to malformed ACL selectors. Bug fixes: - Fix an uncommon crash when using TLS with dual channel replication. - Make sure repl_down_since is correctly reset when dual channel replication fails. - Fix a performance regression where a replica does not properly initialize the database size when loading a snapshot during replication. - Make sure the last accessed time is correctly updated when using the TOUCH command with the CLIENT NO-TOUCH option. - Fix a bug where total_net_repl_output_bytes may report the wrong. - Fix a bug where used_memory_scripts may report the wrong value. - Fix a bug where server might crash when using active defrag when scripts are evicted from the script cache. - Fix a bug where extra memory would be used when storing strings in the inline protocol. - Fix a bug where the SORT command may throw a cross slot error. - Fix a bug where the RANDOMKEY command may omit returning keys in cluster mode. - Send the correct error message when FUNCTION KIlL is used to kill an ongoing script. - Fix a potential memory corruption when databases are emptied, such as through FLUSHDB, when during active defrag is running. Behavior changes - Revert an unintended breaking change when sending an unsubuscribe command when a client is not subscribed to any channels. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj --- .../valkey/{valkey_8.0.1.bb => valkey_8.0.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/valkey/{valkey_8.0.1.bb => valkey_8.0.2.bb} (98%) diff --git a/meta-oe/recipes-extended/valkey/valkey_8.0.1.bb b/meta-oe/recipes-extended/valkey/valkey_8.0.2.bb similarity index 98% rename from meta-oe/recipes-extended/valkey/valkey_8.0.1.bb rename to meta-oe/recipes-extended/valkey/valkey_8.0.2.bb index a62abebfbd..5f05f227c6 100644 --- a/meta-oe/recipes-extended/valkey/valkey_8.0.1.bb +++ b/meta-oe/recipes-extended/valkey/valkey_8.0.2.bb @@ -17,7 +17,7 @@ SRC_URI = " \ file://0001-src-Do-not-reset-FINAL_LIBS.patch \ file://GNU_SOURCE-7.patch \ " -SRCREV = "4fbab5740bfef66918d6c2950dd2b3b4e07815a2" +SRCREV = "d6a2f561e2751d4ab246ad084e4fa185526fa479" S = "${WORKDIR}/git"