Tue Sep 8 17:46:36 2020 UTC ()
redis: updated to 6.0.7

Redis 6.0.7

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


(adam)
diff -r1.59 -r1.60 pkgsrc/databases/redis/Makefile
diff -r1.52 -r1.53 pkgsrc/databases/redis/distinfo

cvs diff -r1.59 -r1.60 pkgsrc/databases/redis/Makefile (expand / switch to unified diff)

--- pkgsrc/databases/redis/Makefile 2020/08/20 23:37:30 1.59
+++ pkgsrc/databases/redis/Makefile 2020/09/08 17:46:36 1.60
@@ -1,17 +1,16 @@ @@ -1,17 +1,16 @@
1# $NetBSD: Makefile,v 1.59 2020/08/20 23:37:30 wiz Exp $ 1# $NetBSD: Makefile,v 1.60 2020/09/08 17:46:36 adam Exp $
2 2
3DISTNAME= redis-6.0.6 3DISTNAME= redis-6.0.7
4PKGREVISION= 3 
5CATEGORIES= databases 4CATEGORIES= databases
6MASTER_SITES= http://download.redis.io/releases/ 5MASTER_SITES= http://download.redis.io/releases/
7 6
8MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://redis.io/ 8HOMEPAGE= https://redis.io/
10COMMENT= Persistent key-value database with built-in net interface 9COMMENT= Persistent key-value database with built-in net interface
11LICENSE= modified-bsd 10LICENSE= modified-bsd
12 11
13TEST_DEPENDS+= tcl>=8.5:../../lang/tcl 12TEST_DEPENDS+= tcl>=8.5:../../lang/tcl
14 13
15USE_LANGUAGES= c99 14USE_LANGUAGES= c99
16USE_TOOLS+= gmake pkg-config 15USE_TOOLS+= gmake pkg-config
17 16

cvs diff -r1.52 -r1.53 pkgsrc/databases/redis/distinfo (expand / switch to unified diff)

--- pkgsrc/databases/redis/distinfo 2020/07/21 07:34:43 1.52
+++ pkgsrc/databases/redis/distinfo 2020/09/08 17:46:36 1.53
@@ -1,10 +1,10 @@ @@ -1,10 +1,10 @@
1$NetBSD: distinfo,v 1.52 2020/07/21 07:34:43 adam Exp $ 1$NetBSD: distinfo,v 1.53 2020/09/08 17:46:36 adam Exp $
2 2
3SHA1 (redis-6.0.6.tar.gz) = 38fce3bf211cd73af8d9e907c7e138fd8a67a003 3SHA1 (redis-6.0.7.tar.gz) = 3027d09705511efbb87dae613b3c680824d6e551
4RMD160 (redis-6.0.6.tar.gz) = 74379a49eca26f8d4d86df90d6bbc416d33544bd 4RMD160 (redis-6.0.7.tar.gz) = a6a64eccc8a41eea345c0d92382def93e563f61c
5SHA512 (redis-6.0.6.tar.gz) = bb60aff6e495b201fed814eb134e6ce2825429ef6bd52215c7369eec941318ba460d60ad7b0cef3684b3f992823d465869177dc1d0eb16886bfed598dff74f65 5SHA512 (redis-6.0.7.tar.gz) = 08de811d38f012676f12721af6f98465a7a12bceac6b2787db2ce12953897a53cfa4a79db8f449d7296f778b9812a0e1a430cd0df9101c9735ccb82debb144cc
6Size (redis-6.0.6.tar.gz) = 2228781 bytes 6Size (redis-6.0.7.tar.gz) = 2240490 bytes
7SHA1 (patch-redis.conf) = 528c28e2b7483eb20ccab8f2ab9543822792f016 7SHA1 (patch-redis.conf) = 528c28e2b7483eb20ccab8f2ab9543822792f016
8SHA1 (patch-src_Makefile) = 17043eeff933b5eb2ffb37d2c27263939b39bf6d 8SHA1 (patch-src_Makefile) = 17043eeff933b5eb2ffb37d2c27263939b39bf6d
9SHA1 (patch-src_hyperloglog.c) = 65a4a220ccd4282162c50293f4fe278a43b84239 9SHA1 (patch-src_hyperloglog.c) = 65a4a220ccd4282162c50293f4fe278a43b84239
10SHA1 (patch-src_object.c) = 30ffaec9c7e6135e3a5576cd1a35d7bcec668299 10SHA1 (patch-src_object.c) = 30ffaec9c7e6135e3a5576cd1a35d7bcec668299