Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=BuEXHuKv; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=mn7qkg+S Received: by mail.netbsd.org (Postfix, from userid 605) id 8A39184DC2; Mon, 25 Mar 2024 15:20:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711380016; bh=Ho1jimYdWv4e84yfH6ol3b3RlL2Q/Li9eBfsu8fCtcM=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=BuEXHuKvvBxMJJnjjSBODpKyp5Z+87tbxZYte7RefGlO8/G+0ivMGhVJ7NH9svdrP qR8uKQ9aN+2fxDa+f+04B4TIsdsDKAxQw4nRs4H+koe813A0blz2Zdpcs3RB0RlsLq bKyY+CTUDR7rtCic1Xh/zqaxInUQzaQ4putUB3Ds= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7C00F84D8D for ; Mon, 25 Mar 2024 15:20:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 hitOKTHxLTbH for ; Mon, 25 Mar 2024 15:20:15 +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 C715A84D50 for ; Mon, 25 Mar 2024 15:20:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711380015; bh=Ho1jimYdWv4e84yfH6ol3b3RlL2Q/Li9eBfsu8fCtcM=; h=Date:From:Subject:To:Reply-To; b=mn7qkg+SLRZdzYrCHx+454BBx0E9/BlzNqF2Zz/UTItHOy70HnJHGu4X1u8BhfI+q FhCnt4lR4plW+JiN3TMqsDdZTIuNLfm9CcYGOih83HOYgLdJQUKcQOi2gmv1GO9Xzg zXsQT2Mnyii/OlViwIuHCafApx9mKkkrlkQvFV3s= Received: by cvs.NetBSD.org (Postfix, from userid 500) id C1551FA2C; Mon, 25 Mar 2024 15:20:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1711380014148950" MIME-Version: 1.0 Date: Mon, 25 Mar 2024 15:20:14 +0000 From: "nikita" Subject: CVS commit: pkgsrc/databases/redis To: pkgsrc-changes@NetBSD.org Reply-To: nikita@netbsd.org X-Mailer: log_accum Message-Id: <20240325152014.C1551FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1711380014148950 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nikita Date: Mon Mar 25 15:20:14 UTC 2024 Modified Files: pkgsrc/databases/redis: Makefile Log Message: redis: extend comment on forks. To generate a diff of this commit: cvs rdiff -u -r1.89 -r1.90 pkgsrc/databases/redis/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1711380014148950 Content-Disposition: inline Content-Length: 1178 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.89 pkgsrc/databases/redis/Makefile:1.90 --- pkgsrc/databases/redis/Makefile:1.89 Sun Mar 24 00:32:41 2024 +++ pkgsrc/databases/redis/Makefile Mon Mar 25 15:20:14 2024 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.89 2024/03/24 00:32:41 gdt Exp $ +# $NetBSD: Makefile,v 1.90 2024/03/25 15:20:14 nikita Exp $ DISTNAME= redis-7.2.4 CATEGORIES= databases @@ -6,8 +6,12 @@ MASTER_SITES= http://download.redis.io/r # NB: upsteram has changed to a proprietary license. Probably (absent # discussion), this should not be updated until a license-ok version -# is in pkgsrc. A continuation fork is in progress at -# https://codeberg.org/redict/redict +# is in pkgsrc. Existing forks are: +# 1. Redict https://codeberg.org/redict/redict +# 2. KeyDB, an older redis fork (in terms of features) BSD3 licensed +# version maintained by Snapchat. +# 3. PlaceholderKV (name to be changed?) by former redis contributors +# and AWS employees, BSD3 licensed. MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= https://redis.io/ COMMENT= Persistent key-value database with built-in net interface --_----------=_1711380014148950--