valkey: upgrade 8.1.1 -> 8.1.3

ChangeLog:
https://github.com/valkey-io/valkey/releases/tag/8.1.2
https://github.com/valkey-io/valkey/releases/tag/8.1.3

Security fixes:
CVE-2025-27151
CVE-2025-32023
CVE-2025-48367

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Yi Zhao 2025-07-21 15:17:26 +08:00 committed by Khem Raj
parent d4c2a95d4f
commit 6c21bee92a
No known key found for this signature in database
GPG Key ID: BB053355919D3314
2 changed files with 2 additions and 3 deletions

View File

View File

@ -17,15 +17,14 @@ SRC_URI = " \
file://0001-src-Do-not-reset-FINAL_LIBS.patch \
file://GNU_SOURCE-7.patch \
"
SRCREV = "fcd8bc3ee40f5d7841b7d5a8f3cd12252fec14e4"
SRCREV = "d063dff523340e5a075f7ddc436e0c2a43d04061"
RPROVIDES:${PN} = "virtual-redis"
inherit pkgconfig update-rc.d systemd useradd
FINAL_LIBS:x86:toolchain-clang = "-latomic"
FINAL_LIBS:riscv32:toolchain-clang = "-latomic"
FINAL_LIBS:riscv32 = "-latomic"
FINAL_LIBS:mips = "-latomic"
FINAL_LIBS:arm = "-latomic"
FINAL_LIBS:powerpc = "-latomic"