From owner-svn-ports-all@freebsd.org Sat May 16 16:08:09 2020 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 993A82F60EC; Sat, 16 May 2020 16:08:09 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49PVYj3Ygyz4gFZ; Sat, 16 May 2020 16:08:09 +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 5B5D018789; Sat, 16 May 2020 16:08:09 +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 04GG89gp016699; Sat, 16 May 2020 16:08:09 GMT (envelope-from osa@FreeBSD.org) Received: (from osa@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 04GG89YC016697; Sat, 16 May 2020 16:08:09 GMT (envelope-from osa@FreeBSD.org) Message-Id: <202005161608.04GG89YC016697@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: osa set sender to osa@FreeBSD.org using -f From: "Sergey A. Osokin" Date: Sat, 16 May 2020 16:08:09 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r535476 - 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: 535476 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.33 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: Sat, 16 May 2020 16:08:09 -0000 Author: osa Date: Sat May 16 16:08:08 2020 New Revision: 535476 URL: https://svnweb.freebsd.org/changeset/ports/535476 Log: Update from 6.0.1 to 6.0.2. Upgrade urgency MODERATE: many not critical bugfixes in different areas. Critical fix to client side caching when keys are evicted from the tracking table but no notifications are sent. The following are the most serious fix: * XPENDING should not update consumer's seen-time * optimize memory usage of deferred replies - fixed * Fix CRC64 initialization outside the Redis server itself. * stringmatchlen() should not expect null terminated strings. * Cluster nodes availability checks improved when there is high Pub/Sub load on the cluster bus. * Redis Benchmark: Fix coredump because of double free * Tracking: send eviction messages when evicting entries. * rax.c updated from upstream antirez/rax. * fix redis 6.0 not freeing closed connections during loading. New features: * Support setcpuaffinity on linux/bsd * Client Side Caching: Add Tracking Prefix Number Stats in Server Info * Add --user argument to redis-benchmark.c (ACL) Modified: head/databases/redis-devel/Makefile head/databases/redis-devel/distinfo Modified: head/databases/redis-devel/Makefile ============================================================================== --- head/databases/redis-devel/Makefile Sat May 16 15:57:51 2020 (r535475) +++ head/databases/redis-devel/Makefile Sat May 16 16:08:08 2020 (r535476) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= redis -PORTVERSION= 6.0.1.20200501 +PORTVERSION= 6.0.2.20200516 CATEGORIES= databases PKGNAMESUFFIX= -devel @@ -13,7 +13,7 @@ LICENSE= BSD3CLAUSE USES+= compiler:c11 gmake USE_GITHUB= yes -GH_TUPLE= antirez:${PORTNAME}:47ff136 +GH_TUPLE= antirez:${PORTNAME}:ae306a3 OPTIONS_DEFINE= JEMALLOC TESTS TLS TRIB OPTIONS_RADIO= EXTLUA Modified: head/databases/redis-devel/distinfo ============================================================================== --- head/databases/redis-devel/distinfo Sat May 16 15:57:51 2020 (r535475) +++ head/databases/redis-devel/distinfo Sat May 16 16:08:08 2020 (r535476) @@ -1,3 +1,3 @@ -TIMESTAMP = 1588462123 -SHA256 (antirez-redis-6.0.1.20200501-47ff136_GH0.tar.gz) = 3ab06845d6713d035b7bdc6ee52f9d0e1f1b3e751ebaa7c15303bac81b7988c7 -SIZE (antirez-redis-6.0.1.20200501-47ff136_GH0.tar.gz) = 2224264 +TIMESTAMP = 1589644766 +SHA256 (antirez-redis-6.0.2.20200516-ae306a3_GH0.tar.gz) = e3aa36a3a01ab32b00adc15be35e1f17e12c1413cf33afaf96cb54e72cd6abe9 +SIZE (antirez-redis-6.0.2.20200516-ae306a3_GH0.tar.gz) = 2231438