From 3ac276d2f20469eb702bb7653cc3d269c245fae14b96debb51c02ea7096ea544 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 11 Sep 2020 09:12:35 +0000 Subject: [PATCH] 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 --- redis-6.0.6.tar.gz | 3 --- redis-6.0.8.tar.gz | 3 +++ redis.changes | 19 +++++++++++++++++++ redis.hashes | 2 ++ redis.spec | 6 ++---- 5 files changed, 26 insertions(+), 7 deletions(-) delete mode 100644 redis-6.0.6.tar.gz create mode 100644 redis-6.0.8.tar.gz diff --git a/redis-6.0.6.tar.gz b/redis-6.0.6.tar.gz deleted file mode 100644 index 8d451b6..0000000 --- a/redis-6.0.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:12ad49b163af5ef39466e8d2f7d212a58172116e5b441eebecb4e6ca22363d94 -size 2228781 diff --git a/redis-6.0.8.tar.gz b/redis-6.0.8.tar.gz new file mode 100644 index 0000000..c1b8c1a --- /dev/null +++ b/redis-6.0.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04fa1fddc39bd1aecb6739dd5dd73858a3515b427acd1e2947a66dadce868d68 +size 2247528 diff --git a/redis.changes b/redis.changes index 0d94e7a..4f3aaa3 100644 --- a/redis.changes +++ b/redis.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Fri Sep 11 06:38:43 UTC 2020 - Andreas Stieger + +- 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 diff --git a/redis.hashes b/redis.hashes index 8d665b6..e057712 100644 --- a/redis.hashes +++ b/redis.hashes @@ -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.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.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 diff --git a/redis.spec b/redis.spec index c1c5e62..f6f51c5 100644 --- a/redis.spec +++ b/redis.spec @@ -19,10 +19,8 @@ %define _data_dir %{_localstatedir}/lib/%{name} %define _log_dir %{_localstatedir}/log/%{name} %define _conf_dir %{_sysconfdir}/%{name} -%define redis_hashes_tree 94da7f90ee31c74ff1a98d13a974fb883c5d4be4 - Name: redis -Version: 6.0.6 +Version: 6.0.8 Release: 0 Summary: Persistent key-value database License: BSD-3-Clause @@ -37,7 +35,7 @@ Source6: %{name}.sysctl Source7: %{name}-sentinel@.service Source8: %{name}-sentinel.target 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 Patch0: %{name}-conf.patch Patch1: getMcontextEip-return-value.patch