Date: Wed, 24 Dec 2025 06:04:03 +0000 From: Charlie Li <vishwin@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 9c6febcd1199 - main - databases/cockroach: deprecate and expire Message-ID: <694b8253.30d1b.473a9898@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by vishwin: URL: https://cgit.FreeBSD.org/ports/commit/?id=9c6febcd119922c6883de5aefc4a0efa3baf0466 commit 9c6febcd119922c6883de5aefc4a0efa3baf0466 Author: Charlie Li <vishwin@FreeBSD.org> AuthorDate: 2025-12-24 06:00:21 +0000 Commit: Charlie Li <vishwin@FreeBSD.org> CommitDate: 2025-12-24 06:03:50 +0000 databases/cockroach: deprecate and expire Excerpt from PR comment: The more pressing issue however is that the latest versions are no longer open source (in the strict definition). Releases between sometime in 2019 and prior to 20241118 are under Business Source Licence 1.1 at release time, electing to change to the open source Apache Licence 2.0 three years after the branch was first released. Starting 20241118 all releases of the software are fully proprietary even though source is available. As of [20251202], 22.2.19 is the latest version that is now under an open source licence, but the whole 22.2 branch is completely unsupported upstream. There are a couple newer LTS branches that are still supported but the earliest they become open source is late next year, by which point they may also become unsupported. PR: 272257 --- databases/cockroach/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/databases/cockroach/Makefile b/databases/cockroach/Makefile index a8082603bc38..b03b4dd7381a 100644 --- a/databases/cockroach/Makefile +++ b/databases/cockroach/Makefile @@ -1,7 +1,7 @@ PORTNAME= cockroach DISTVERSIONPREFIX= v DISTVERSION= 19.1.11 -PORTREVISION= 34 +PORTREVISION= 35 CATEGORIES= databases MASTER_SITES= https://binaries.cockroachdb.com/ EXTRACT_SUFX= .src.tgz @@ -13,6 +13,9 @@ WWW= https://www.cockroachlabs.com/ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/src/github.com/cockroachdb/cockroach/LICENSE +DEPRECATED= Current versions are fully-proprietary software, see PR 272257 +EXPIRATION_DATE= 2025-12-31 + ONLY_FOR_ARCHS= amd64 ONLY_FOR_ARCHS_REASON= 64-bit system is strongly recommendedhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?694b8253.30d1b.473a9898>
