diff options
author | fhajny <fhajny@pkgsrc.org> | 2015-12-31 09:09:36 +0000 |
---|---|---|
committer | fhajny <fhajny@pkgsrc.org> | 2015-12-31 09:09:36 +0000 |
commit | 1db8504f3eaf803ff332997f5159dfb4be087bbe (patch) | |
tree | afe8fc2f7b5a7b54fd8ed5731fcf02dcda1e9281 /databases/redis/Makefile | |
parent | 54555b4a962ad29b1664aeaa800745e60b5a8c73 (diff) | |
download | pkgsrc-1db8504f3eaf803ff332997f5159dfb4be087bbe.tar.gz |
Update databases/redis to 3.0.6.
--[ Redis 3.0.6 ] Release date: 18 Dec 2015
Upgrade urgency: MODERATE. We fixed a crash that happens very rarely, so
updating does not hurt, but most users are unlikely to
experience this condition because it requires some odd
timing. However if you are a Redis Cluster user, upgrading
is strongly adviced since this release includes very
important improvements to Redis Cluster.
* [FIX] lua_struct.c/getnum security issue fixed. (Luca Bruno discovered it,
patched by Sun He and Chris Lamb)
* [FIX] Redis Cluster replica migration fixed. See issue #2924 for details.
(Salvatore Sanfilippo)
* [FIX] Fix a race condition in processCommand() because of interactions
with freeMemoryIfNeeded(). Details in issue #2948 and especially
in the commit message d999f5a. (Race found analytically by
Oran Agra, patch by Salvatore Sanfilippo)
* [NEW] Backported from the upcoming Redis 3.2:
MIGRATE now supports an extended multiple-keys pipelined mode, which
is an order of magnitude faster. Redis Cluster now uses this mode
in order to perform reshardings and rebalancings. (Salvatore Sanfilippo)
* [NEW] Backported from the upcoming Redis 3.2:
Redis Cluster has now support for rebalancing via the redis-trib
rebalance command. Demo here:
https://asciinema.org/a/0tw2e5740kouda0yhkqrm5790
Official documentation will be available ASAP. (Salvatore Sanfilippo)
* [NEW] Redis Cluster redis-trib.rb new "info" subcommand.
* [NEW] Redis Cluster tests improved. (Salvatore Sanfilippo)
* [NEW] Log offending memory access address on SIGSEGV/SIGBUS (Salvatore
Sanfilippo)
Diffstat (limited to 'databases/redis/Makefile')
-rw-r--r-- | databases/redis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/redis/Makefile b/databases/redis/Makefile index 630ab24cf4e..3b1c87d50ac 100644 --- a/databases/redis/Makefile +++ b/databases/redis/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.16 2015/10/18 08:28:22 fhajny Exp $ +# $NetBSD: Makefile,v 1.17 2015/12/31 09:09:36 fhajny Exp $ -DISTNAME= redis-3.0.5 +DISTNAME= redis-3.0.6 CATEGORIES= databases MASTER_SITES= http://download.redis.io/releases/ |