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:           Fri Sep 11 09:25:18 UTC 2020

Modified Files:
        pkgsrc/databases/redis: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.60 -r1.61 pkgsrc/databases/redis/Makefile
cvs rdiff -u -r1.53 -r1.54 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.60 pkgsrc/databases/redis/Makefile:1.61
--- pkgsrc/databases/redis/Makefile:1.60        Tue Sep  8 17:46:36 2020
+++ pkgsrc/databases/redis/Makefile     Fri Sep 11 09:25:18 2020
@@ -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/
 

Index: pkgsrc/databases/redis/distinfo
diff -u pkgsrc/databases/redis/distinfo:1.53 pkgsrc/databases/redis/distinfo:1.54
--- pkgsrc/databases/redis/distinfo:1.53        Tue Sep  8 17:46:36 2020
+++ pkgsrc/databases/redis/distinfo     Fri Sep 11 09:25:18 2020
@@ -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