summaryrefslogtreecommitdiff
path: root/databases/redis/Makefile
diff options
context:
space:
mode:
authorfhajny <fhajny>2015-08-13 07:43:40 +0000
committerfhajny <fhajny>2015-08-13 07:43:40 +0000
commit57adde0c521b4552b8c57cf2add7c1a293262d8e (patch)
treee77b96a896135bb1692120204b2c5ceea0b5018a /databases/redis/Makefile
parentc169d8a178c8ec90915c007457791bd0aa6c0671 (diff)
downloadpkgsrc-57adde0c521b4552b8c57cf2add7c1a293262d8e.tar.gz
Update databases/redis to 3.0.3.
--[ Redis 3.0.3 ] Release date: 17 Jul 2015 Upgrade urgency: LOW for Redis and Sentinel. * [FIX] Fix blocking operations timeout precision when HZ is at its default value (not increased) and there are thousands of clients connected at the same time. This bug affected Sidekiq users that experienced a very long delay for BLPOP and similar commands to return for timeout. Check commit b029ff1 for more info. (Salvatore Sanfilippo) * [FIX] MIGRATE "creating socket: Invalid argument" error fix. Check issues #2609 and #2612 for more info. (Salvatore Sanfilippo) * [FIX] Be able to connect to the master even when the slave is bound to just the loopback interface and has no valid public address in the network the master is reacahble. (Salvatore Sanfilippo) * [FIX] ZADD with options encoding promotion fixed. (linfangrong) * [FIX] Reset aof_delayed_fsync on CONFIG RESETSTATS. (Tom Kiemes) * [FIX] PFCOUNT key parsing in cluster fixed. (MOON_CLJ) * [FIX] Fix Solaris compilation of Redis 3.0. (Jan-Erik Rediger) * [NEW] Variadic EXISTS command. Now the command accepts multiple arguments and returns the total count of existing keys.
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 2b21e95353d..17a4d5db588 100644
--- a/databases/redis/Makefile
+++ b/databases/redis/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2015/06/09 12:17:56 fhajny Exp $
+# $NetBSD: Makefile,v 1.15 2015/08/13 07:43:40 fhajny Exp $
-DISTNAME= redis-3.0.2
+DISTNAME= redis-3.0.3
CATEGORIES= databases
MASTER_SITES= http://download.redis.io/releases/