From 9701a9f7eda2b49e4b77ec8fb0f09c9825c846b4 Mon Sep 17 00:00:00 2001 From: "Sergey A. Osokin" Date: Sat, 4 Feb 2012 07:06:47 +0000 Subject: [PATCH] Update from 2.4.6 to 2.4.7. UPGRADE URGENCY: low/moderate if you don't experience any of the fixed problems. * [BUGFIX] Fixed false positive in issue #141 regression test. * [BUGFIX] Slave should not expire keys when loading an RDB after a SYNC. * [BUGFIX] Don't increment stats for key misses / hits when key is written. * [BUGFIX] sds.c library now don't allocate more than 1MB ahead. * 32 bit instances without a maxmemory set now get a default limit of 3.5GB with maxmemory-policy set to noeviction. * Better crash report on crash (containing current client and command arguments). --- databases/redis/Makefile | 2 +- databases/redis/distinfo | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/databases/redis/Makefile b/databases/redis/Makefile index 78c4e99fecb7..8045afb314e0 100644 --- a/databases/redis/Makefile +++ b/databases/redis/Makefile @@ -6,7 +6,7 @@ # PORTNAME= redis -PORTVERSION= 2.4.6 +PORTVERSION= 2.4.7 CATEGORIES= databases MASTER_SITES= GOOGLE_CODE diff --git a/databases/redis/distinfo b/databases/redis/distinfo index 14410437ccd6..e3fea295d6f3 100644 --- a/databases/redis/distinfo +++ b/databases/redis/distinfo @@ -1,2 +1,2 @@ -SHA256 (redis-2.4.6.tar.gz) = 6b2566d26d672ba74f9435dd8e7687ed95d1cc58541895f1d9006506d0c6fd2b -SIZE (redis-2.4.6.tar.gz) = 610267 +SHA256 (redis-2.4.7.tar.gz) = f91956377b7ff23cc23e0c8758e0b873032f36545c61d88436ebb741bf4dd5e1 +SIZE (redis-2.4.7.tar.gz) = 611577