aboutsummaryrefslogtreecommitdiff
path: root/databases/redis-devel
diff options
context:
space:
mode:
authorSergey A. Osokin <osa@FreeBSD.org>2020-07-22 12:56:18 +0000
committerSergey A. Osokin <osa@FreeBSD.org>2020-07-22 12:56:18 +0000
commit0dea48df53e79ba49faacc2451e620eaa156a032 (patch)
tree224db8d97354bebfdc810a72cb83954d14097378 /databases/redis-devel
parent70d2315da1e47eafe5ed5fdf3ab274f3fc01fa14 (diff)
downloadports-0dea48df53e79ba49faacc2451e620eaa156a032.tar.gz
ports-0dea48df53e79ba49faacc2451e620eaa156a032.zip
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>
Notes
Notes: svn path=/head/; revision=542854
Diffstat (limited to 'databases/redis-devel')
-rw-r--r--databases/redis-devel/Makefile4
-rw-r--r--databases/redis-devel/distinfo6
2 files changed, 5 insertions, 5 deletions
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