diff options
author | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2017-11-27 10:14:54 +0000 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2017-11-27 14:50:04 +0100 |
commit | 179125d3341182017359604ec950bd491da96611 (patch) | |
tree | c9bb3dca9c9b0f8bc2f6d589473f900dab79908d /package/network/services | |
parent | 2f1c05bb8016b28cd5ea2f56b60da96b3aab0ba9 (diff) | |
download | upstream-179125d3341182017359604ec950bd491da96611.tar.gz upstream-179125d3341182017359604ec950bd491da96611.tar.bz2 upstream-179125d3341182017359604ec950bd491da96611.zip |
wireguard: bump to snapshot 20171127
== Changes ==
* compat: support timespec64 on old kernels
* compat: support AVX512BW+VL by lying
* compat: fix typo and ranges
* compat: support 4.15's netlink and barrier changes
* poly1305-avx512: requires AVX512F+VL+BW
Numerous compat fixes which should keep us supporting 3.10-4.15-rc1.
* blake2s: AVX512F+VL implementation
* blake2s: tweak avx512 code
* blake2s: hmac space optimization
Another terrific submission from Samuel Neves: we now have an implementation
of Blake2s using AVX512, which is extremely fast.
* allowedips: optimize
* allowedips: simplify
* chacha20: directly assign constant and initial state
Small performance tweaks.
* tools: fix removing preshared keys
* qemu: use netfilter.org https site
* qemu: take shared lock for untarring
Small bug fixes.
Remove myself from the maintainers list: we have enough and I'm happy to
carry on doing package bumps on ad-hoc basis without the 'official'
title.
Run-tested: ar71xx Archer C7 v2
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Diffstat (limited to 'package/network/services')
-rw-r--r-- | package/network/services/wireguard/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/package/network/services/wireguard/Makefile b/package/network/services/wireguard/Makefile index 3551129c54..6f8524cc4b 100644 --- a/package/network/services/wireguard/Makefile +++ b/package/network/services/wireguard/Makefile @@ -11,12 +11,12 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=wireguard -PKG_VERSION:=0.0.20171122 +PKG_VERSION:=0.0.20171127 PKG_RELEASE:=1 PKG_SOURCE:=WireGuard-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://git.zx2c4.com/WireGuard/snapshot/ -PKG_HASH:=c52f0694f4e11129a80b60a0d2fe75729f1ad39e3fe4e3ee569629ff21e3ed89 +PKG_HASH:=5e0a93cccce70e5758ddebaaa94d3df74cb664f592895efbd43dc6171ee5b25b PKG_LICENSE:=GPL-2.0 Apache-2.0 PKG_LICENSE_FILES:=COPYING @@ -36,7 +36,6 @@ define Package/wireguard/Default SUBMENU:=VPN URL:=https://www.wireguard.com MAINTAINER:=Baptiste Jonglez <openwrt@bitsofnetworks.org>, \ - Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>, \ Dan Luedtke <mail@danrl.com>, \ Jason A. Donenfeld <Jason@zx2c4.com> endef |