mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39:57 +00:00
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
f0aa743e9a
commit
1ae977974e
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user