summaryrefslogtreecommitdiff
path: root/databases/redis/Makefile
diff options
context:
space:
mode:
authorfhajny <fhajny>2016-08-09 09:11:53 +0000
committerfhajny <fhajny>2016-08-09 09:11:53 +0000
commitb4371aa73110eb30e41769c1d3eff132721e31b0 (patch)
tree6c323735d2ff63c3e74c1ad5efb22cc3a14304e8 /databases/redis/Makefile
parentacdf439e33ecd074e1695940a51dc0a1f2013a07 (diff)
downloadpkgsrc-b4371aa73110eb30e41769c1d3eff132721e31b0.tar.gz
Update databases/redis to 3.2.3.
Redis 3.2.3 Bugfixes: - There was an inverted if statement logic problem in replication.c causing a replication delay. - Redis-cli created the history file with insecure permissions, allowing reding from the file. Redis 3.2.2 - There was a bug in the List type implementation, able to cause the crash of the server under certain (non trivial to replicate) circumstances when the LSET command was used. - Redis Sentinel, when monitoring multiple masters, could crash after a Sentinel address update event. - Redis Sentinel now checks slaves INFO state more often when disconnected. - It was possible, under a variety of conditions, that the AOF and RDB children process could spawn at the same time. This is known to trash disk I/O, AOF performances, and to ultimately create latency in the Redis server. - Many GEORADIUS bugs are now fixed \o/. New features: - Now slaves support the slave-announce-ip and slave-announce-port options. - The RDB check utlity is now part of Redis and uses the same RDB code that Redis uses in order to load the dataset in memory.
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 6941a670fa5..f0ef61ad9ce 100644
--- a/databases/redis/Makefile
+++ b/databases/redis/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.21 2016/06/19 21:28:58 fhajny Exp $
+# $NetBSD: Makefile,v 1.22 2016/08/09 09:11:53 fhajny Exp $
-DISTNAME= redis-3.2.1
+DISTNAME= redis-3.2.3
CATEGORIES= databases
MASTER_SITES= http://download.redis.io/releases/