Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/redis redis: updated to 6.0.7



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8b1475bd9476
branches:  trunk
changeset: 438701:8b1475bd9476
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Sep 08 17:46:36 2020 +0000

description:
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

diffstat:

 databases/redis/Makefile |   5 ++---
 databases/redis/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (31 lines):

diff -r 09b7d53d95d5 -r 8b1475bd9476 databases/redis/Makefile
--- a/databases/redis/Makefile  Tue Sep 08 17:45:04 2020 +0000
+++ b/databases/redis/Makefile  Tue Sep 08 17:46:36 2020 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.59 2020/08/20 23:37:30 wiz Exp $
+# $NetBSD: Makefile,v 1.60 2020/09/08 17:46:36 adam Exp $
 
-DISTNAME=      redis-6.0.6
-PKGREVISION=   3
+DISTNAME=      redis-6.0.7
 CATEGORIES=    databases
 MASTER_SITES=  http://download.redis.io/releases/
 
diff -r 09b7d53d95d5 -r 8b1475bd9476 databases/redis/distinfo
--- a/databases/redis/distinfo  Tue Sep 08 17:45:04 2020 +0000
+++ b/databases/redis/distinfo  Tue Sep 08 17:46:36 2020 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.52 2020/07/21 07:34:43 adam Exp $
+$NetBSD: distinfo,v 1.53 2020/09/08 17:46:36 adam Exp $
 
-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 (redis-6.0.7.tar.gz) = 3027d09705511efbb87dae613b3c680824d6e551
+RMD160 (redis-6.0.7.tar.gz) = a6a64eccc8a41eea345c0d92382def93e563f61c
+SHA512 (redis-6.0.7.tar.gz) = 08de811d38f012676f12721af6f98465a7a12bceac6b2787db2ce12953897a53cfa4a79db8f449d7296f778b9812a0e1a430cd0df9101c9735ccb82debb144cc
+Size (redis-6.0.7.tar.gz) = 2240490 bytes
 SHA1 (patch-redis.conf) = 528c28e2b7483eb20ccab8f2ab9543822792f016
 SHA1 (patch-src_Makefile) = 17043eeff933b5eb2ffb37d2c27263939b39bf6d
 SHA1 (patch-src_hyperloglog.c) = 65a4a220ccd4282162c50293f4fe278a43b84239



Home | Main Index | Thread Index | Old Index