From 1ae977974ed869da69c6626fd72978a52c967c36 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Thu, 5 Jun 2025 10:51:48 +0800 Subject: [PATCH] valkey: upgrade 8.1.0 -> 8.1.1 ChangeLog: https://github.com/valkey-io/valkey/releases/tag/8.1.1 Security fixes (CVE-2025-21605) Limit output buffer for unauthenticated clients Bug fixes Fix the build on less common platforms in zmalloc.c Fix: add samples to stream object consumer trees Fix crash during TLS handshake with I/O threads Fix cluster slot stats assertion during promotion of replica Fix panic in primary when blocking shutdown after previous block with timeout Ignore stale gossip packets that arrive out of order Fix incorrect lag reported in XINFO GROUPS Fix engine crash on module client blocking during keyspace events Avoid shard id update of replica if not matching with primary shard id Only enable defrag for vendored jemalloc Allow scripts to support null characters again Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj Signed-off-by: Yi Zhao Signed-off-by: Armin Kuster --- .../valkey/{valkey_8.1.0.bb => valkey_8.1.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-extended/valkey/{valkey_8.1.0.bb => valkey_8.1.1.bb} (98%) diff --git a/meta-oe/recipes-extended/valkey/valkey_8.1.0.bb b/meta-oe/recipes-extended/valkey/valkey_8.1.1.bb similarity index 98% rename from meta-oe/recipes-extended/valkey/valkey_8.1.0.bb rename to meta-oe/recipes-extended/valkey/valkey_8.1.1.bb index 8662221ca4..1686e533af 100644 --- a/meta-oe/recipes-extended/valkey/valkey_8.1.0.bb +++ b/meta-oe/recipes-extended/valkey/valkey_8.1.1.bb @@ -17,7 +17,7 @@ SRC_URI = " \ file://0001-src-Do-not-reset-FINAL_LIBS.patch \ file://GNU_SOURCE-7.patch \ " -SRCREV = "67c8683792fc9ab7e295f833478eca180c5e4691" +SRCREV = "fcd8bc3ee40f5d7841b7d5a8f3cd12252fec14e4" S = "${WORKDIR}/git"