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:   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.

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@localhost
 HOMEPAGE=      https://redis.io/
 COMMENT=       Persistent key-value database with built-in net interface



Home | Main Index | Thread Index | Old Index