From owner-svn-ports-all@FreeBSD.ORG Fri Jun 20 09:12:36 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EA85D929; Fri, 20 Jun 2014 09:12:36 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id BCBE827B4; Fri, 20 Jun 2014 09:12:36 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5K9Canb093345; Fri, 20 Jun 2014 09:12:36 GMT (envelope-from osa@svn.freebsd.org) Received: (from osa@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5K9Cal8093342; Fri, 20 Jun 2014 09:12:36 GMT (envelope-from osa@svn.freebsd.org) Message-Id: <201406200912.s5K9Cal8093342@svn.freebsd.org> From: "Sergey A. Osokin" Date: Fri, 20 Jun 2014 09:12:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358537 - head/databases/redis-devel X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Jun 2014 09:12:37 -0000 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. * [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. 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