Date: Mon, 25 Nov 2019 13:37:37 +0000 (UTC) From: Dave Cottlehuber <dch@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r518404 - in head: . net/zerotier Message-ID: <201911251337.xAPDbbLq052598@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: dch Date: Mon Nov 25 13:37:36 2019 New Revision: 518404 URL: https://svnweb.freebsd.org/changeset/ports/518404 Log: net/zerotier: update to 1.4.6, note new LICENSE Approved by: portmgr Sponsored by: SkunkWerks, GmbH Modified: head/LEGAL head/net/zerotier/Makefile head/net/zerotier/distinfo head/net/zerotier/pkg-message Modified: head/LEGAL ============================================================================== --- head/LEGAL Mon Nov 25 12:33:47 2019 (r518403) +++ head/LEGAL Mon Nov 25 13:37:36 2019 (r518404) @@ -240,3 +240,4 @@ vmd-* science/vmd No commercial use: commercial use msms-* science/msms No commercial use, only for use by individuals in scientific research unifi-devel-* net-mgmt/unifi-devel License restrictions, see https://www.ubnt.com/eula/ netio* benchmarks/netio No commercial use: commercial use requires a commercial license +zerotier-* net/zerotier No SaaS or Govt usage: https://github.com/zerotier/ZeroTierOne/blob/master/LICENSE.txt Modified: head/net/zerotier/Makefile ============================================================================== --- head/net/zerotier/Makefile Mon Nov 25 12:33:47 2019 (r518403) +++ head/net/zerotier/Makefile Mon Nov 25 13:37:36 2019 (r518404) @@ -2,17 +2,18 @@ # $FreeBSD$ PORTNAME= zerotier -DISTVERSION= 1.4.2 - +DISTVERSION= 1.4.6 CATEGORIES= net MAINTAINER= dch@FreeBSD.org COMMENT= Network virtualization everywhere -LICENSE= GPLv3+ MIT PD -LICENSE_COMB= multi -LICENSE_FILE_GPLv3+ =${WRKSRC}/LICENSE.GPL-3 -LICENSE_FILE_MIT=${WRKSRC}/ext/json/LICENSE.MIT +LICENSE= BUSINESS MIT PD +LICENSE_COMB= multi +LICENSE_NAME_BUSINESS= Business Source License +LICENSE_FILE_BUSINESS= ${WRKSRC}/LICENSE.txt +LICENSE_FILE_MIT= ${WRKSRC}/ext/json/LICENSE.MIT +LICENSE_PERMS_BUSINESS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept USES= gmake compiler:c++14-lang USE_RC_SUBR= zerotier @@ -27,6 +28,8 @@ DBG_DESC= Enable foreground debugging for zerotier-one DBG_ALL_TARGET= debug PLIST_FILES= bin/zerotier-cli bin/zerotier-idtool sbin/zerotier-one + +LEGAL_TEXT= No SaaS or Govt usage: https://github.com/zerotier/ZeroTierOne/blob/master/LICENSE.txt .include <bsd.port.pre.mk> Modified: head/net/zerotier/distinfo ============================================================================== --- head/net/zerotier/distinfo Mon Nov 25 12:33:47 2019 (r518403) +++ head/net/zerotier/distinfo Mon Nov 25 13:37:36 2019 (r518404) @@ -1,3 +1,3 @@ -TIMESTAMP = 1566816408 -SHA256 (zerotier-ZeroTierOne-1.4.2_GH0.tar.gz) = 557a444127812384265ec97232bae43dce1d4b1545ddd72e2b1646c971dad7c5 -SIZE (zerotier-ZeroTierOne-1.4.2_GH0.tar.gz) = 13079665 +TIMESTAMP = 1574164422 +SHA256 (zerotier-ZeroTierOne-1.4.6_GH0.tar.gz) = d1a0eeb03acfa446f67adf5901902d17de14b4648c21e160024acf476e3d4fba +SIZE (zerotier-ZeroTierOne-1.4.6_GH0.tar.gz) = 13055818 Modified: head/net/zerotier/pkg-message ============================================================================== --- head/net/zerotier/pkg-message Mon Nov 25 12:33:47 2019 (r518403) +++ head/net/zerotier/pkg-message Mon Nov 25 13:37:36 2019 (r518404) @@ -1,6 +1,10 @@ [ { type: install message: <<EOM +Note that ZeroTier 1.4.6+ has a *new* license prohibiting commercial SaaS +style usage, as well as excluding government organisations. Read the +license details carefully to ensure your compliance. + First start the zerotier service: service zerotier start
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911251337.xAPDbbLq052598>