pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/redis



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jul 21 07:34:43 UTC 2020

Modified Files:
        pkgsrc/databases/redis: Makefile distinfo

Log Message:
redis: updated to 6.0.6

Redis 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


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/databases/redis/Makefile
cvs rdiff -u -r1.51 -r1.52 pkgsrc/databases/redis/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/redis/Makefile
diff -u pkgsrc/databases/redis/Makefile:1.54 pkgsrc/databases/redis/Makefile:1.55
--- pkgsrc/databases/redis/Makefile:1.54        Thu Jun 11 11:22:14 2020
+++ pkgsrc/databases/redis/Makefile     Tue Jul 21 07:34:43 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.54 2020/06/11 11:22:14 adam Exp $
+# $NetBSD: Makefile,v 1.55 2020/07/21 07:34:43 adam Exp $
 
-DISTNAME=      redis-6.0.5
+DISTNAME=      redis-6.0.6
 CATEGORIES=    databases
 MASTER_SITES=  http://download.redis.io/releases/
 

Index: pkgsrc/databases/redis/distinfo
diff -u pkgsrc/databases/redis/distinfo:1.51 pkgsrc/databases/redis/distinfo:1.52
--- pkgsrc/databases/redis/distinfo:1.51        Thu Jun 11 11:22:14 2020
+++ pkgsrc/databases/redis/distinfo     Tue Jul 21 07:34:43 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.51 2020/06/11 11:22:14 adam Exp $
+$NetBSD: distinfo,v 1.52 2020/07/21 07:34:43 adam Exp $
 
-SHA1 (redis-6.0.5.tar.gz) = 9aabd4ad8a007342741933c73314a87402f6e279
-RMD160 (redis-6.0.5.tar.gz) = 4e4b9f50c4874dcba243d28ac75539bacfa9f2b7
-SHA512 (redis-6.0.5.tar.gz) = 62ce42bb5ac9443e0736f5dfeffa7609542cef5b3c6c7d689ad8427cf788f3daf321531fdaa0329942e746e2eee47461be9d8771b89ae25adcc5badc225ebf26
-Size (redis-6.0.5.tar.gz) = 2217666 bytes
+SHA1 (redis-6.0.6.tar.gz) = 38fce3bf211cd73af8d9e907c7e138fd8a67a003
+RMD160 (redis-6.0.6.tar.gz) = 74379a49eca26f8d4d86df90d6bbc416d33544bd
+SHA512 (redis-6.0.6.tar.gz) = bb60aff6e495b201fed814eb134e6ce2825429ef6bd52215c7369eec941318ba460d60ad7b0cef3684b3f992823d465869177dc1d0eb16886bfed598dff74f65
+Size (redis-6.0.6.tar.gz) = 2228781 bytes
 SHA1 (patch-redis.conf) = 528c28e2b7483eb20ccab8f2ab9543822792f016
 SHA1 (patch-src_Makefile) = 17043eeff933b5eb2ffb37d2c27263939b39bf6d
 SHA1 (patch-src_hyperloglog.c) = 65a4a220ccd4282162c50293f4fe278a43b84239



Home | Main Index | Thread Index | Old Index