Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 16 Sep 2014 08:20:52 +0000 (UTC)
From:      "Sergey A. Osokin" <osa@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368298 - head/databases/redis
Message-ID:  <201409160820.s8G8KqlW023235@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Tue Sep 16 08:20:52 2014
New Revision: 368298
URL: http://svnweb.freebsd.org/changeset/ports/368298
QAT: https://qat.redports.org/buildarchive/r368298/

Log:
  Upgrade from 2.8.14 to 2.8.15.
  
  <ChangeLog>
  
  --[ Redis 2.8.15 ] Release date: 12 Sep 2014
  
  # UPGRADE URGENCY: LOW for Redis, HIGH for Sentinel.
  
  * [FIX] Sentinel critical bug fixed: the absolute majority was computed in a
          wrong way because of a programming error. Now the implementation does
          what the specification says and the majority to authorize a failover
          (that should not be confused with the ODOWN quorum) is the majority of
          *all* the Sentinels ever seen for a given master, regardless of their
          current state.
  * [FIX] GETRANGE test no longer fails for 32 bit builds (Matt Stancliff).
  * [FIX] Limit SCAN latency when the hash table is in an odd state (very few
          populted buckets because rehashing is in progress). (Xiaost and
          Salvatore Sanfilippo)
  
  * [NEW] Redis is now able to load truncated AOF files without requiring a
          redis-check-aof utility run. The default now is to load truncated
          (but apparently not corrupted) AOFs, you can change this in redis.conf.
          (Salvatore Sanfilippo).
  * [NEW] Sentinel: ability to announce itself with an arbitrary IP/port to work
          in the context of natted networks. However this is probably still
          not enough since there is no equivalent mechanism for slaves listed
          in the master INFO output. (Dara Kong and Salvatore Sanfilippo)
  
  </ChangeLog>

Modified:
  head/databases/redis/Makefile
  head/databases/redis/distinfo

Modified: head/databases/redis/Makefile
==============================================================================
--- head/databases/redis/Makefile	Tue Sep 16 07:18:31 2014	(r368297)
+++ head/databases/redis/Makefile	Tue Sep 16 08:20:52 2014	(r368298)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	redis
-DISTVERSION=	2.8.14
+DISTVERSION=	2.8.15
 CATEGORIES=	databases
 MASTER_SITES=	http://download.redis.io/releases/
 

Modified: head/databases/redis/distinfo
==============================================================================
--- head/databases/redis/distinfo	Tue Sep 16 07:18:31 2014	(r368297)
+++ head/databases/redis/distinfo	Tue Sep 16 08:20:52 2014	(r368298)
@@ -1,2 +1,2 @@
-SHA256 (redis-2.8.14.tar.gz) = 593e4a882f81913373923389a8d49b39f230d69c9a1be50f883cdbecf7381763
-SIZE (redis-2.8.14.tar.gz) = 1231617
+SHA256 (redis-2.8.15.tar.gz) = 2bc8cacf2b9a22fe7fd0cc8d794db7f6ea6d919083482184df86d40e5e3de38f
+SIZE (redis-2.8.15.tar.gz) = 1233621



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409160820.s8G8KqlW023235>