summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2012-11-22 18:17:03 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2012-11-22 18:17:03 +0000
commitd6bddf679eb663fffcebf9f66d20b65dc8b040a6 (patch)
tree29a36742bdedbd65c05b6efd723402f3e57d8fec
parents|Created:|Created by:| (diff)
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>
Notes
Notes: svn path=/head/; revision=307661
-rw-r--r--databases/redis-devel/Makefile2
-rw-r--r--databases/redis-devel/distinfo4
-rw-r--r--databases/redis/Makefile2
-rw-r--r--databases/redis/distinfo4
4 files changed, 6 insertions, 6 deletions
diff --git a/databases/redis-devel/Makefile b/databases/redis-devel/Makefile
index 72f142e25118..5989a23f4dc1 100644
--- a/databases/redis-devel/Makefile
+++ b/databases/redis-devel/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= redis
-DISTVERSION= 2.6.4
+DISTVERSION= 2.6.5
CATEGORIES= databases
MASTER_SITES= GOOGLE_CODE
PKGNAMESUFFIX= -devel
diff --git a/databases/redis-devel/distinfo b/databases/redis-devel/distinfo
index 24a583f51d9e..2b26b495cd3e 100644
--- a/databases/redis-devel/distinfo
+++ b/databases/redis-devel/distinfo
@@ -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
diff --git a/databases/redis/Makefile b/databases/redis/Makefile
index 471a8d690ead..833e2bcff5d2 100644
--- a/databases/redis/Makefile
+++ b/databases/redis/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= redis
-DISTVERSION= 2.6.4
+DISTVERSION= 2.6.5
CATEGORIES= databases
MASTER_SITES= GOOGLE_CODE
diff --git a/databases/redis/distinfo b/databases/redis/distinfo
index 24a583f51d9e..2b26b495cd3e 100644
--- a/databases/redis/distinfo
+++ b/databases/redis/distinfo
@@ -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