Received: by mail.netbsd.org (Postfix, from userid 605) id 1733B84D71; Tue, 8 Sep 2020 17:46:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 90DBA84D3C for ; Tue, 8 Sep 2020 17:46:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id d3iQPpdXTg9C for ; Tue, 8 Sep 2020 17:46:37 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0684384D02 for ; Tue, 8 Sep 2020 17:46:37 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 03BBAFB28; Tue, 8 Sep 2020 17:46:37 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1599587196182490" MIME-Version: 1.0 Date: Tue, 8 Sep 2020 17:46:36 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/databases/redis To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20200908174637.03BBAFB28@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1599587196182490 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1599587196182490 Content-Disposition: inline Content-Length: 1822 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 --_----------=_1599587196182490--