Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Jun 2013 15:31:31 +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: r321393 - in head/databases: redis redis-devel
Message-ID:  <201306201531.r5KFVVe2070128@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Thu Jun 20 15:31:30 2013
New Revision: 321393
URL: http://svnweb.freebsd.org/changeset/ports/321393

Log:
  Update from 2.6.13 to 2.6.14.
  
  PR:	179745
  
  <ChangeLog>
  
  UPGRADE URGENCY: HIGH because of the following two issues:
      * Lua scripting + Replication + AOF in slaves problem (see Issue #1164).
      * AOF + expires possible race condition (see Issue #1079).
  
  * [FIX] AOF bug: expire could be removed from key on AOF rewrite.
  * [FIX] Allow writes from scripts called by AOF loading in read-only slaves.
  * [FIX] Sentinel: parse new verison of INFO replication output correctly.
  * [NEW] Reset masterauth if an empty string is configured.
  
  </ChangeLog>

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

Modified: head/databases/redis-devel/Makefile
==============================================================================
--- head/databases/redis-devel/Makefile	Thu Jun 20 15:04:12 2013	(r321392)
+++ head/databases/redis-devel/Makefile	Thu Jun 20 15:31:30 2013	(r321393)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	redis
-DISTVERSION=	2.6.13
+DISTVERSION=	2.6.14
 CATEGORIES=	databases
 MASTER_SITES=	GOOGLE_CODE
 PKGNAMESUFFIX=	-devel

Modified: head/databases/redis-devel/distinfo
==============================================================================
--- head/databases/redis-devel/distinfo	Thu Jun 20 15:04:12 2013	(r321392)
+++ head/databases/redis-devel/distinfo	Thu Jun 20 15:31:30 2013	(r321393)
@@ -1,2 +1,2 @@
-SHA256 (redis-2.6.13.tar.gz) = 3b9439636c58ca06bee538a0f7298e02a33fcf98b8fa845c0b0cf8567751e948
-SIZE (redis-2.6.13.tar.gz) = 994331
+SHA256 (redis-2.6.14.tar.gz) = fdf61c693e5c4908b4bb44c428d4a2b7568f05566c144c58fdf19c5cb12a9caf
+SIZE (redis-2.6.14.tar.gz) = 995036

Modified: head/databases/redis/Makefile
==============================================================================
--- head/databases/redis/Makefile	Thu Jun 20 15:04:12 2013	(r321392)
+++ head/databases/redis/Makefile	Thu Jun 20 15:31:30 2013	(r321393)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	redis
-DISTVERSION=	2.6.13
+DISTVERSION=	2.6.14
 CATEGORIES=	databases
 MASTER_SITES=	GOOGLE_CODE
 

Modified: head/databases/redis/distinfo
==============================================================================
--- head/databases/redis/distinfo	Thu Jun 20 15:04:12 2013	(r321392)
+++ head/databases/redis/distinfo	Thu Jun 20 15:31:30 2013	(r321393)
@@ -1,2 +1,2 @@
-SHA256 (redis-2.6.13.tar.gz) = 3b9439636c58ca06bee538a0f7298e02a33fcf98b8fa845c0b0cf8567751e948
-SIZE (redis-2.6.13.tar.gz) = 994331
+SHA256 (redis-2.6.14.tar.gz) = fdf61c693e5c4908b4bb44c428d4a2b7568f05566c144c58fdf19c5cb12a9caf
+SIZE (redis-2.6.14.tar.gz) = 995036



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