diff options
author | osa <osa@FreeBSD.org> | 2010-04-01 14:50:33 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2010-04-01 14:50:33 +0800 |
commit | 6225ffd57ccf26e20b01fc7f11d3a4653e5b3c55 (patch) | |
tree | 08b8420b3c0b3d0174dac2591fe01b8d4fe7f28e /databases/redis | |
parent | f1301cab976688df6899a2f3230492156a2832fd (diff) | |
download | freebsd-ports-gnome-6225ffd57ccf26e20b01fc7f11d3a4653e5b3c55.tar.gz freebsd-ports-gnome-6225ffd57ccf26e20b01fc7f11d3a4653e5b3c55.tar.zst freebsd-ports-gnome-6225ffd57ccf26e20b01fc7f11d3a4653e5b3c55.zip |
Update from 1.2.5 to 1.2.6.
<ChangeLog>
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.
</ChangeLog>
Diffstat (limited to 'databases/redis')
-rw-r--r-- | databases/redis/Makefile | 2 | ||||
-rw-r--r-- | databases/redis/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/redis/Makefile b/databases/redis/Makefile index 2efe84bf44e3..f4c84ea7d8a8 100644 --- a/databases/redis/Makefile +++ b/databases/redis/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/distinfo b/databases/redis/distinfo index 05399070c869..9a3389d30aac 100644 --- a/databases/redis/distinfo +++ b/databases/redis/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 |