diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2024-10-11 15:38:08 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-10-11 07:52:22 -0700 |
commit | de34d6fefadf1a67a33241a8950a95709a522c32 (patch) | |
tree | 3614bf5abf12f9249590a4c721eb2f4ea1e5314d /meta-oe/recipes-extended/valkey | |
parent | 9c6eb288eed8dbe9e6e25f72cc8bbcf8cbd257b5 (diff) | |
download | meta-openembedded-de34d6fefadf1a67a33241a8950a95709a522c32.tar.gz |
valkey: Upgrade 8.0.0 -> 8.0.1
Upgrade valkey to version 8.0.1:
- Fix a build issue with RDMA when using additional make parameters
- Fix an issue where CLUSTER SLOTS might return the wrong tcp or
tls port when called from inside a script or from a module
- Fix a crash when CLUSTER SLOTS or CLUSTER SHARDS is called from
inside a script or from a module
- Fix a build issue on systems where <threads.h> is unavailable
- Fix an issue with the default sentinel.conf being invalid
- Build binary releases with systemd support
- Avoid .c, .d and .o files from being copied to the binary tar.gz
releases
- (CVE-2024-31449) Lua library commands may lead to stack overflow
and potential RCE
- (CVE-2024-31227) Potential Denial-of-service due to malformed ACL
selectors
- (CVE-2024-31228) Potential Denial-of-service due to unbounded
pattern matching
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/valkey')
-rw-r--r-- | meta-oe/recipes-extended/valkey/valkey_8.0.1.bb (renamed from meta-oe/recipes-extended/valkey/valkey_8.0.0.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/valkey/valkey_8.0.0.bb b/meta-oe/recipes-extended/valkey/valkey_8.0.1.bb index 373ebd469..a62abebfb 100644 --- a/meta-oe/recipes-extended/valkey/valkey_8.0.0.bb +++ b/meta-oe/recipes-extended/valkey/valkey_8.0.1.bb | |||
@@ -17,7 +17,7 @@ SRC_URI = " \ | |||
17 | file://0001-src-Do-not-reset-FINAL_LIBS.patch \ | 17 | file://0001-src-Do-not-reset-FINAL_LIBS.patch \ |
18 | file://GNU_SOURCE-7.patch \ | 18 | file://GNU_SOURCE-7.patch \ |
19 | " | 19 | " |
20 | SRCREV = "2b5c7a0dbd61fd4281ef6166b7d119ba7fe7368c" | 20 | SRCREV = "4fbab5740bfef66918d6c2950dd2b3b4e07815a2" |
21 | 21 | ||
22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
23 | 23 | ||