diff options
author | osa <osa@FreeBSD.org> | 2012-01-12 12:29:36 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2012-01-12 12:29:36 +0800 |
commit | 9d01f61ee6ff0c3b223a949745a520a7979a20d9 (patch) | |
tree | a632496846c144b39fc0bcea13be41c90bda89ea /databases | |
parent | d933fbb160f9fa637bd03f45dab073a9adc85e53 (diff) | |
download | freebsd-ports-gnome-9d01f61ee6ff0c3b223a949745a520a7979a20d9.tar.gz freebsd-ports-gnome-9d01f61ee6ff0c3b223a949745a520a7979a20d9.tar.zst freebsd-ports-gnome-9d01f61ee6ff0c3b223a949745a520a7979a20d9.zip |
Update from 2.4.5 to 2.4.6.
<ChangeLog>
* [BUGFIX] Fixed issue #141 part 1: Possible protocol desyncs when clients send
wrong protocol is now fixed. (See issue 141 for more details)
* [BUGFIX] Fixed issue #141 part 2: Connection of multiple slaves used to result
from time to time into corrupted protocol send to slaves connected
after the first one. (See issue 141 for more details)
* [BUGFIX] Do not propagate DEBUG LOADAOF.
* New INFO contains information such as ip/port/state for every conneced slave.
* Show GCC version in INFO output.
</ChangeLog>
Diffstat (limited to 'databases')
-rw-r--r-- | databases/redis/Makefile | 2 | ||||
-rw-r--r-- | databases/redis/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/databases/redis/Makefile b/databases/redis/Makefile index ff109b704009..78c4e99fecb7 100644 --- a/databases/redis/Makefile +++ b/databases/redis/Makefile @@ -6,7 +6,7 @@ # PORTNAME= redis -PORTVERSION= 2.4.5 +PORTVERSION= 2.4.6 CATEGORIES= databases MASTER_SITES= GOOGLE_CODE diff --git a/databases/redis/distinfo b/databases/redis/distinfo index 86433459491d..14410437ccd6 100644 --- a/databases/redis/distinfo +++ b/databases/redis/distinfo @@ -1,2 +1,2 @@ -SHA256 (redis-2.4.5.tar.gz) = aa92b0370377e7904432b7ff113aca5e15dd6f615488695b16f2bb170c8f1377 -SIZE (redis-2.4.5.tar.gz) = 608509 +SHA256 (redis-2.4.6.tar.gz) = 6b2566d26d672ba74f9435dd8e7687ed95d1cc58541895f1d9006506d0c6fd2b +SIZE (redis-2.4.6.tar.gz) = 610267 |