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.8



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1818114811ac
branches:  trunk
changeset: 438878:1818114811ac
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Sep 11 09:25:18 2020 +0000

description:
redis: updated to 6.0.8

Redis 6.0.8
===========

Upgrade urgency HIGH: Anyone who's using Redis 6.0.7 with Sentinel or
CONFIG REWRITE command is affected and should upgrade ASAP.

Bug fixes:

* CONFIG REWRITE after setting oom-score-adj-values either via CONFIG SET or
  loading it from a config file, will generate a corrupt config file that will
  cause Redis to fail to start
* Fix issue with redis-cli --pipe on MacOS
* Fix RESP3 response for HKEYS/HVALS on non-existing key
* Various small bug fixes

New features / Changes:

* Remove THP warning when set to madvise
* Allow EXEC with read commands on readonly replica in cluster
* Add masters/replicas options to redis-cli --cluster call command

Module API:

* Add RedisModule_ThreadSafeContextTryLock

diffstat:

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

diffs (30 lines):

diff -r 08839af52054 -r 1818114811ac databases/redis/Makefile
--- a/databases/redis/Makefile  Fri Sep 11 09:24:21 2020 +0000
+++ b/databases/redis/Makefile  Fri Sep 11 09:25:18 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.60 2020/09/08 17:46:36 adam Exp $
+# $NetBSD: Makefile,v 1.61 2020/09/11 09:25:18 adam Exp $
 
-DISTNAME=      redis-6.0.7
+DISTNAME=      redis-6.0.8
 CATEGORIES=    databases
 MASTER_SITES=  http://download.redis.io/releases/
 
diff -r 08839af52054 -r 1818114811ac databases/redis/distinfo
--- a/databases/redis/distinfo  Fri Sep 11 09:24:21 2020 +0000
+++ b/databases/redis/distinfo  Fri Sep 11 09:25:18 2020 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.53 2020/09/08 17:46:36 adam Exp $
+$NetBSD: distinfo,v 1.54 2020/09/11 09:25:18 adam Exp $
 
-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 (redis-6.0.8.tar.gz) = 2a7b190fc8d9f7e448e1703d353687e19972f195
+RMD160 (redis-6.0.8.tar.gz) = 09831bbb17e1c4850964389201036027c8195ed3
+SHA512 (redis-6.0.8.tar.gz) = 49d1ef623c330716c035f6dfd5a4754af4d53b6ec5ea7366fecf9dd90290968893e9f2375e191e7075db563180044c30e58a63624d352ecb5413449c6136e21a
+Size (redis-6.0.8.tar.gz) = 2247528 bytes
 SHA1 (patch-redis.conf) = 528c28e2b7483eb20ccab8f2ab9543822792f016
 SHA1 (patch-src_Makefile) = 17043eeff933b5eb2ffb37d2c27263939b39bf6d
 SHA1 (patch-src_hyperloglog.c) = 65a4a220ccd4282162c50293f4fe278a43b84239



Home | Main Index | Thread Index | Old Index