From owner-svn-ports-all@freebsd.org Thu Jan 25 22:59:20 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 19CBBED36A3; Thu, 25 Jan 2018 22:59:20 +0000 (UTC) (envelope-from osa@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id BDA91765AE; Thu, 25 Jan 2018 22:59:19 +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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 750F413560; Thu, 25 Jan 2018 22:59:19 +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 w0PMxJNa038019; Thu, 25 Jan 2018 22:59:19 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w0PMxJ7K038017; Thu, 25 Jan 2018 22:59:19 GMT (envelope-from osa@FreeBSD.org) Message-Id: <201801252259.w0PMxJ7K038017@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Thu, 25 Jan 2018 22:59:19 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r459967 - head/databases/redis-devel X-SVN-Group: ports-head X-SVN-Commit-Author: osa X-SVN-Commit-Paths: head/databases/redis-devel X-SVN-Commit-Revision: 459967 X-SVN-Commit-Repository: ports 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.25 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: Thu, 25 Jan 2018 22:59:20 -0000 Author: osa Date: Thu Jan 25 22:59:19 2018 New Revision: 459967 URL: https://svnweb.freebsd.org/changeset/ports/459967 Log: Upgrade from 4.0.6 to 4.0.7. * Many 32 bit overflows were addressed in order to allow to use Redis with a very significant amount of data, memory size permitting. (zhaozhao.zz, Oran Agra) * MEMORY USAGE fixed for the list type. (gnuhpc) * Allow read-only scripts in Redis Cluster. (Salvatore Sanfilippo) * Fix AOF pipes setup in edge case. (heqin) * AUTH option for MIGRATE. (AlexStocks, Salvatore Sanfilippo, Fabio Nicotra) * HyperLogLogs are no longer converted from sparse to dense in order to be merged. (Salvatore Sanfilippo) * Fix AOF rewrite dead loop under edge cases. (heqin) * Fix processing of large bulk strings (>= 2GB). (Oran Agra) * Added RM_UnlinkKey in modules API. (Dvir Volk) * Fix Redis Cluster crashes when certain commands with a variable number of arguments are called in an improper way. (Salvatore Sanfilippo) * Fix memory leak in lazyfree engine. (zhaozhao.zz) * Fix many potentially successful partial synchronizations that end doing a full SYNC, because of a bug destroying the replication backlog on the slave. So after a failover the slave was often not able to PSYNC with masters, and a full SYNC was triggered. The bug only happened after 1 hour of uptime so escaped the unit tests. (Oran Agra) * Improve anti-affinity in master/slave allocation for Redis Cluster when the cluster is created. (Salvatore Sanfilippo) * Improve output buffer handling for slaves, by not limiting the amount of writes a slave could receive. (Guy Benoish) Modified: head/databases/redis-devel/Makefile head/databases/redis-devel/distinfo Modified: head/databases/redis-devel/Makefile ============================================================================== --- head/databases/redis-devel/Makefile Thu Jan 25 22:55:02 2018 (r459966) +++ head/databases/redis-devel/Makefile Thu Jan 25 22:59:19 2018 (r459967) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= redis -DISTVERSION= 4.0.6 +DISTVERSION= 4.0.7 CATEGORIES= databases MASTER_SITES= http://download.redis.io/releases/ PKGNAMESUFFIX= -devel Modified: head/databases/redis-devel/distinfo ============================================================================== --- head/databases/redis-devel/distinfo Thu Jan 25 22:55:02 2018 (r459966) +++ head/databases/redis-devel/distinfo Thu Jan 25 22:59:19 2018 (r459967) @@ -1,3 +1,3 @@ -TIMESTAMP = 1512444121 -SHA256 (redis-4.0.6.tar.gz) = 769b5d69ec237c3e0481a262ff5306ce30db9b5c8ceb14d1023491ca7be5f6fa -SIZE (redis-4.0.6.tar.gz) = 1723533 +TIMESTAMP = 1516903430 +SHA256 (redis-4.0.7.tar.gz) = 1bba546d44fb40e1fd8be1a15e1a9cc6484bceeea0bbd52919eebc656661ecd1 +SIZE (redis-4.0.7.tar.gz) = 1729488