diff options
author | osa <osa@FreeBSD.org> | 2012-09-02 03:01:43 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2012-09-02 03:01:43 +0800 |
commit | 21ca8a0f76759a9b646154dfda771b72daec13ea (patch) | |
tree | 0110cb4d3159c299d9fe0f94497790b0a9b58165 /databases | |
parent | 82dc8a1b42d612b376b6375bb5a0364e5be611ca (diff) | |
download | freebsd-ports-gnome-21ca8a0f76759a9b646154dfda771b72daec13ea.tar.gz freebsd-ports-gnome-21ca8a0f76759a9b646154dfda771b72daec13ea.tar.zst freebsd-ports-gnome-21ca8a0f76759a9b646154dfda771b72daec13ea.zip |
Update from 2.4.16 to 2.4.17.
<ChangeLog>
* INFO command now contains the run_id field for Redis Sentinel compatibility.
* Support for the "slave priority" parameter published via INFO and used by
Redis Sentinel.
* [BUGFIX] An optimization to convert double values into strings was not used
because of an error in a preprocessor directive. Now it's fixed. Saving
datasets with many sorted sets should be faster.
* [BUGFIX] Fixed a theoretic bug in the ziplist implementation.
</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 986622ea1a58..1c21945d58d8 100644 --- a/databases/redis/Makefile +++ b/databases/redis/Makefile @@ -6,7 +6,7 @@ # PORTNAME= redis -PORTVERSION= 2.4.16 +PORTVERSION= 2.4.17 CATEGORIES= databases MASTER_SITES= GOOGLE_CODE diff --git a/databases/redis/distinfo b/databases/redis/distinfo index 1f4475120bde..2c26ad204bd1 100644 --- a/databases/redis/distinfo +++ b/databases/redis/distinfo @@ -1,2 +1,2 @@ -SHA256 (redis-2.4.16.tar.gz) = d35cc89d73aa1ff05af5f1380a4411c828979b3b446f5caf8b5720225b38e15b -SIZE (redis-2.4.16.tar.gz) = 649908 +SHA256 (redis-2.4.17.tar.gz) = 3fae7c47ef84886ff65073593c91586bb675babaf702eb6f3b37855ab3066ebd +SIZE (redis-2.4.17.tar.gz) = 656155 |