From fd5f4b82242d2ef5246d4258e54de660e086320f Mon Sep 17 00:00:00 2001 From: "Sergey A. Osokin" Date: Fri, 24 Feb 2012 13:04:14 +0000 Subject: Update from 2.4.7 to 2.4.8. UPGRADE URGENCY: moderate if you don't experience any of the fixed problems. * [BUGFIX] Make install now uses cp -f to avoid 'text file busy' errors. * [BUGFIX] redis-check-aof is now large files safe also on 32 bit systems. * [BUGFIX] Issue #327 fixed: maxmemory and replication now work much better. * [BUGFIX] Now HINCRBY can detect overflows too. Fix for issue #330. * [BUGFIX] Fixed compilation with latest clang. * [BUGFIX] Fixed handling of empty sorted sets produced in RDB by very old Redis versions (1.2.x). --- databases/redis/files/patch-deps:hiredis:hiredis.c | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 databases/redis/files/patch-deps:hiredis:hiredis.c (limited to 'databases/redis/files/patch-deps:hiredis:hiredis.c') diff --git a/databases/redis/files/patch-deps:hiredis:hiredis.c b/databases/redis/files/patch-deps:hiredis:hiredis.c deleted file mode 100644 index db4496d75c13..000000000000 --- a/databases/redis/files/patch-deps:hiredis:hiredis.c +++ /dev/null @@ -1,11 +0,0 @@ ---- deps/hiredis/hiredis.c.orig 2011-11-23 15:42:15.000000000 +0400 -+++ deps/hiredis/hiredis.c 2011-11-23 15:42:45.000000000 +0400 -@@ -697,7 +697,7 @@ - } - - /* Consume and discard vararg */ -- va_arg(ap,void); -+ va_arg(ap,void*); - } - } - touched = 1; -- cgit v1.2.3