From 1e9fc2be964c03ac18dee6c1f7654235de5c72c526f90d6c96c7ef5bbb272187 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Wed, 19 Apr 2023 07:04:34 +0000 Subject: [PATCH] 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 --- redis.changes | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/redis.changes b/redis.changes index 4e0bebc..c272e25 100644 --- a/redis.changes +++ b/redis.changes @@ -4,12 +4,12 @@ Mon Apr 17 17:14:26 UTC 2023 - Marcus Rueckert - 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