Received: by mail.netbsd.org (Postfix, from userid 605) id 957E184D15; Tue, 17 Jan 2023 11:05:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C53CB84D09 for ; Tue, 17 Jan 2023 11:05:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id PgUnaYcIp74S for ; Tue, 17 Jan 2023 11:05:57 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 36E9884CFF for ; Tue, 17 Jan 2023 11:05:57 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2A6CBFA90; Tue, 17 Jan 2023 11:05:57 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1673953557192840" MIME-Version: 1.0 Date: Tue, 17 Jan 2023 11:05:57 +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: <20230117110557.2A6CBFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1673953557192840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Jan 17 11:05:57 UTC 2023 Modified Files: pkgsrc/databases/redis: Makefile distinfo Log Message: redis: updated to 7.0.8 Redis 7.0.8 Released Mon Jan 16 12:00:00 IDT 2023 Upgrade urgency: SECURITY, contains fixes to security issues. Security Fixes: * (CVE-2022-35977) Integer overflow in the Redis SETRANGE and SORT/SORT_RO commands can drive Redis to OOM panic * (CVE-2023-22458) Integer overflow in the Redis HRANDFIELD and ZRANDMEMBER commands can lead to denial-of-service Bug Fixes * Avoid possible hang when client issues long KEYS, SRANDMEMBER, HRANDFIELD, and ZRANDMEMBER commands and gets disconnected by client output buffer limit * Make sure that fork child doesn't do incremental rehashing * Fix a bug where blocking commands with a sub-second timeout would block forever * Fix sentinel issue if replica changes IP To generate a diff of this commit: cvs rdiff -u -r1.76 -r1.77 pkgsrc/databases/redis/Makefile cvs rdiff -u -r1.69 -r1.70 pkgsrc/databases/redis/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1673953557192840 Content-Disposition: inline Content-Length: 1717 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.76 pkgsrc/databases/redis/Makefile:1.77 --- pkgsrc/databases/redis/Makefile:1.76 Sat Dec 17 06:14:19 2022 +++ pkgsrc/databases/redis/Makefile Tue Jan 17 11:05:56 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.76 2022/12/17 06:14:19 adam Exp $ +# $NetBSD: Makefile,v 1.77 2023/01/17 11:05:56 adam Exp $ -DISTNAME= redis-7.0.7 +DISTNAME= redis-7.0.8 CATEGORIES= databases MASTER_SITES= http://download.redis.io/releases/ Index: pkgsrc/databases/redis/distinfo diff -u pkgsrc/databases/redis/distinfo:1.69 pkgsrc/databases/redis/distinfo:1.70 --- pkgsrc/databases/redis/distinfo:1.69 Sat Dec 17 06:14:19 2022 +++ pkgsrc/databases/redis/distinfo Tue Jan 17 11:05:56 2023 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.69 2022/12/17 06:14:19 adam Exp $ +$NetBSD: distinfo,v 1.70 2023/01/17 11:05:56 adam Exp $ -BLAKE2s (redis-7.0.7.tar.gz) = 019e492e08f00b2ac7fda25580537ea059ed2bb90702b8b9ca7b89589ab0f24b -SHA512 (redis-7.0.7.tar.gz) = 56e33cf80439efa54694f26037ed8520fe51b25dbdfe57875d916c8f921131c71324b1dd1e974d0f9d523752d05e0f028cc8dd783ec8fa6d5d7e60b3081f78c0 -Size (redis-7.0.7.tar.gz) = 2979019 bytes +BLAKE2s (redis-7.0.8.tar.gz) = 3a83663d93dae0c4f2d26660e5649e3f6c43fccfe6b5c1b1e0f2074dc01ffb08 +SHA512 (redis-7.0.8.tar.gz) = d760fce02203265551198082f75b1e6be78a2cdb3d464e518d65a31839a3b6e45401c6bca6a091f59e121212aee7363d5e83c25365ab347a66b807015b32eeb6 +Size (redis-7.0.8.tar.gz) = 2981212 bytes SHA1 (patch-redis.conf) = ee657a9d82711263ceb0fb8f7d8059ed23528fe9 SHA1 (patch-src_Makefile) = 2c23fb065e827e0cb25fdfba1bc1976db03dc789 SHA1 (patch-src_hyperloglog.c) = e9bdd3c630024a6fbe02c2c1d85e26131ad938cf --_----------=_1673953557192840--