forked from pool/redis
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:
commit
adaeabfd61
@ -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.
|
* Fix issue #4505, Lua RDB AUX field loading of existing scripts.
|
||||||
* Regression test for #4505 (Lua AUX field loading).
|
* Regression test for #4505 (Lua AUX field loading).
|
||||||
* DEBUG change-repl-id implemented.
|
* 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
|
Wed Nov 1 09:01:44 UTC 2017 - mpluskal@suse.com
|
||||||
|
@ -12,9 +12,10 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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 _data_dir %{_localstatedir}/lib/%{name}
|
||||||
%define _log_dir %{_localstatedir}/log/%{name}
|
%define _log_dir %{_localstatedir}/log/%{name}
|
||||||
%define _conf_dir %{_sysconfdir}/%{name}
|
%define _conf_dir %{_sysconfdir}/%{name}
|
||||||
@ -24,7 +25,7 @@ Release: 0
|
|||||||
Summary: Persistent key-value database
|
Summary: Persistent key-value database
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Productivity/Databases/Servers
|
Group: Productivity/Databases/Servers
|
||||||
URL: https://redis.io
|
Url: https://redis.io
|
||||||
Source0: http://download.redis.io/releases/redis-%{version}.tar.gz
|
Source0: http://download.redis.io/releases/redis-%{version}.tar.gz
|
||||||
Source1: %{name}.logrotate
|
Source1: %{name}.logrotate
|
||||||
Source2: %{name}.target
|
Source2: %{name}.target
|
||||||
|
Loading…
Reference in New Issue
Block a user