Update from 6.0.5 to 6.0.6.
<ChangeLog> 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 </ChangeLog>
This commit is contained in:
parent
70d2315da1
commit
0dea48df53
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=542854
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user