SHA256
1
0
forked from pool/redis

Accepting request 566042 from home:AndreasStieger:branches:server:database

add references

OBS-URL: https://build.opensuse.org/request/show/566042
OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=102
This commit is contained in:
Adam Majer 2018-01-16 08:33:34 +00:00 committed by Git OBS Bridge
parent 7df2b85d04
commit 12d5785c7b
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