From 675a768c7827750e7f84ad859c981f781f85b2af Mon Sep 17 00:00:00 2001 From: "Sergey A. Osokin" Date: Wed, 11 Dec 2013 16:55:27 +0000 Subject: Upgrade from 2.8.2 to 2.8.3. Use modern name for dependent libraries. # UPGRADE URGENCY: MODERATE for Redis, HIGH for Sentinel. * [FIX] Sentinel instance role sampling fixed, the system is now more reliable during failover and when reconfiguring instances with non matching configuration. * [FIX] Inline requests are now handled even when terminated with just LF. * [FIX] Replication timeout handling greatly improved, now the slave is able to ping the master while removing the old data from memory, and while loading the new RDB file. This avoid false timeouts sensed by masters. * [FIX] Fixed a replication bug involving 32 bit instances and big datasets hard to compress that resulted into more than 2GB of RDB file sent. * [FIX] Return error for inline requests with unbalanced quotes. * [FIX] Publish the slave replication offset even when disconnected from the master if there is still a cached master instance. --- databases/redis-devel/Makefile | 6 +++--- databases/redis-devel/distinfo | 4 ++-- databases/redis/Makefile | 6 +++--- databases/redis/distinfo | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/databases/redis-devel/Makefile b/databases/redis-devel/Makefile index ec056aa733e4..43e59537321a 100644 --- a/databases/redis-devel/Makefile +++ b/databases/redis-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= redis -DISTVERSION= 2.8.2 +DISTVERSION= 2.8.3 CATEGORIES= databases MASTER_SITES= http://download.redis.io/releases/ PKGNAMESUFFIX= -devel @@ -12,7 +12,7 @@ COMMENT= A persistent key-value database with built-in net interface LICENSE= BSD -LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo +LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo OPTIONS_DEFINE= TESTS OPTIONS_RADIO= EXTLUA @@ -32,7 +32,7 @@ LDFLAGS+= -Wl,-E .endif .if ${PORT_OPTIONS:MLUAJIT} -LIB_DEPENDS+= luajit-5.1:${PORTSDIR}/lang/luajit +LIB_DEPENDS+= libluajit-5.1.so:${PORTSDIR}/lang/luajit EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-src-Makefile.luajit CFLAGS+= -fPIC LDFLAGS+= -Wl,-E diff --git a/databases/redis-devel/distinfo b/databases/redis-devel/distinfo index 47f486035154..fc261103c4c4 100644 --- a/databases/redis-devel/distinfo +++ b/databases/redis-devel/distinfo @@ -1,2 +1,2 @@ -SHA256 (redis-2.8.2.tar.gz) = 8e46ab9916e308210255e33465f8021c6ebb1ff3f545cff141e36a9a10edaec7 -SIZE (redis-2.8.2.tar.gz) = 1045137 +SHA256 (redis-2.8.3.tar.gz) = c0aa8065c230f9df1b77d1dd1e8840655e7846e23fe23f8e339d6246aec3e63f +SIZE (redis-2.8.3.tar.gz) = 1046106 diff --git a/databases/redis/Makefile b/databases/redis/Makefile index 4bd12d8d0bcb..e22371bbefb2 100644 --- a/databases/redis/Makefile +++ b/databases/redis/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= redis -DISTVERSION= 2.8.2 +DISTVERSION= 2.8.3 CATEGORIES= databases MASTER_SITES= http://download.redis.io/releases/ @@ -11,7 +11,7 @@ COMMENT= A persistent key-value database with built-in net interface LICENSE= BSD -LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo +LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/devel/libexecinfo OPTIONS_DEFINE= TESTS OPTIONS_RADIO= EXTLUA @@ -32,7 +32,7 @@ LDFLAGS+= -Wl,-E .endif .if ${PORT_OPTIONS:MLUAJIT} -LIB_DEPENDS+= luajit-5.1:${PORTSDIR}/lang/luajit +LIB_DEPENDS+= libluajit-5.1.so:${PORTSDIR}/lang/luajit EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-src-Makefile.luajit CFLAGS+= -fPIC LDFLAGS+= -Wl,-E diff --git a/databases/redis/distinfo b/databases/redis/distinfo index 47f486035154..fc261103c4c4 100644 --- a/databases/redis/distinfo +++ b/databases/redis/distinfo @@ -1,2 +1,2 @@ -SHA256 (redis-2.8.2.tar.gz) = 8e46ab9916e308210255e33465f8021c6ebb1ff3f545cff141e36a9a10edaec7 -SIZE (redis-2.8.2.tar.gz) = 1045137 +SHA256 (redis-2.8.3.tar.gz) = c0aa8065c230f9df1b77d1dd1e8840655e7846e23fe23f8e339d6246aec3e63f +SIZE (redis-2.8.3.tar.gz) = 1046106 -- cgit v1.2.3