From fd18857a95301b27707ec52b01c70dfe97238e0b19dabec5f03db3ffe352a758 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 13 Jun 2022 14:46:11 +0000 Subject: [PATCH] Accepting request 982226 from home:stroeder:branches:server:database Update to version 7.0.2 OBS-URL: https://build.opensuse.org/request/show/982226 OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=195 --- redis-7.0.1.tar.gz | 3 --- redis-7.0.2.tar.gz | 3 +++ redis.changes | 9 +++++++++ redis.hashes | 1 + redis.spec | 2 +- 5 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 redis-7.0.1.tar.gz create mode 100644 redis-7.0.2.tar.gz diff --git a/redis-7.0.1.tar.gz b/redis-7.0.1.tar.gz deleted file mode 100644 index 3662551..0000000 --- a/redis-7.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca1820d527e4759884620be2917079e61e996fa81da5fbe5c07c4a7b507264dc -size 2955839 diff --git a/redis-7.0.2.tar.gz b/redis-7.0.2.tar.gz new file mode 100644 index 0000000..0e92d24 --- /dev/null +++ b/redis-7.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e57eafe7d4ac5ecb6a7d64d6b61db775616dbf903293b3fcc660716dbda5eeb +size 2956784 diff --git a/redis.changes b/redis.changes index e78832d..51a02c5 100644 --- a/redis.changes +++ b/redis.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sun Jun 12 16:30:32 UTC 2022 - Michael Ströder + +- Update to version 7.0.2 + * Fixed SET and BITFIELD commands being wrongly marked movablekeys (#10837) + Regression in 7.0 possibly resulting in excessive roundtrip from cluster clients. + * Fix crash when /proc/sys/vm/overcommit_memory is inaccessible (#10848) + Regression in 7.0.1 resulting in crash on startup on some configurations. + ------------------------------------------------------------------- Wed Jun 8 19:24:25 UTC 2022 - Michael Ströder diff --git a/redis.hashes b/redis.hashes index 6147a61..3866f0b 100644 --- a/redis.hashes +++ b/redis.hashes @@ -139,3 +139,4 @@ hash redis-7.0-rc3.tar.gz sha256 66b2ecc2e4b53c62940589434ea8af3a85546df13100168 hash redis-6.2.7.tar.gz sha256 b7a79cc3b46d3c6eb52fa37dde34a4a60824079ebdfb3abfbbfa035947c55319 http://download.redis.io/releases/redis-6.2.7.tar.gz hash redis-7.0.0.tar.gz sha256 284d8bd1fd85d6a55a05ee4e7c31c31977ad56cbf344ed83790beeb148baa720 http://download.redis.io/releases/redis-7.0.0.tar.gz hash redis-7.0.1.tar.gz sha256 ca1820d527e4759884620be2917079e61e996fa81da5fbe5c07c4a7b507264dc http://download.redis.io/releases/redis-7.0.1.tar.gz +hash redis-7.0.2.tar.gz sha256 5e57eafe7d4ac5ecb6a7d64d6b61db775616dbf903293b3fcc660716dbda5eeb http://download.redis.io/releases/redis-7.0.2.tar.gz diff --git a/redis.spec b/redis.spec index 8d0fb05..9151746 100644 --- a/redis.spec +++ b/redis.spec @@ -20,7 +20,7 @@ %define _log_dir %{_localstatedir}/log/%{name} %define _conf_dir %{_sysconfdir}/%{name} Name: redis -Version: 7.0.1 +Version: 7.0.2 Release: 0 Summary: Persistent key-value database License: BSD-3-Clause