diff options
| author | Chee Yang Lee <chee.yang.lee@intel.com> | 2023-01-18 11:29:34 +0800 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2023-01-19 08:09:03 -0500 |
| commit | 947058e21b9c6e0a6359e7a902928880a7bc4095 (patch) | |
| tree | db269442d9f61915ad5680fe405f8928be02d6fa | |
| parent | 1457a1562a636111bd51b3031656570526bf0952 (diff) | |
| download | meta-openembedded-947058e21b9c6e0a6359e7a902928880a7bc4095.tar.gz | |
redis: Upgrade to 6.2.9
Upgrade urgency: SECURITY, contains fixes to security issues.
Security Fixes:
(CVE-2022-35977) Integer overflow in the Redis SETRANGE and SORT/SORT_RO
commands can drive Redis to OOM panic
(CVE-2023-22458) Integer overflow in the Redis HRANDFIELD and
ZRANDMEMBER
commands can lead to denial-of-service
Bug Fixes:
Avoid possible hang when client issues long KEYS, SRANDMEMBER,
HRANDFIELD,
and ZRANDMEMBER commands and gets disconnected by client output buffer
limit (#11676)
Fix sentinel issue if replica changes IP (#11590)
Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | meta-oe/recipes-extended/redis/redis_6.2.9.bb (renamed from meta-oe/recipes-extended/redis/redis_6.2.8.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/redis/redis_6.2.8.bb b/meta-oe/recipes-extended/redis/redis_6.2.9.bb index 02ee19fb7d..100c2a2a5d 100644 --- a/meta-oe/recipes-extended/redis/redis_6.2.8.bb +++ b/meta-oe/recipes-extended/redis/redis_6.2.9.bb | |||
| @@ -17,7 +17,7 @@ SRC_URI = "http://download.redis.io/releases/${BP}.tar.gz \ | |||
| 17 | file://GNU_SOURCE.patch \ | 17 | file://GNU_SOURCE.patch \ |
| 18 | file://0006-Define-correct-gregs-for-RISCV32.patch \ | 18 | file://0006-Define-correct-gregs-for-RISCV32.patch \ |
| 19 | " | 19 | " |
| 20 | SRC_URI[sha256sum] = "f91ab24bcb42673cb853292eb5d43c2017d11d659854808ed6a529c97297fdfe" | 20 | SRC_URI[sha256sum] = "9661b2c6b1cc9bf2999471b37a4d759fa5e747d408142c18af8792ebd8384a2a" |
| 21 | 21 | ||
| 22 | inherit autotools-brokensep update-rc.d systemd useradd | 22 | inherit autotools-brokensep update-rc.d systemd useradd |
| 23 | 23 | ||
