summaryrefslogtreecommitdiff
path: root/databases/redis/Makefile
diff options
context:
space:
mode:
authorfhajny <fhajny>2013-08-26 10:10:08 +0000
committerfhajny <fhajny>2013-08-26 10:10:08 +0000
commit33a37ee5c868f4984c491ea85417c6aa1010b976 (patch)
tree820bd5075c87be21edfe96cda0031536d9179ef4 /databases/redis/Makefile
parent8ee3656eda1d0fff7be59d62056b6dc511e41134 (diff)
downloadpkgsrc-33a37ee5c868f4984c491ea85417c6aa1010b976.tar.gz
Changes in 2.6.15:
UPGRADE URGENCY: MODERATE, upgrade ASAP only if you experience issues related to the expired keys collection algorithm, or if you use the ZUNIONSTORE command. * [FIX] Improved expired keys collection algorithm. Even under heavy load keys to be expired can't accumulate because of lack of CPU time. * [FIX] Fixed Issue #1240, ZUNIONSTORE could lead to wrong result. * [NEW] redis-benchmark improvements. * [NEW] dict.c API wrong usage detection. WARNING: redis-benchmark released with 2.6.15 features non backward compatible change in the way the random arguments are specified, use the --help option for more information.
Diffstat (limited to 'databases/redis/Makefile')
-rw-r--r--databases/redis/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/redis/Makefile b/databases/redis/Makefile
index e2196179db2..893a77da01f 100644
--- a/databases/redis/Makefile
+++ b/databases/redis/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2013/08/07 05:30:09 adam Exp $
+# $NetBSD: Makefile,v 1.3 2013/08/26 10:10:08 fhajny Exp $
-DISTNAME= redis-2.6.14
+DISTNAME= redis-2.6.15
CATEGORIES= databases
-MASTER_SITES= http://redis.googlecode.com/files/
+MASTER_SITES= http://download.redis.io/releases/
MAINTAINER= filip@joyent.com
HOMEPAGE= http://redis.io/