Index: head/net/zerotier/Makefile =================================================================== --- head/net/zerotier/Makefile (revision 558365) +++ head/net/zerotier/Makefile (revision 558366) @@ -1,62 +1,63 @@ # Created by: Corey Smith # $FreeBSD$ PORTNAME= zerotier -DISTVERSION= 1.4.6 +DISTVERSION= 1.6.2 CATEGORIES= net PATCH_SITES= https://github.com/zerotier/zerotierone/pull/ -PATCHFILES= 1043.patch:-p1 +# PATCHFILES= 1043.patch:-p1 +PATCHFILES= 1304.patch:-p1 MAINTAINER= dch@FreeBSD.org COMMENT= Network virtualization everywhere 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 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 LEGAL_TEXT= No SaaS or Govt usage: https://github.com/zerotier/ZeroTierOne/blob/master/LICENSE.txt .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 Index: head/net/zerotier/distinfo =================================================================== --- head/net/zerotier/distinfo (revision 558365) +++ head/net/zerotier/distinfo (revision 558366) @@ -1,5 +1,5 @@ -TIMESTAMP = 1591210256 -SHA256 (zerotier-ZeroTierOne-1.4.6_GH0.tar.gz) = d1a0eeb03acfa446f67adf5901902d17de14b4648c21e160024acf476e3d4fba -SIZE (zerotier-ZeroTierOne-1.4.6_GH0.tar.gz) = 13055818 -SHA256 (1043.patch) = a9e635d924a92a63b5f5d316c674568c04f4a2db4fa905c3e962492c0c3887b2 -SIZE (1043.patch) = 12286 +TIMESTAMP = 1607123619 +SHA256 (zerotier-ZeroTierOne-1.6.2_GH0.tar.gz) = c8087b26c1191d36fda004b42cdfed31042cafd8586e49015586eef786f2c9a5 +SIZE (zerotier-ZeroTierOne-1.6.2_GH0.tar.gz) = 16020599 +SHA256 (1304.patch) = 1a08361de186440d9a76292e3080090ed3a7430cb0db7f303097391936e2c7c4 +SIZE (1304.patch) = 5238