Bug 218926 - net/zerotier: update 1.2.2 -> 1.2.4 for faster crypto
Summary: net/zerotier: update 1.2.2 -> 1.2.4 for faster crypto
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Raphael Kubo da Costa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-28 07:16 UTC by Dave Cottlehuber
Modified: 2017-04-30 13:29 UTC (History)
1 user (show)

See Also:


Attachments
v1 patch (925 bytes, text/plain)
2017-04-28 07:16 UTC, Dave Cottlehuber
dch: maintainer-approval+
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Cottlehuber freebsd_committer freebsd_triage 2017-04-28 07:16:17 UTC
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
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-04-30 13:28:33 UTC
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
Comment 2 Raphael Kubo da Costa freebsd_committer freebsd_triage 2017-04-30 13:29:17 UTC
Committed, thanks!