diff options
| author | Chee Yang Lee <chee.yang.lee@intel.com> | 2023-01-18 10:11:57 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-01-17 18:20:32 -0800 |
| commit | 31f82dab439e72c34fce415835bb002bedc7eec4 (patch) | |
| tree | be5b71aa03ff3e882af416c08b01308a5e719c1c | |
| parent | 0c5afec7780f1c02433aeb06b47fa9bc1851f94d (diff) | |
| download | meta-openembedded-31f82dab439e72c34fce415835bb002bedc7eec4.tar.gz | |
redis: Upgrade to 7.0.8
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)
Make sure that fork child doesn't do incremental rehashing (#11692)
Fix a bug where blocking commands with a sub-second timeout would block
forever (#11688)
Fix sentinel issue if replica changes IP (#11590)
Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-extended/redis/redis_7.0.8.bb (renamed from meta-oe/recipes-extended/redis/redis_7.0.7.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/redis/redis_7.0.7.bb b/meta-oe/recipes-extended/redis/redis_7.0.8.bb index 58055166cc..fe1db9f986 100644 --- a/meta-oe/recipes-extended/redis/redis_7.0.7.bb +++ b/meta-oe/recipes-extended/redis/redis_7.0.8.bb | |||
| @@ -19,7 +19,7 @@ SRC_URI = "http://download.redis.io/releases/${BP}.tar.gz \ | |||
| 19 | file://GNU_SOURCE-7.patch \ | 19 | file://GNU_SOURCE-7.patch \ |
| 20 | file://0006-Define-correct-gregs-for-RISCV32.patch \ | 20 | file://0006-Define-correct-gregs-for-RISCV32.patch \ |
| 21 | " | 21 | " |
| 22 | SRC_URI[sha256sum] = "8d327d7e887d1bb308fc37aaf717a0bf79f58129e3739069aaeeae88955ac586" | 22 | SRC_URI[sha256sum] = "06a339e491306783dcf55b97f15a5dbcbdc01ccbde6dc23027c475cab735e914" |
| 23 | 23 | ||
| 24 | inherit autotools-brokensep update-rc.d systemd useradd | 24 | inherit autotools-brokensep update-rc.d systemd useradd |
| 25 | 25 | ||
