From owner-svn-ports-all@freebsd.org Mon Jun 5 00:07:13 2017 Return-Path: Delivered-To: svn-ports-all@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 ADB11BF2F27; Mon, 5 Jun 2017 00:07:13 +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 7E593660A9; Mon, 5 Jun 2017 00:07:13 +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 v5507CZL088355; Mon, 5 Jun 2017 00:07:12 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5507CkS088353; Mon, 5 Jun 2017 00:07:12 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201706050007.v5507CkS088353@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Mon, 5 Jun 2017 00:07:12 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442598 - 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-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jun 2017 00:07:13 -0000 Author: osa Date: Mon Jun 5 00:07:12 2017 New Revision: 442598 URL: https://svnweb.freebsd.org/changeset/ports/442598 Log: Upgrade from 3.2.8 to 3.2.9. Upgrade urgency LOW: A few rarely harmful bugs were fixed. This release just fixes bugs that are unlikely to cause serious problems so there is no need to update ASAP. Please, see the list of commits for the details on the bugs fixed and credits: o) redis-cli --bigkeys: show error when TYPE fails o) Fix preprocessor if/else chain broken in order to fix #3927 o) Fix zmalloc_get_memory_size() ifdefs to actually use the else branch o) Set lua-time-limit default value at safe place o) Fix #3848 by closing the descriptor on error o) Update block->free after some diff data are written to the child process o) Test: fix, hopefully, false PSYNC failure like in issue #2715 o) Fix #2883, #2857 pipe fds leak when fork() failed on bg aof rw o) Don't leak file descriptor on syncWithMaster() M Makefile M distinfo Modified: head/databases/redis/Makefile head/databases/redis/distinfo Modified: head/databases/redis/Makefile ============================================================================== --- head/databases/redis/Makefile Sun Jun 4 22:37:12 2017 (r442597) +++ head/databases/redis/Makefile Mon Jun 5 00:07:12 2017 (r442598) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= redis -DISTVERSION= 3.2.8 +DISTVERSION= 3.2.9 CATEGORIES= databases MASTER_SITES= http://download.redis.io/releases/ Modified: head/databases/redis/distinfo ============================================================================== --- head/databases/redis/distinfo Sun Jun 4 22:37:12 2017 (r442597) +++ head/databases/redis/distinfo Mon Jun 5 00:07:12 2017 (r442598) @@ -1,3 +1,3 @@ -TIMESTAMP = 1487040769 -SHA256 (redis-3.2.8.tar.gz) = 61b373c23d18e6cc752a69d5ab7f676c6216dc2853e46750a8c4ed791d68482c -SIZE (redis-3.2.8.tar.gz) = 1547237 +TIMESTAMP = 1496620704 +SHA256 (redis-3.2.9.tar.gz) = 6eaacfa983b287e440d0839ead20c2231749d5d6b78bbe0e0ffa3a890c59ff26 +SIZE (redis-3.2.9.tar.gz) = 1547695