summaryrefslogtreecommitdiff
path: root/databases/redis/Makefile
diff options
context:
space:
mode:
authorfhajny <fhajny@pkgsrc.org>2017-12-04 14:36:35 +0000
committerfhajny <fhajny@pkgsrc.org>2017-12-04 14:36:35 +0000
commit39515a183ab8db4b32032c7cf2d63e9eb22bafe2 (patch)
treebbac1ff1463d7b0a9f25488f2c396053356375b5 /databases/redis/Makefile
parent440b3b5da3cd84e0645191c0528fd2c499d7f290 (diff)
downloadpkgsrc-39515a183ab8db4b32032c7cf2d63e9eb22bafe2.tar.gz
Update databases/redis to 4.0.5.
- Redis 4.0.4 fix for PSYNC2 was broken, causing the slave to crash when receiving an RDB file from the master that contained a duplicated Lua script.
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 ebcd7b64783..3af0b54c91f 100644
--- a/databases/redis/Makefile
+++ b/databases/redis/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.32 2017/11/30 22:30:20 fhajny Exp $
+# $NetBSD: Makefile,v 1.33 2017/12/04 14:36:35 fhajny Exp $
-DISTNAME= redis-4.0.4
+DISTNAME= redis-4.0.5
CATEGORIES= databases
MASTER_SITES= http://download.redis.io/releases/