aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2014-06-20 17:12:36 +0800
committerosa <osa@FreeBSD.org>2014-06-20 17:12:36 +0800
commit1afa5ada3fa07b3b53561516ed8925c8f58706fa (patch)
tree333f2f5c99e980eea7d67d24d8416ea8dd5009a9 /databases
parent3296e412e966ca945c7a5605de90e9008c816253 (diff)
downloadfreebsd-ports-gnome-1afa5ada3fa07b3b53561516ed8925c8f58706fa.tar.gz
freebsd-ports-gnome-1afa5ada3fa07b3b53561516ed8925c8f58706fa.tar.zst
freebsd-ports-gnome-1afa5ada3fa07b3b53561516ed8925c8f58706fa.zip
Upgrade from 3.0.0-beta5 to 3.0.0-beta6.
<ChangeLog> * [FIX] Fix software watchdog signal handler crash due to re-entering. * [FIX] Better Lua number -> string conversion for Lua scripts. * [FIX] Serious replication bug when min-slaves-* feature is used in slaves configuration fixed. * [FIX] Blocking pop on lists now works when the list is created by commands other than *PUSH* (for example SORT STORE). >> Cluster changes * [FIX] CRITICAL: For a bug in the implementation of CLUSTER SET-CONFIG-EPOCH introduced with beta-3 (especially beta-4 where the command is actually used by redis-trib), a configEpoch for a node could jump backward, breaking the eventual consistency property of the slots -> nodes mapping in the cluster. </ChangeLog>
Diffstat (limited to 'databases')
-rw-r--r--databases/redis-devel/Makefile2
-rw-r--r--databases/redis-devel/distinfo4
2 files changed, 3 insertions, 3 deletions
diff --git a/databases/redis-devel/Makefile b/databases/redis-devel/Makefile
index ee246cbe035f..5441cf730716 100644
--- a/databases/redis-devel/Makefile
+++ b/databases/redis-devel/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= redis
-DISTVERSION= 3.0.0-beta5
+DISTVERSION= 3.0.0-beta6
CATEGORIES= databases
MASTER_SITES= https://github.com/antirez/redis/archive/
PKGNAMESUFFIX= -devel
diff --git a/databases/redis-devel/distinfo b/databases/redis-devel/distinfo
index 3fedf4660d51..65096ebdfd8b 100644
--- a/databases/redis-devel/distinfo
+++ b/databases/redis-devel/distinfo
@@ -1,2 +1,2 @@
-SHA256 (redis/3.0.0-beta5.tar.gz) = a4819d1fa49c5b8079839e171332765184ed81f9e35d7af5e3137c2250a9d1ac
-SIZE (redis/3.0.0-beta5.tar.gz) = 1191542
+SHA256 (redis/3.0.0-beta6.tar.gz) = c516f52d80ffb1a3fb4b3553568bfc9344bc1f8b888252ed798c89efba15b1fd
+SIZE (redis/3.0.0-beta6.tar.gz) = 1192581