diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2013-11-23 11:02:30 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2013-11-23 11:02:30 +0000 |
commit | ccd2577bd98450bf81fcb81457917b6cda471e6d (patch) | |
tree | 6253df622595b0cd23b3c59747ba314999f84303 | |
parent | - Update to version 0.9.5.1 (fixes joystick support when SDL 2.x is used) [1] (diff) |
Upgrade from 2.8.0-rc6 to 2.8.0.
<ChangeLog>
# UPGRADE URGENCY: LOW, unless you want to upgrade to new Sentinel code.
* [FIX] Fixed an error in rdbWriteRaw() that should have no practical impact.
* [NEW] Log the new master when SLAVEOF command is used.
* [NEW] Sentinel code synchronized with the unstable branch, the new Sentinel
is a reimplementation that uses more reliable algorithms.
</ChangeLog>
-rw-r--r-- | databases/redis-devel/Makefile | 2 | ||||
-rw-r--r-- | databases/redis-devel/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/databases/redis-devel/Makefile b/databases/redis-devel/Makefile index 65b2cefcc0d0..ee28d4669021 100644 --- a/databases/redis-devel/Makefile +++ b/databases/redis-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= redis -DISTVERSION= 2.8.0-rc6 +DISTVERSION= 2.8.0 CATEGORIES= databases MASTER_SITES= http://download.redis.io/releases/ PKGNAMESUFFIX= -devel diff --git a/databases/redis-devel/distinfo b/databases/redis-devel/distinfo index a842e9bba19c..4caa0b9f869d 100644 --- a/databases/redis-devel/distinfo +++ b/databases/redis-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (redis-2.8.0-rc6.tar.gz) = e3b1799b956733b5cbf9c52a590fe7148777adb3809ee7a5036b13c2ced30238 -SIZE (redis-2.8.0-rc6.tar.gz) = 1043128 +SHA256 (redis-2.8.0.tar.gz) = 6250071f47ed086f0a39f551923f61f9e9240085e07a61c7f1408372545b59c9 +SIZE (redis-2.8.0.tar.gz) = 1044786 |