aboutsummaryrefslogtreecommitdiff
path: root/databases/redis/Makefile
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2017-02-14 02:55:34 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2017-02-14 02:55:34 +0000
commitc1c895e61179b7a03f384e498ccaaf6cccd2484d (patch)
treed3da884afcadc5a814c0ecdd9f15b57f6ae78f54 /databases/redis/Makefile
parente576b453bb4b94da6c202a5f21bd8c64f4136201 (diff)
downloadports-c1c895e61179b7a03f384e498ccaaf6cccd2484d.tar.gz
ports-c1c895e61179b7a03f384e498ccaaf6cccd2484d.zip
Upgrade from 3.2.7 to 3.2.8.
<ChangeLog> Upgrade urgency CRITICAL: This release reverts back the Jemalloc upgrade that is believed to potentially cause a server deadlock. A MIGRATE crash is also fixed. Two important bug fixes, the first of one is critical: 1. Apparently Jemalloc 4.4.0 may contain a deadlock under particular conditions. See https://github.com/antirez/redis/issues/3799. We reverted back to the previously used Jemalloc versions and plan to upgrade Jemalloc again after having more info about the cause of the bug. 2. MIGRATE could crash the server after a socket error. See for reference: https://github.com/antirez/redis/issues/3796. </ChangeLog>
Notes
Notes: svn path=/head/; revision=434063
Diffstat (limited to 'databases/redis/Makefile')
-rw-r--r--databases/redis/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/redis/Makefile b/databases/redis/Makefile
index 4b049465a3c9..043c71745e5d 100644
--- a/databases/redis/Makefile
+++ b/databases/redis/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= redis
-DISTVERSION= 3.2.7
+DISTVERSION= 3.2.8
CATEGORIES= databases
MASTER_SITES= http://download.redis.io/releases/