diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2025-02-07 10:48:22 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-02-07 08:37:18 -0800 |
| commit | 4ce37f3a0a052eabf0740e024129f2f5a67a3851 (patch) | |
| tree | 45fdac0934f0f9995850233b30159baf9c7c1492 /meta-oe/recipes-extended/valkey | |
| parent | bdbc71f61a86b598fc72bcc167e6bf1f7cc33b08 (diff) | |
| download | meta-openembedded-4ce37f3a0a052eabf0740e024129f2f5a67a3851.tar.gz | |
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 <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.2.bb (renamed from meta-oe/recipes-extended/valkey/valkey_8.0.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/valkey/valkey_8.0.1.bb b/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 = " \ | |||
| 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 = "4fbab5740bfef66918d6c2950dd2b3b4e07815a2" | 20 | SRCREV = "d6a2f561e2751d4ab246ad084e4fa185526fa479" |
| 21 | 21 | ||
| 22 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
| 23 | 23 | ||
