summaryrefslogtreecommitdiff
path: root/databases/redis/Makefile
diff options
context:
space:
mode:
authorfhajny <fhajny>2016-01-26 12:03:41 +0000
committerfhajny <fhajny>2016-01-26 12:03:41 +0000
commita162ae7aed4c06c313ed7ca3550f141ef2de874d (patch)
tree6797645da3cceea04001c7ec9b511af90eeb2860 /databases/redis/Makefile
parentfd823925a8c0693cd41e92cd0e0e1ba4c2742360 (diff)
downloadpkgsrc-a162ae7aed4c06c313ed7ca3550f141ef2de874d.tar.gz
Update databases/redis to 3.0.7.
--[ Redis 3.0.7 ] Release date: 25 jan 2016 Upgrade urgency MODERATE: this release fixes important Redis Cluster bugs. * [FIX] Many fixes to MIGRATE multiple keys implementation. The command could handle errors in a faulty way leading to crashes or other unexpected behaviors. MIGRATE command refactoring. (The analysis of the faulty conditions was conducted by Kevin McGehee. The fix was developed by Salvatore Sanfilippo) * [FIX] A Redis Cluster node crash was fixed because of wrong handling of node->slaveof pointers. (Reported by JackyWoo, fixed by Salvatore Sanfilippo) * [FIX] Fix redis-trib rebalance when nodes need to be left empty because the specified weight is zero. (Reported by Shahar Mor, fixed by Salvatore Sanfilippo) * [FIX] MIGRATE: Never send -ASK redirections for MIGRATE when there are open slots. Redis-trib and other cluster management utility must always be free to move keys between nodes about open slots, in order to reshard, fix the cluster configuration, and so forth. (Salvatore Sanfilippo) * [FIX] Lua debugger crash when printing too deeply nested objects. (Reported by Paul Kulchenko, fixed by Salvatore Sanfilippo) * [FIX] Redis-cli implementation of Lua debugging now allows to use the SCRIPT DEBUG command directly, switching to debugging mode as needed. (Reported by Paul Kulchenko, fixed by Salvatore Sanfilippo) * [FIX] Redis-trib is now able to fix more errors. A new CLUSTER subcommand called BUMPEPOCH was introduced in order to support new modes for the "fix" subcommand. (Salvatore Sanfilippo) * [NEW] Redis proctected mode: this feature improves Redis security and makes harder to run Redis in a configuration that is unsecure because no firewalling was used in order to protect Redis from external accesses. * [NEW] Cluster/Sentinel tests now use OSX leak to perform leak detection at the end of every unit. (Salvatore Sanfilippo) * [NEW] Detect and show server crashes during Cluster/Sentinel tests. (Salvatore Sanfilippo) * [NEW] More reliable Cluster/Sentinel test becuase of timing errors and -LOADING errors. (Salvatore Sanfilippo)
Diffstat (limited to 'databases/redis/Makefile')
-rw-r--r--databases/redis/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/redis/Makefile b/databases/redis/Makefile
index 3b1c87d50ac..2f32f974f9b 100644
--- a/databases/redis/Makefile
+++ b/databases/redis/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2015/12/31 09:09:36 fhajny Exp $
+# $NetBSD: Makefile,v 1.18 2016/01/26 12:03:41 fhajny Exp $
-DISTNAME= redis-3.0.6
+DISTNAME= redis-3.0.7
CATEGORIES= databases
MASTER_SITES= http://download.redis.io/releases/