Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Sep 2020 06:06:01 +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: r548702 - head/databases/redis-devel
Message-ID:  <202009150606.08F661Fk067036@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: osa
Date: Tue Sep 15 06:06:01 2020
New Revision: 548702
URL: https://svnweb.freebsd.org/changeset/ports/548702

Log:
  Update from 6.0.6 to 6.0.8.
  The distribution point has changed on GH from antirez to redis.
  
  <ChangeLog>
  
  ================================================================================
  Redis 6.0.8     Released Wed Sep 09 23:34:17 IDT 2020
  ================================================================================
  
  Upgrade urgency HIGH: Anyone who's using Redis 6.0.7 with Sentinel or
  CONFIG REWRITE command is affected and should upgrade ASAP, see #7760.
  
  Bug fixes:
  
  * CONFIG REWRITE after setting oom-score-adj-values either via CONFIG SET or
    loading it from a config file, will generate a corrupt config file that will
    cause Redis to fail to start
  * Fix issue with redis-cli --pipe on MacOS
  * Fix RESP3 response for HKEYS/HVALS on non-existing key
  * Various small bug fixes
  
  New features / Changes:
  
  * Remove THP warning when set to madvise
  * Allow EXEC with read commands on readonly replica in cluster
  * Add masters/replicas options to redis-cli --cluster call command
  
  Module API:
  
  * Add RedisModule_ThreadSafeContextTryLock
  
  ================================================================================
  Redis 6.0.7     Released Fri Aug 28 11:05:09 IDT 2020
  ================================================================================
  
  Upgrade urgency MODERATE: several bugs with moderate impact are fixed,
  Specifically the first two listed below which cause protocol errors for clients.
  
  Bug fixes:
  
  * CONFIG SET could hung the client when arrives during RDB/ROF loading (When
    processed after another command that was also rejected with -LOADING error)
  * LPOS command when RANK is greater than matches responded wiht broken protocol
    (negative multi-bulk count)
  * UNLINK / Lazyfree for stream type key would have never do async freeing
  * PERSIST should invalidate WATCH (Like EXPIRE does)
  * EXEC with only read commands could have be rejected when OOM
  * TLS: relax verification on CONFIG SET (Don't error if some configs are set
    and tls isn't enabled)
  * TLS: support cluster/replication without tls-port
  * Systemd startup after network is online
  * Redis-benchmark improvements
  * Various small bug fixes
  
  New features:
  
  * Add oom-score-adj configuration option to control Linux OOM killer
  * Show IO threads statistics and status in INFO output
  * Add optional tls verification mode (see tls-auth-clients)
  
  Module API:
  
  * Add RedisModule_HoldString
  * Add loaded keyspace event
  * Fix RedisModuleEvent_LoadingProgress
  * Fix RedisModuleEvent_MasterLinkChange hook missing on successful psync
  * Fix missing RM_CLIENTINFO_FLAG_SSL
  * Refactor redismodule.h for use with -fno-common / extern
  
  </ChangeLog>

Modified:
  head/databases/redis-devel/Makefile
  head/databases/redis-devel/distinfo

Modified: head/databases/redis-devel/Makefile
==============================================================================
--- head/databases/redis-devel/Makefile	Tue Sep 15 06:05:46 2020	(r548701)
+++ head/databases/redis-devel/Makefile	Tue Sep 15 06:06:01 2020	(r548702)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	redis
-PORTVERSION=	6.0.6.20200720
+PORTVERSION=	6.0.8.20200910
 CATEGORIES=	databases
 PKGNAMESUFFIX=	-devel
 
@@ -14,7 +14,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES+=		compiler:c11 gmake
 USE_GITHUB=	yes
-GH_TUPLE= 	antirez:${PORTNAME}:7bf665f
+GH_TUPLE= 	redis:${PORTNAME}:03b59cd
 
 OPTIONS_DEFINE=	JEMALLOC TESTS TLS TRIB
 OPTIONS_RADIO=	EXTLUA

Modified: head/databases/redis-devel/distinfo
==============================================================================
--- head/databases/redis-devel/distinfo	Tue Sep 15 06:05:46 2020	(r548701)
+++ head/databases/redis-devel/distinfo	Tue Sep 15 06:06:01 2020	(r548702)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1595422229
-SHA256 (antirez-redis-6.0.6.20200720-7bf665f_GH0.tar.gz) = 593f674c33c503b73df37a7f855e9efb86dbd6994aa196ae5d661ed56ce4ff24
-SIZE (antirez-redis-6.0.6.20200720-7bf665f_GH0.tar.gz) = 2247974
+TIMESTAMP = 1599714558
+SHA256 (redis-redis-6.0.8.20200910-03b59cd_GH0.tar.gz) = 61f8d085c8c75d712d4a171f2e79795f478270ba1f34a95f740e57a0230ba7ad
+SIZE (redis-redis-6.0.8.20200910-03b59cd_GH0.tar.gz) = 2266772



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