Accepting request 833670 from home:AndreasStieger:branches:server:database
redis 6.0.8 OBS-URL: https://build.opensuse.org/request/show/833670 OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=154
This commit is contained in:
parent
9e325d8cf9
commit
3ac276d2f2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:12ad49b163af5ef39466e8d2f7d212a58172116e5b441eebecb4e6ca22363d94
|
|
||||||
size 2228781
|
|
3
redis-6.0.8.tar.gz
Normal file
3
redis-6.0.8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:04fa1fddc39bd1aecb6739dd5dd73858a3515b427acd1e2947a66dadce868d68
|
||||||
|
size 2247528
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 11 06:38:43 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- redis 6.0.8:
|
||||||
|
* bug fixes when using with Sentinel
|
||||||
|
* bug fixes when using CONFIG REWRITE
|
||||||
|
* Remove THP warning when set to madvise
|
||||||
|
* Allow EXEC with read commands on readonly replica in cluster
|
||||||
|
* Add masters/replicas options to redis-cli --cluster call command
|
||||||
|
- includes changes from 6.0.7:
|
||||||
|
* CONFIG SET could hung the client when arrives during RDB/ROF
|
||||||
|
loading
|
||||||
|
* LPOS command when RANK is greater than matches responded with
|
||||||
|
broken protocol
|
||||||
|
* Add oom-score-adj configuration option to control Linux OOM
|
||||||
|
killer
|
||||||
|
* Show IO threads statistics and status in INFO output
|
||||||
|
* Add optional tls verification mode (see tls-auth-clients)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jul 27 00:11:22 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
Mon Jul 27 00:11:22 UTC 2020 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
@ -108,3 +108,5 @@ hash redis-6.0.3.tar.gz sha256 bca46dce81fe92f7b2de4cf8ae41fbc4b94fbd5674def7f12
|
|||||||
hash redis-6.0.4.tar.gz sha256 3337005a1e0c3aa293c87c313467ea8ac11984921fab08807998ba765c9943de http://download.redis.io/releases/redis-6.0.4.tar.gz
|
hash redis-6.0.4.tar.gz sha256 3337005a1e0c3aa293c87c313467ea8ac11984921fab08807998ba765c9943de http://download.redis.io/releases/redis-6.0.4.tar.gz
|
||||||
hash redis-6.0.5.tar.gz sha256 42cf86a114d2a451b898fcda96acd4d01062a7dbaaad2801d9164a36f898f596 http://download.redis.io/releases/redis-6.0.5.tar.gz
|
hash redis-6.0.5.tar.gz sha256 42cf86a114d2a451b898fcda96acd4d01062a7dbaaad2801d9164a36f898f596 http://download.redis.io/releases/redis-6.0.5.tar.gz
|
||||||
hash redis-6.0.6.tar.gz sha256 12ad49b163af5ef39466e8d2f7d212a58172116e5b441eebecb4e6ca22363d94 http://download.redis.io/releases/redis-6.0.6.tar.gz
|
hash redis-6.0.6.tar.gz sha256 12ad49b163af5ef39466e8d2f7d212a58172116e5b441eebecb4e6ca22363d94 http://download.redis.io/releases/redis-6.0.6.tar.gz
|
||||||
|
hash redis-6.0.7.tar.gz sha256 c2aaa1a4c7e72c70adedf976fdd5e1d34d395989283dab9d7840e0a304bb2393 http://download.redis.io/releases/redis-6.0.7.tar.gz
|
||||||
|
hash redis-6.0.8.tar.gz sha256 04fa1fddc39bd1aecb6739dd5dd73858a3515b427acd1e2947a66dadce868d68 http://download.redis.io/releases/redis-6.0.8.tar.gz
|
||||||
|
@ -19,10 +19,8 @@
|
|||||||
%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}
|
||||||
%define redis_hashes_tree 94da7f90ee31c74ff1a98d13a974fb883c5d4be4
|
|
||||||
|
|
||||||
Name: redis
|
Name: redis
|
||||||
Version: 6.0.6
|
Version: 6.0.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Persistent key-value database
|
Summary: Persistent key-value database
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -37,7 +35,7 @@ Source6: %{name}.sysctl
|
|||||||
Source7: %{name}-sentinel@.service
|
Source7: %{name}-sentinel@.service
|
||||||
Source8: %{name}-sentinel.target
|
Source8: %{name}-sentinel.target
|
||||||
Source9: %{name}-user.conf
|
Source9: %{name}-user.conf
|
||||||
Source10: https://raw.githubusercontent.com/antirez/redis-hashes/%{redis_hashes_tree}/README#/redis.hashes
|
Source10: https://raw.githubusercontent.com/redis/redis-hashes/master/README#/redis.hashes
|
||||||
# PATCH-MISSING-TAG -- See https://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
|
# PATCH-MISSING-TAG -- See https://wiki.opensuse.org/openSUSE:Packaging_Patches_guidelines
|
||||||
Patch0: %{name}-conf.patch
|
Patch0: %{name}-conf.patch
|
||||||
Patch1: getMcontextEip-return-value.patch
|
Patch1: getMcontextEip-return-value.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user