Accepting request 566188 from server:database

OBS-URL: https://build.opensuse.org/request/show/566188
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/redis?expand=0&rev=37
This commit is contained in:
Dominique Leuenberger 2018-01-19 10:53:02 +00:00 committed by Git OBS Bridge
commit 2ed16f66e1
2 changed files with 4 additions and 2 deletions

View File

@ -11,6 +11,7 @@ Thu Jan 4 15:47:48 UTC 2018 - ilya@ilya.pp.ua
* Fix issue #4505, Lua RDB AUX field loading of existing scripts.
* Regression test for #4505 (Lua AUX field loading).
* DEBUG change-repl-id implemented.
* Buffer overflows occurring reading redis.conf CVE-2017-15047 (bsc#1061967)
-------------------------------------------------------------------
Wed Nov 1 09:01:44 UTC 2017 - mpluskal@suse.com

View File

@ -12,9 +12,10 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
%define _data_dir %{_localstatedir}/lib/%{name}
%define _log_dir %{_localstatedir}/log/%{name}
%define _conf_dir %{_sysconfdir}/%{name}
@ -24,7 +25,7 @@ Release: 0
Summary: Persistent key-value database
License: BSD-3-Clause
Group: Productivity/Databases/Servers
URL: https://redis.io
Url: https://redis.io
Source0: http://download.redis.io/releases/redis-%{version}.tar.gz
Source1: %{name}.logrotate
Source2: %{name}.target