Accepting request 786036 from home:13ilya:branches:server:database
- Refresh spec-file with spec-cleaner and manual optimizations * Remove Group tag. * Replace make by %make_build macros. - Update to 5.0.8 * https://raw.githubusercontent.com/antirez/redis/5.0.8/00-RELEASENOTES * Fix Pi building needing -latomic, backport. * Fix impl of aof-child whitelist SIGUSR1 feature. * Fix ThreadSafeContext lock/unlock function names. * XREADGROUP should propagate XCALIM/SETID in MULTI/EXEC. * Fix client flags to be int64 in module.c. * Fix small bugs related to replica and monitor ambiguity. * Fix lua related memory leak. * Simplify #6379 changes. * Free allocated sds in pfdebugCommand() to avoid memory leak. * Jump to right label on AOF parsing error. * Free fakeclient argv on AOF error. * Fix potential memory leak of rioWriteBulkStreamID(). * Fix potential memory leak of clusterLoadConfig(). * Fix bug on KEYS command where pattern starts with * followed by \x00. * Blocking XREAD[GROUP] should always reply with valid data. * XCLAIM: Create the consumer only on successful claims. * Stream: Handle streamID-related edge cases. * Fix ip and missing mode in RM_GetClusterNodeInfo(). * Inline protocol: handle empty strings well. * Mark extern definition of SDS_NOINIT in sds.h. * Fix revisit CVE-2015-8080 vulnerability. * Avoid sentinel changes promoted_slave to be its own replica. OBS-URL: https://build.opensuse.org/request/show/786036 OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=135
This commit is contained in:
parent
baaf00aced
commit
bb7cea626c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:61db74eabf6801f057fd24b590232f2f337d422280fd19486eca03be87d3a82b
|
|
||||||
size 1984203
|
|
3
redis-5.0.8.tar.gz
Normal file
3
redis-5.0.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f3c7eac42f433326a8d981b50dba0169fdfaf46abb23fcda2f933a7552ee4ed7
|
||||||
|
size 1985757
|
@ -1,3 +1,33 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Mar 18 02:18:24 UTC 2020 - Илья Индиго <ilya@ilya.pp.ua>
|
||||||
|
- Refresh spec-file with spec-cleaner and manual optimizations
|
||||||
|
* Remove Group tag.
|
||||||
|
* Replace make by %make_build macros.
|
||||||
|
- Update to 5.0.8
|
||||||
|
* https://raw.githubusercontent.com/antirez/redis/5.0.8/00-RELEASENOTES
|
||||||
|
* Fix Pi building needing -latomic, backport.
|
||||||
|
* Fix impl of aof-child whitelist SIGUSR1 feature.
|
||||||
|
* Fix ThreadSafeContext lock/unlock function names.
|
||||||
|
* XREADGROUP should propagate XCALIM/SETID in MULTI/EXEC.
|
||||||
|
* Fix client flags to be int64 in module.c.
|
||||||
|
* Fix small bugs related to replica and monitor ambiguity.
|
||||||
|
* Fix lua related memory leak.
|
||||||
|
* Simplify #6379 changes.
|
||||||
|
* Free allocated sds in pfdebugCommand() to avoid memory leak.
|
||||||
|
* Jump to right label on AOF parsing error.
|
||||||
|
* Free fakeclient argv on AOF error.
|
||||||
|
* Fix potential memory leak of rioWriteBulkStreamID().
|
||||||
|
* Fix potential memory leak of clusterLoadConfig().
|
||||||
|
* Fix bug on KEYS command where pattern starts with * followed by \x00.
|
||||||
|
* Blocking XREAD[GROUP] should always reply with valid data.
|
||||||
|
* XCLAIM: Create the consumer only on successful claims.
|
||||||
|
* Stream: Handle streamID-related edge cases.
|
||||||
|
* Fix ip and missing mode in RM_GetClusterNodeInfo().
|
||||||
|
* Inline protocol: handle empty strings well.
|
||||||
|
* Mark extern definition of SDS_NOINIT in sds.h.
|
||||||
|
* Fix revisit CVE-2015-8080 vulnerability.
|
||||||
|
* Avoid sentinel changes promoted_slave to be its own replica.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Feb 8 15:40:07 UTC 2020 - Marcus Rueckert <mrueckert@suse.de>
|
Sat Feb 8 15:40:07 UTC 2020 - Marcus Rueckert <mrueckert@suse.de>
|
||||||
|
|
||||||
@ -1249,4 +1279,3 @@ Fri Mar 5 06:12:24 EST 2010 - pzb@suse.de
|
|||||||
Thu Jan 21 16:32:45 UTC 2010 - prusnak@suse.cz
|
Thu Jan 21 16:32:45 UTC 2010 - prusnak@suse.cz
|
||||||
|
|
||||||
- created package
|
- created package
|
||||||
|
|
||||||
|
@ -20,11 +20,10 @@
|
|||||||
%define _log_dir %{_localstatedir}/log/%{name}
|
%define _log_dir %{_localstatedir}/log/%{name}
|
||||||
%define _conf_dir %{_sysconfdir}/%{name}
|
%define _conf_dir %{_sysconfdir}/%{name}
|
||||||
Name: redis
|
Name: redis
|
||||||
Version: 5.0.7
|
Version: 5.0.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Persistent key-value database
|
Summary: Persistent key-value database
|
||||||
License: BSD-3-Clause
|
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
|
Source0: http://download.redis.io/releases/redis-%{version}.tar.gz
|
||||||
Source1: %{name}.logrotate
|
Source1: %{name}.logrotate
|
||||||
@ -68,7 +67,7 @@ different kind of sorting abilities.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
export HOST=OBS # for reproducible builds
|
export HOST=OBS # for reproducible builds
|
||||||
make %{?_smp_mflags} CFLAGS="%{optflags}" V=1
|
%make_build CFLAGS="%{optflags}"
|
||||||
%sysusers_generate_pre %{SOURCE9} redis
|
%sysusers_generate_pre %{SOURCE9} redis
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -118,7 +117,7 @@ The test suite often fails to start a server, with
|
|||||||
'child process exited abnormally' -- sometimes it works.
|
'child process exited abnormally' -- sometimes it works.
|
||||||
---------------------------------------------------
|
---------------------------------------------------
|
||||||
EOF
|
EOF
|
||||||
make %{?_smp_mflags} test || true
|
%make_build test || true
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%pre -f redis.pre
|
%pre -f redis.pre
|
||||||
|
Loading…
Reference in New Issue
Block a user