From 13d63ef667438bbbca2be4181a058f76611e5d50 Mon Sep 17 00:00:00 2001 From: "Sergey A. Osokin" Date: Thu, 1 Apr 2010 06:50:33 +0000 Subject: Update from 1.2.5 to 1.2.6. Redis 1.2.6 fixes two critical replication bugs, and a few improvements. - Fixed Issue 207 (http://code.google.com/p/redis/issues/detail?id=207) (broken replication with binary arguments not in the last position with the MSET command or any other command issued with new multi-bulk protocol). - Fixed Issue 174 (http://code.google.com/p/redis/issues/detail?id=174) (temp names collisions producing broken slave-side .rdb files). - Redis-cli backported from Redis master, with interactive mode, line editing via the linenoise library, auth ability, and much more. - ZRANGEBYSCORE now supports WITHSCORES as well (backported from master). - A simplified version of redis-stat (from redis tools) added. --- databases/redis-devel/Makefile | 2 +- databases/redis-devel/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'databases/redis-devel') diff --git a/databases/redis-devel/Makefile b/databases/redis-devel/Makefile index 2efe84bf44e3..f4c84ea7d8a8 100644 --- a/databases/redis-devel/Makefile +++ b/databases/redis-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= redis -PORTVERSION= 1.2.5 +PORTVERSION= 1.2.6 CATEGORIES= databases MASTER_SITES= GOOGLE_CODE diff --git a/databases/redis-devel/distinfo b/databases/redis-devel/distinfo index 05399070c869..9a3389d30aac 100644 --- a/databases/redis-devel/distinfo +++ b/databases/redis-devel/distinfo @@ -1,3 +1,3 @@ -MD5 (redis-1.2.5.tar.gz) = 4b42ddcaa734ee52c3a0972eaca236ec -SHA256 (redis-1.2.5.tar.gz) = 43bbb937b530cf736c19110dae8cd71d3369b2a6129654396956e62683902025 -SIZE (redis-1.2.5.tar.gz) = 204039 +MD5 (redis-1.2.6.tar.gz) = 0c5355e57606523f9e8ce816db5e542f +SHA256 (redis-1.2.6.tar.gz) = bed0641225f786f225a2c4897ffbec1e6573a3c31e9f899884ee3041eab96873 +SIZE (redis-1.2.6.tar.gz) = 213341 -- cgit v1.2.3