diff --git a/net/zerotier/Makefile b/net/zerotier/Makefile index ee8765e49059..c4350a9a7d13 100644 --- a/net/zerotier/Makefile +++ b/net/zerotier/Makefile @@ -1,56 +1,56 @@ PORTNAME= zerotier -DISTVERSION= 1.10.6 +DISTVERSION= 1.12.1 CATEGORIES= net MAINTAINER= dch@FreeBSD.org COMMENT= Network virtualization everywhere WWW= https://www.zerotier.com/ # No SaaS or Govt usage: https://github.com/zerotier/ZeroTierOne/blob/master/LICENSE.txt LICENSE= BUSINESS MIT PD LICENSE_COMB= multi LICENSE_NAME_BUSINESS= Business Source License LICENSE_FILE_BUSINESS= ${WRKSRC}/LICENSE.txt LICENSE_FILE_MIT= ${WRKSRC}/ext/http-parser/LICENSE-MIT LICENSE_PERMS_BUSINESS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept BUILD_DEPENDS= as:devel/binutils USES= gmake compiler:c++14-lang USE_RC_SUBR= zerotier USE_GITHUB= yes GH_PROJECT= ZeroTierOne CFLAGS+= -flax-vector-conversions OPTIONS_DEFINE= DBG DBG_DESC= Enable foreground debugging for zerotier-one daemon DBG_ALL_TARGET= debug PLIST_FILES= bin/zerotier-cli bin/zerotier-idtool sbin/zerotier-one .include .if ${OPSYS} == "FreeBSD" # log output via syslog SUB_LIST+= ZEROTIER_SYSLOG="-s debug -T zerotier" # after r347241 tun(4) and tap(4) have been merged to tuntap(4) .if (${OSVERSION} >= 1300028) SUB_LIST+= ZEROTIER_IF_TAP="if_tuntap" .else SUB_LIST+= ZEROTIER_IF_TAP="if_tap" .endif .else # we are not on FreeBSD SUB_LIST+= ZEROTIER_IF_TAP="if_tap" \ ZEROTIER_SYSLOG="" .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/zerotier-one ${STAGEDIR}${PREFIX}/sbin/ .for l in zerotier-cli zerotier-idtool ${RLN} ${STAGEDIR}${PREFIX}/sbin/zerotier-one ${STAGEDIR}${PREFIX}/bin/${l} .endfor .include diff --git a/net/zerotier/distinfo b/net/zerotier/distinfo index f29b69a8e4a2..83d7db516e91 100644 --- a/net/zerotier/distinfo +++ b/net/zerotier/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1680983122 -SHA256 (zerotier-ZeroTierOne-1.10.6_GH0.tar.gz) = 3f0b59e0c290b18b93fddee1f7b927209538d84a88343b2f3ac61a6bf3c87910 -SIZE (zerotier-ZeroTierOne-1.10.6_GH0.tar.gz) = 15259391 +TIMESTAMP = 1693947029 +SHA256 (zerotier-ZeroTierOne-1.12.1_GH0.tar.gz) = c6758a04f161bba1c0ef11fce991029a645ede381ae3862a25a2f5145aaffca8 +SIZE (zerotier-ZeroTierOne-1.12.1_GH0.tar.gz) = 12431369