Created attachment 182145 [details] v1 patch # commit net/zerotier: update 1.2.2 -> 1.2.4 - 2x crypto throughput on x64 using Salsa20/12 assembler implementation from DJB - only default managed routes are bifurcated, most people will not notice - reduce memory usage of credentials - improve path selection and prioritisation - various build cleanups Changelog: https://github.com/zerotier/ZeroTierOne/releases/tag/1.2.4 # QA - poudriere matrix OK (10.3 / 11.0 on amd64 & i386) - portlint clean
A commit references this bug: Author: rakuco Date: Sun Apr 30 13:28:20 UTC 2017 New revision: 439817 URL: https://svnweb.freebsd.org/changeset/ports/439817 Log: Update to 1.2.4. - 2x crypto throughput on x64 using Salsa20/12 assembler implementation from DJB. - only default managed routes are bifurcated, most people will not notice. - reduce memory usage of credentials. - improve path selection and prioritisation. - various build cleanups. Changelog: https://github.com/zerotier/ZeroTierOne/releases/tag/1.2.4 PR: 218926 Submitted by: Dave Cottlehuber <dch@skunkwerks.at> (maintainer) Changes: head/net/zerotier/Makefile head/net/zerotier/distinfo
Committed, thanks!