Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 16 May 2020 16:08:09 +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: r535476 - head/databases/redis-devel
Message-ID:  <202005161608.04GG89YC016697@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.
  
  <ChangeLog>
  
  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)
  
  </ChangeLog>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202005161608.04GG89YC016697>