aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2018-02-05 00:27:39 +0800
committerosa <osa@FreeBSD.org>2018-02-05 00:27:39 +0800
commit268b9e0c56d197a6897a27a462848a50b625bde0 (patch)
treeb01495998b3d8fda9814b6a029599c06fc20cc4d /databases
parentf9bd17477b11441afe088b730350fdc2a2a2ffcd (diff)
downloadfreebsd-ports-gnome-268b9e0c56d197a6897a27a462848a50b625bde0.tar.gz
freebsd-ports-gnome-268b9e0c56d197a6897a27a462848a50b625bde0.tar.zst
freebsd-ports-gnome-268b9e0c56d197a6897a27a462848a50b625bde0.zip
Upgrade from 4.0.7 to 4.0.8.
<ChangeLog> Upgrade urgency CRITICAL ONLY for Redis Cluster users. Otherwise no reason to upgrade at all. Redis 4.0.8 fixes a single critical bug in the radix tree data structure used for Redis Cluster keys slot tracking. The problem was actually fixed 10 months ago into unstable, but it was fixed in a commit related to Streams so it was never backported (for error) into the 4.0 branch. The problem will crash Redis Cluster instances during deletions, but it is very hard to trigger: only when the node removed is in the edge of a memory mapped area there are the conditions to create an issue, because otherwise the code just accesses an out of range word in read-only way in an allocated structure: this is almost always harmless. </ChangeLog>
Diffstat (limited to 'databases')
-rw-r--r--databases/redis-devel/Makefile2
-rw-r--r--databases/redis-devel/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/redis-devel/Makefile b/databases/redis-devel/Makefile
index 92796001b01c..c83b59249214 100644
--- a/databases/redis-devel/Makefile
+++ b/databases/redis-devel/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= redis
-DISTVERSION= 4.0.7
+DISTVERSION= 4.0.8
CATEGORIES= databases
MASTER_SITES= http://download.redis.io/releases/
PKGNAMESUFFIX= -devel
diff --git a/databases/redis-devel/distinfo b/databases/redis-devel/distinfo
index b486ff87a255..d9461786b2ab 100644
--- a/databases/redis-devel/distinfo
+++ b/databases/redis-devel/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1516903430
-SHA256 (redis-4.0.7.tar.gz) = 1bba546d44fb40e1fd8be1a15e1a9cc6484bceeea0bbd52919eebc656661ecd1
-SIZE (redis-4.0.7.tar.gz) = 1729488
+TIMESTAMP = 1517760259
+SHA256 (redis-4.0.8.tar.gz) = ff0c38b8c156319249fec61e5018cf5b5fe63a65b61690bec798f4c998c232ad
+SIZE (redis-4.0.8.tar.gz) = 1729973