svn commit: r358537 - head/databases/redis-devel
Sergey A. Osokin
osa at FreeBSD.org
Fri Jun 20 09:12:37 UTC 2014
Author: osa
Date: Fri Jun 20 09:12:36 2014
New Revision: 358537
URL: http://svnweb.freebsd.org/changeset/ports/358537
QAT: https://qat.redports.org/buildarchive/r358537/
Log:
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>
Modified:
head/databases/redis-devel/Makefile
head/databases/redis-devel/distinfo
Modified: head/databases/redis-devel/Makefile
==============================================================================
--- head/databases/redis-devel/Makefile Fri Jun 20 09:11:49 2014 (r358536)
+++ head/databases/redis-devel/Makefile Fri Jun 20 09:12:36 2014 (r358537)
@@ -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
Modified: head/databases/redis-devel/distinfo
==============================================================================
--- head/databases/redis-devel/distinfo Fri Jun 20 09:11:49 2014 (r358536)
+++ head/databases/redis-devel/distinfo Fri Jun 20 09:12:36 2014 (r358537)
@@ -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
More information about the svn-ports-head
mailing list