Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Nov 2012 18:17:03 +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: r307661 - in head/databases: redis redis-devel
Message-ID:  <201211221817.qAMIH39k038819@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Thu Nov 22 18:17:03 2012
New Revision: 307661
URL: http://svnweb.freebsd.org/changeset/ports/307661

Log:
  Update from 2.6.4 to 2.6.5.
  
  Feature safe:	yes
  
  <ChangeLog>
  
  UPGRADE URGENCY: MODERATE
  
  Warning: this release of Redis introduces a different behavior in MULTI/EXEC
           handling of errors. This was done because the new behavior is safer
           compared to the old one, and should not break any code targeting
           Redis 2.6 in a critical way.
  
           For more information check http://redis.io/topics/transactions
  
  * [IMPROVED] RDB/AOF childern now log amount of additional memory used
               because of copy on write.
  * [BUGFIX]   MIGRATE non critical fixes (see commits for details).
  * [BUGFIX]   MULTI/EXEC: now EXEC aborts on errors before EXEC.
  * [BUGFIX]   Fix integer overflow in zunionInterGenericCommand resulting
               into Z[INTER|UNION][STORE] commands to crash under extremely
               unlikely conditions (almost impossible in real world).
  * [BUGFIX]   EVALSHA is now case insensitive (and will not crash).
  
  </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 Nov 22 18:16:22 2012	(r307660)
+++ head/databases/redis-devel/Makefile	Thu Nov 22 18:17:03 2012	(r307661)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	redis
-DISTVERSION=	2.6.4
+DISTVERSION=	2.6.5
 CATEGORIES=	databases
 MASTER_SITES=	GOOGLE_CODE
 PKGNAMESUFFIX=	-devel

Modified: head/databases/redis-devel/distinfo
==============================================================================
--- head/databases/redis-devel/distinfo	Thu Nov 22 18:16:22 2012	(r307660)
+++ head/databases/redis-devel/distinfo	Thu Nov 22 18:17:03 2012	(r307661)
@@ -1,2 +1,2 @@
-SHA256 (redis-2.6.4.tar.gz) = d67d8cc06e05cf4c6f5a10ff588941a10fcb8fb8d81f62524b9b1918d0530b85
-SIZE (redis-2.6.4.tar.gz) = 978759
+SHA256 (redis-2.6.5.tar.gz) = 5420b7773d46a5c8e3b7e15ef50e8da62f3a89f9a55a50914e5da879ca8c714b
+SIZE (redis-2.6.5.tar.gz) = 979986

Modified: head/databases/redis/Makefile
==============================================================================
--- head/databases/redis/Makefile	Thu Nov 22 18:16:22 2012	(r307660)
+++ head/databases/redis/Makefile	Thu Nov 22 18:17:03 2012	(r307661)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	redis
-DISTVERSION=	2.6.4
+DISTVERSION=	2.6.5
 CATEGORIES=	databases
 MASTER_SITES=	GOOGLE_CODE
 

Modified: head/databases/redis/distinfo
==============================================================================
--- head/databases/redis/distinfo	Thu Nov 22 18:16:22 2012	(r307660)
+++ head/databases/redis/distinfo	Thu Nov 22 18:17:03 2012	(r307661)
@@ -1,2 +1,2 @@
-SHA256 (redis-2.6.4.tar.gz) = d67d8cc06e05cf4c6f5a10ff588941a10fcb8fb8d81f62524b9b1918d0530b85
-SIZE (redis-2.6.4.tar.gz) = 978759
+SHA256 (redis-2.6.5.tar.gz) = 5420b7773d46a5c8e3b7e15ef50e8da62f3a89f9a55a50914e5da879ca8c714b
+SIZE (redis-2.6.5.tar.gz) = 979986



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