- update to 4.0.10 (boo#1097430) CVE-2018-11218 CVE-2018-11219
https://raw.githubusercontent.com/antirez/redis/4.0.10/00-RELEASENOTES - Important security issues related to the Lua scripting engine. Please check https://github.com/antirez/redis/issues/5017 for more information. - A bug with SCAN, SSCAN, HSCAN and ZSCAN, that may not return all the elements. We also add a regression test that can trigger the issue often when present, and may in theory be able to find unrelated regressions. - A PSYNC2 bug is fixed: Redis should not expire keys when saving RDB files because otherwise it is no longer possible to use such RDB file as a base for partial resynchronization. It no longer represents the right state. - Compatibility of AOF with RDB preamble when the RDB checksum is disabled. - Sentinel bug that in some cases prevented Sentinel to detect that the master was down immediately. A delay was added to the detection. - Update redis-enable-bactrace-on-x86-and-ia64-only.patch to handle - Add redis-disable_integration_logging.patch to disable logging test OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=112
This commit is contained in:
@@ -1,9 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 15 10:17:06 UTC 2018 - mrueckert@suse.de
|
||||
|
||||
- update to 4.0.10 (boo#1097430) CVE-2018-11218 CVE-2018-11219
|
||||
https://raw.githubusercontent.com/antirez/redis/4.0.10/00-RELEASENOTES
|
||||
- Important security issues related to the Lua scripting engine.
|
||||
Please check https://github.com/antirez/redis/issues/5017 for
|
||||
more information.
|
||||
- A bug with SCAN, SSCAN, HSCAN and ZSCAN, that may not return
|
||||
all the elements. We also add a regression test that can
|
||||
trigger the issue often when present, and may in theory be able
|
||||
to find unrelated regressions.
|
||||
- A PSYNC2 bug is fixed: Redis should not expire keys when saving
|
||||
RDB files because otherwise it is no longer possible to use
|
||||
such RDB file as a base for partial resynchronization. It no
|
||||
longer represents the right state.
|
||||
- Compatibility of AOF with RDB preamble when the RDB checksum is
|
||||
disabled.
|
||||
- Sentinel bug that in some cases prevented Sentinel to detect
|
||||
that the master was down immediately. A delay was added to the
|
||||
detection.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 17 16:13:17 UTC 2018 - guillaume.gardet@opensuse.org
|
||||
|
||||
- Update redis-enable-bactrace-on-x86-and-ia64-only.patch to handle
|
||||
- Update redis-enable-bactrace-on-x86-and-ia64-only.patch to handle
|
||||
arm and rename it to redis-enable-bactrace-on-x86-ia64-and_arm32_only.patch
|
||||
- Add redis-disable_integration_logging.patch to disable logging test
|
||||
- Add redis-disable_integration_logging.patch to disable logging test
|
||||
when backtrace is not enabled
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
Reference in New Issue
Block a user