forked from pool/redis
Accepting request 437060 from server:database
1 OBS-URL: https://build.opensuse.org/request/show/437060 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/redis?expand=0&rev=29
This commit is contained in:
commit
122b98bdfc
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:674e9c38472e96491b7d4f7b42c38b71b5acbca945856e209cb428fbc6135f15
|
|
||||||
size 1541401
|
|
3
redis-3.2.4.tar.gz
Normal file
3
redis-3.2.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2ad042c5a6c508223adeb9c91c6b1ae091394b4026f73997281e28914c9369f1
|
||||||
|
size 1543743
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 24 08:39:02 UTC 2016 - astieger@suse.com
|
||||||
|
|
||||||
|
- update to redis 3.2.4, including fixes for security issues:
|
||||||
|
* CVE-2016-8339: CONFIG SET client-output-buffer-limit Code
|
||||||
|
Execution Vulnerability [boo#1002351]
|
||||||
|
- bug fixes:
|
||||||
|
* TCP binding bug fixed when only certain addresses were available
|
||||||
|
for a given port
|
||||||
|
* improved crash report
|
||||||
|
* Fix for Redis Cluster redis-trib displaying of info after
|
||||||
|
creating a new cluster.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 5 18:17:24 UTC 2016 - astieger@suse.com
|
Fri Aug 5 18:17:24 UTC 2016 - astieger@suse.com
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
%bcond_with systemd
|
%bcond_with systemd
|
||||||
%endif
|
%endif
|
||||||
Name: redis
|
Name: redis
|
||||||
Version: 3.2.3
|
Version: 3.2.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Persistent key-value database
|
Summary: Persistent key-value database
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -45,9 +45,9 @@ Patch2: redis-enable-bactrace-on-x86-and-ia64-only.patch
|
|||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: procps
|
BuildRequires: procps
|
||||||
BuildRequires: tcl
|
BuildRequires: tcl
|
||||||
Requires(pre): shadow
|
|
||||||
Requires: logrotate
|
Requires: logrotate
|
||||||
Requires: sudo
|
Requires: sudo
|
||||||
|
Requires(pre): shadow
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if %{with systemd}
|
%if %{with systemd}
|
||||||
BuildRequires: pkgconfig(systemd)
|
BuildRequires: pkgconfig(systemd)
|
||||||
|
Loading…
Reference in New Issue
Block a user