From owner-svn-ports-head@freebsd.org Tue Feb 14 02:55:36 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 65AD8CDE804; Tue, 14 Feb 2017 02:55:36 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1590E148D; Tue, 14 Feb 2017 02:55:36 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v1E2tZgF091493; Tue, 14 Feb 2017 02:55:35 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v1E2tZI1091491; Tue, 14 Feb 2017 02:55:35 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201702140255.v1E2tZI1091491@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Tue, 14 Feb 2017 02:55:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434063 - head/databases/redis X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Feb 2017 02:55:36 -0000 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. 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. 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