Date: Tue, 14 Feb 2017 02:55:35 +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: r434063 - head/databases/redis Message-ID: <201702140255.v1E2tZI1091491@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: osa Date: Tue Feb 14 02:55:34 2017 New Revision: 434063 URL: https://svnweb.freebsd.org/changeset/ports/434063 Log: 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> Modified: head/databases/redis/Makefile head/databases/redis/distinfo Modified: head/databases/redis/Makefile ============================================================================== --- head/databases/redis/Makefile Tue Feb 14 00:29:03 2017 (r434062) +++ head/databases/redis/Makefile Tue Feb 14 02:55:34 2017 (r434063) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= redis -DISTVERSION= 3.2.7 +DISTVERSION= 3.2.8 CATEGORIES= databases MASTER_SITES= http://download.redis.io/releases/ Modified: head/databases/redis/distinfo ============================================================================== --- head/databases/redis/distinfo Tue Feb 14 00:29:03 2017 (r434062) +++ head/databases/redis/distinfo Tue Feb 14 02:55:34 2017 (r434063) @@ -1,3 +1,3 @@ -TIMESTAMP = 1485988889 -SHA256 (redis-3.2.7.tar.gz) = bf9df3e5374bfe7bfc3386380f9df13d94990011504ef07632b3609bb2836fa9 -SIZE (redis-3.2.7.tar.gz) = 1612032 +TIMESTAMP = 1487040769 +SHA256 (redis-3.2.8.tar.gz) = 61b373c23d18e6cc752a69d5ab7f676c6216dc2853e46750a8c4ed791d68482c +SIZE (redis-3.2.8.tar.gz) = 1547237
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702140255.v1E2tZI1091491>