diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2012-02-24 13:04:14 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2012-02-24 13:04:14 +0000 |
commit | fd5f4b82242d2ef5246d4258e54de660e086320f (patch) | |
tree | d7e855f9bd6c05aaa491038b55b34a0b22cd3b43 /databases/redis/files/patch-deps:hiredis:hiredis.c | |
parent | - Change boost-libs from BUILD_DEPENDS to LIB_DEPENDS. This fixes installing ... (diff) |
Update from 2.4.7 to 2.4.8.
<ChangeLog>
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).
</ChangeLog>
Notes
Notes:
svn path=/head/; revision=292174
Diffstat (limited to 'databases/redis/files/patch-deps:hiredis:hiredis.c')
-rw-r--r-- | databases/redis/files/patch-deps:hiredis:hiredis.c | 11 |
1 files changed, 0 insertions, 11 deletions
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; |