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 Sep  8 17:46:36 UTC 2020

Modified Files:
        pkgsrc/databases/redis: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 pkgsrc/databases/redis/Makefile
cvs rdiff -u -r1.52 -r1.53 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.59 pkgsrc/databases/redis/Makefile:1.60
--- pkgsrc/databases/redis/Makefile:1.59        Thu Aug 20 23:37:30 2020
+++ pkgsrc/databases/redis/Makefile     Tue Sep  8 17:46:36 2020
@@ -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/
 

Index: pkgsrc/databases/redis/distinfo
diff -u pkgsrc/databases/redis/distinfo:1.52 pkgsrc/databases/redis/distinfo:1.53
--- pkgsrc/databases/redis/distinfo:1.52        Tue Jul 21 07:34:43 2020
+++ pkgsrc/databases/redis/distinfo     Tue Sep  8 17:46:36 2020
@@ -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