SHA256
1
0
forked from pool/redis

Accepting request 1079989 from home:darix:apps

- 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)
  - Disconnect pub-sub subscribers when revoking allchannels
    permission (#11992)
  - Fix a compiler fortification induced crash when used with link
    time optimizations (#11982)
- Drop get-old-size-calculations.patch:
  replaced with proper fix

- Added get-old-size-calculations.patch:
  my workaround for https://github.com/redis/redis/issues/11965

OBS-URL: https://build.opensuse.org/request/show/1079989
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=221
This commit is contained in:
Danilo Spinella
2023-04-18 07:30:27 +00:00
committed by Git OBS Bridge
parent f703ac4735
commit 037bb9e55f
5 changed files with 28 additions and 4 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
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)
- Disconnect pub-sub subscribers when revoking allchannels
permission (#11992)
- Fix a compiler fortification induced crash when used with link
time optimizations (#11982)
- Drop get-old-size-calculations.patch:
replaced with proper fix
-------------------------------------------------------------------
Fri Mar 24 19:18:24 UTC 2023 - Marcus Rueckert <mrueckert@suse.de>
- Added get-old-size-calculations.patch:
my workaround for https://github.com/redis/redis/issues/11965
-------------------------------------------------------------------
Mon Mar 20 21:22:02 UTC 2023 - Andreas Stieger <andreas.stieger@gmx.de>