From 0dea48df53e79ba49faacc2451e620eaa156a032 Mon Sep 17 00:00:00 2001 From: "Sergey A. Osokin" Date: Wed, 22 Jul 2020 12:56:18 +0000 Subject: Update from 6.0.5 to 6.0.6. Upgrade urgency MODERATE: several bugs with moderate impact are fixed here. The most important issues are listed here: * Fix crash when enabling CLIENT TRACKING with prefix * EXEC always fails with EXECABORT and multi-state is cleared * RESTORE ABSTTL won't store expired keys into the db * redis-cli better handling of non-pritable key names * TLS: Ignore client cert when tls-auth-clients off * Tracking: fix invalidation message on flush * Notify systemd on Sentinel startup * Fix crash on a misuse of STRALGO * Few fixes in module API * Fix a few rare leaks (STRALGO error misuse, Sentinel) * Fix a possible invalid access in defrag of scripts (unlikely to cause real harm) New features: * LPOS command to search in a list * Use user+pass for MIGRATE in redis-cli and redis-benchmark in cluster mode * redis-cli support TLS for --pipe, --rdb and --replica options * TLS: Session caching configuration support --- databases/redis-devel/Makefile | 4 ++-- databases/redis-devel/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'databases/redis-devel') diff --git a/databases/redis-devel/Makefile b/databases/redis-devel/Makefile index d456d5bc7ca7..978e8b436605 100644 --- a/databases/redis-devel/Makefile +++ b/databases/redis-devel/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= redis -PORTVERSION= 6.0.5.20200609 +PORTVERSION= 6.0.6.20200720 CATEGORIES= databases PKGNAMESUFFIX= -devel @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES+= compiler:c11 gmake USE_GITHUB= yes -GH_TUPLE= antirez:${PORTNAME}:51efb7f +GH_TUPLE= antirez:${PORTNAME}:7bf665f OPTIONS_DEFINE= JEMALLOC TESTS TLS TRIB OPTIONS_RADIO= EXTLUA diff --git a/databases/redis-devel/distinfo b/databases/redis-devel/distinfo index ef1323dab477..cfd7c502a832 100644 --- a/databases/redis-devel/distinfo +++ b/databases/redis-devel/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1591786987 -SHA256 (antirez-redis-6.0.5.20200609-51efb7f_GH0.tar.gz) = 525870b0e47b8436b63644660332a484738b48b181f680313ba6a61956931fc6 -SIZE (antirez-redis-6.0.5.20200609-51efb7f_GH0.tar.gz) = 2240082 +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 -- cgit v1.2.3