diff options
author | osa <osa@FreeBSD.org> | 2012-03-31 22:01:30 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2012-03-31 22:01:30 +0800 |
commit | 0d3899642e64874b6148765c5191bdefd8991144 (patch) | |
tree | 06f6cfa63cb752362f4068657a83212ca0733fcb /databases | |
parent | 96c1ec4f6b242b56abced35ff06ed0a0f0809dcd (diff) | |
download | freebsd-ports-graphics-0d3899642e64874b6148765c5191bdefd8991144.tar.gz freebsd-ports-graphics-0d3899642e64874b6148765c5191bdefd8991144.tar.zst freebsd-ports-graphics-0d3899642e64874b6148765c5191bdefd8991144.zip |
Update from 2.4.9 to 2.4.10.
Feature safe: yes
<ChangeLog>
UPGRADE URGENCY: High for users using replication with a DB identifier
higher than 9, or chaining replication so that slaves are attached to
other slaves. Low for all the other users.
* [FEATURE] Redis --test-meory improved with new test testing addressing.
* [BUGFIX] Fixed a memory leak: happens when replication is used with
DB > 9.
* [BUGFIX] Fixed a replication bug that happens in chained replicaiton
when a slave is attached to a master that is later turned into a slave.
Now the chained slave reconnection is properly forced.
</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 6b648cbb665..dbddc467f5a 100644 --- a/databases/redis/Makefile +++ b/databases/redis/Makefile @@ -6,7 +6,7 @@ # PORTNAME= redis -PORTVERSION= 2.4.9 +PORTVERSION= 2.4.10 CATEGORIES= databases MASTER_SITES= GOOGLE_CODE diff --git a/databases/redis/distinfo b/databases/redis/distinfo index 471c7bfd238..35385ca0620 100644 --- a/databases/redis/distinfo +++ b/databases/redis/distinfo @@ -1,2 +1,2 @@ -SHA256 (redis-2.4.9.tar.gz) = ac420c9f01f5e1d4e977401936f8da81d2401e65c03de2e0ca11eba1cc71c874 -SIZE (redis-2.4.9.tar.gz) = 621457 +SHA256 (redis-2.4.10.tar.gz) = 4d34482198cec272afd45d0390d4e1f32ee847094834133613a925012810ed21 +SIZE (redis-2.4.10.tar.gz) = 621824 |