From 43eb86a4aa51517e991c7def98bd414feef3c76f602796dc05b7fefa979a0742 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Sun, 28 Jan 2018 17:49:54 +0000 Subject: [PATCH] Accepting request 570371 from home:13ilya:branches:server:database - Update to 4.0.7 * Release notes: https://raw.githubusercontent.com/antirez/redis/4.0/00-RELEASENOTES * Many 32 bit overflows were addressed in order to allow to use Redis with a very significant amount of data, memory size permitting. * MEMORY USAGE fixed for the list type. * Allow read-only scripts in Redis Cluster. * Fix AOF pipes setup in edge case. * AUTH option for MIGRATE. * HyperLogLogs are no longer converted from sparse to dense in order to be merged. * Fix AOF rewrite dead loop under edge cases. * Fix processing of large bulk strings (>= 2GB). * Added RM_UnlinkKey in modules API. * Fix Redis Cluster crashes when certain commands with a variable number of arguments are called in an improper way. * Fix memory leak in lazyfree engine. * Fix many potentially successful partial synchronizations that end doing a full SYNC, because of a bug destroying the replication backlog on the slave. So after a failover the slave was often not able to PSYNC with masters, and a full SYNC was triggered. The bug only happened after 1 hour of uptime so escaped the unit tests. * Improve anti-affinity in master/slave allocation for Redis Cluster when the cluster is created. * Improve output buffer handling for slaves, by not limiting the amount of writes a slave could receive. OBS-URL: https://build.opensuse.org/request/show/570371 OBS-URL: https://build.opensuse.org/package/show/server:database/redis?expand=0&rev=104 --- redis-4.0.6.tar.gz | 3 --- redis-4.0.7.tar.gz | 3 +++ redis.changes | 29 +++++++++++++++++++++++++++++ redis.spec | 7 +++---- 4 files changed, 35 insertions(+), 7 deletions(-) delete mode 100644 redis-4.0.6.tar.gz create mode 100644 redis-4.0.7.tar.gz diff --git a/redis-4.0.6.tar.gz b/redis-4.0.6.tar.gz deleted file mode 100644 index 6029432..0000000 --- a/redis-4.0.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:769b5d69ec237c3e0481a262ff5306ce30db9b5c8ceb14d1023491ca7be5f6fa -size 1723533 diff --git a/redis-4.0.7.tar.gz b/redis-4.0.7.tar.gz new file mode 100644 index 0000000..de55f6a --- /dev/null +++ b/redis-4.0.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bba546d44fb40e1fd8be1a15e1a9cc6484bceeea0bbd52919eebc656661ecd1 +size 1729488 diff --git a/redis.changes b/redis.changes index 70baa5f..8e11e5b 100644 --- a/redis.changes +++ b/redis.changes @@ -1,3 +1,32 @@ +------------------------------------------------------------------- +Sun Jan 28 15:24:25 UTC 2018 - ilya@ilya.pp.ua + +- Update to 4.0.7 + * Release notes: https://raw.githubusercontent.com/antirez/redis/4.0/00-RELEASENOTES + * Many 32 bit overflows were addressed in order to allow to use Redis with + a very significant amount of data, memory size permitting. + * MEMORY USAGE fixed for the list type. + * Allow read-only scripts in Redis Cluster. + * Fix AOF pipes setup in edge case. + * AUTH option for MIGRATE. + * HyperLogLogs are no longer converted from sparse to dense in order + to be merged. + * Fix AOF rewrite dead loop under edge cases. + * Fix processing of large bulk strings (>= 2GB). + * Added RM_UnlinkKey in modules API. + * Fix Redis Cluster crashes when certain commands with a variable number + of arguments are called in an improper way. + * Fix memory leak in lazyfree engine. + * Fix many potentially successful partial synchronizations that end + doing a full SYNC, because of a bug destroying the replication + backlog on the slave. So after a failover the slave was often not able + to PSYNC with masters, and a full SYNC was triggered. The bug only + happened after 1 hour of uptime so escaped the unit tests. + * Improve anti-affinity in master/slave allocation for Redis Cluster + when the cluster is created. + * Improve output buffer handling for slaves, by not limiting the amount + of writes a slave could receive. + ------------------------------------------------------------------- Thu Jan 4 15:47:48 UTC 2018 - ilya@ilya.pp.ua diff --git a/redis.spec b/redis.spec index 9e8c558..90b953a 100644 --- a/redis.spec +++ b/redis.spec @@ -12,20 +12,19 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org # - %define _data_dir %{_localstatedir}/lib/%{name} %define _log_dir %{_localstatedir}/log/%{name} %define _conf_dir %{_sysconfdir}/%{name} Name: redis -Version: 4.0.6 +Version: 4.0.7 Release: 0 Summary: Persistent key-value database 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 Source1: %{name}.logrotate Source2: %{name}.target