From owner-svn-ports-head@FreeBSD.ORG Sat Feb 21 02:47:45 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9526DACE; Sat, 21 Feb 2015 02:47:45 +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 752D2F1; Sat, 21 Feb 2015 02:47:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t1L2liXX049288; Sat, 21 Feb 2015 02:47:44 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t1L2liqk049285; Sat, 21 Feb 2015 02:47:44 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201502210247.t1L2liqk049285@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Sat, 21 Feb 2015 02:47:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r379477 - 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-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Feb 2015 02:47:45 -0000 Author: osa Date: Sat Feb 21 02:47:43 2015 New Revision: 379477 URL: https://svnweb.freebsd.org/changeset/ports/379477 QAT: https://qat.redports.org/buildarchive/r379477/ Log: Upgrade from 3.0.0-rc3 to 3.0.0-rc4. --[ Redis 3.0.0 RC4 (version 2.9.104) ] Release date: 13 feb 2015 Upgrade urgency: High for Redis if you use LRU eviction, low otherwise. This is the 4th release candidate of Redis 3.0.0, it fixes problems with LRU eviction that are not present in older release (2.8.x is not affected) and adds new tools to inspect latency and load-test LRU. >> General changes * [FIX] redis-cli CSV output NIL spurious newline removed. (Matt Collier) * [FIX] Memory efficiency test in unit test is now much faster: it affacted the total "make test" execution time in a bad way. (Salvatore Sanfilippo) * [FIX] Fixes and improvements to dict.c and LRU eviction. Redis 3.0.0 new LRU eviction had bugs creating high latency spikes when LRU was happening during the keys dictionary rehashing. This bug is not present into 2.8, was 3.0 specific. As a side effect of this issue dict.c is now improved, and LRU algorithm is more precise (better approximates true LRU). This was a joint effort, see issue #2306 for details. (Oran Agra, Sun He, Salvatore Sanfilippo). Thanks to Charsyam for spotting an integer overflow. * [NEW] New latency tool: redis-cli --latency-dist is able to show an xterm-256 based spectrum of latencies over time. (Salvatore Sanfilippo) * [NEW] redis-cli --lru-test implemented (cache workload simulator). (Salvatore Sanfilippo) * [NEW] redis-cli --stat now shows LOAD when Redis is loading data. * [NEW] Support "1G" etc. units in CONFIG SET. (Chris Lamb, Salvatore Sanfilippo) >> Cluster changes * None. >> Sentinel changes * None. Modified: head/databases/redis-devel/Makefile head/databases/redis-devel/distinfo Modified: head/databases/redis-devel/Makefile ============================================================================== --- head/databases/redis-devel/Makefile Sat Feb 21 01:33:00 2015 (r379476) +++ head/databases/redis-devel/Makefile Sat Feb 21 02:47:43 2015 (r379477) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= redis -DISTVERSION= 3.0.0-rc3 +DISTVERSION= 3.0.0-rc4 CATEGORIES= databases MASTER_SITES= https://github.com/antirez/redis/archive/ PKGNAMESUFFIX= -devel Modified: head/databases/redis-devel/distinfo ============================================================================== --- head/databases/redis-devel/distinfo Sat Feb 21 01:33:00 2015 (r379476) +++ head/databases/redis-devel/distinfo Sat Feb 21 02:47:43 2015 (r379477) @@ -1,2 +1,2 @@ -SHA256 (redis/3.0.0-rc3.tar.gz) = 1695fa532eafc14c95f45add5d8a71d07e0e87b5c8f06c29dfa06313322d27b7 -SIZE (redis/3.0.0-rc3.tar.gz) = 1360865 +SHA256 (redis/3.0.0-rc4.tar.gz) = 1787b7fd57ec019e84691e881e81a8d8b67cf0d2457bd484d4da8c6eaca4a731 +SIZE (redis/3.0.0-rc4.tar.gz) = 1365919