Accepting request 1080084 from home:AndreasStieger:branches:server:database

boo#1210548 reference

OBS-URL: https://build.opensuse.org/request/show/1080084
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=222
This commit is contained in:
Martin Pluskal 2023-04-19 07:04:34 +00:00 committed by Git OBS Bridge
parent a988d43d70
commit b4aa434701

View File

@ -4,12 +4,12 @@ Mon Apr 17 17:14:26 UTC 2023 - Marcus Rueckert <mrueckert@suse.de>
- redis 7.0.11
- (CVE-2023-28856) Authenticated users can use the HINCRBYFLOAT
command to create an invalid hash field that will crash Redis
on access
- Add a missing fsync of AOF file in rare cases (#11973)
on access (boo#1210548)
- Add a missing fsync of AOF file in rare cases
- Disconnect pub-sub subscribers when revoking allchannels
permission (#11992)
permission
- Fix a compiler fortification induced crash when used with link
time optimizations (#11982)
time optimizations
- Drop get-old-size-calculations.patch:
replaced with proper fix