diff options
author | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2018-10-09 09:03:59 +0100 |
---|---|---|
committer | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2018-10-09 09:11:58 +0100 |
commit | 3925298f3ca9bcd854571367d98bb6ca07f4e66e (patch) | |
tree | 5dcb43b70f81e1b5fd85981ea9a9a95c4ce29a76 | |
parent | 16c712501cdcb10f333f4abc027a0dcdb8f8101b (diff) | |
download | upstream-3925298f3ca9bcd854571367d98bb6ca07f4e66e.tar.gz upstream-3925298f3ca9bcd854571367d98bb6ca07f4e66e.tar.bz2 upstream-3925298f3ca9bcd854571367d98bb6ca07f4e66e.zip |
wireguard: bump to 0.0.20181007
64750c1 version: bump snapshot
f11a2b8 global: style nits
4b34b6a crypto: clean up remaining .h->.c
06d9fc8 allowedips: document additional nobs
c32b5f9 makefile: do more generic wildcard so as to avoid rename issues
20f48d8 crypto: use BIT(i) & bitmap instead of (bitmap >> i) & 1
b6e09f6 crypto: disable broken implementations in selftests
fd50f77 compat: clang cannot handle __builtin_constant_p
bddaca7 compat: make asm/simd.h conditional on its existence
b4ba33e compat: account for ancient ARM assembler
Signed-off-by: Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
-rw-r--r-- | package/network/services/wireguard/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/services/wireguard/Makefile b/package/network/services/wireguard/Makefile index 3544e341ee..dad430b5c6 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.20181006 +PKG_VERSION:=0.0.20181007 PKG_RELEASE:=1 PKG_SOURCE:=WireGuard-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://git.zx2c4.com/WireGuard/snapshot/ -PKG_HASH:=9fe7cd5767eda65647463ec29ed707f917f4a77babaaf247adc4be7acaab4665 +PKG_HASH:=d26e0d1216594871b5947e76d64c2fa50e9b34b68cdcfa3fdad588cbb314af89 PKG_LICENSE:=GPL-2.0 Apache-2.0 PKG_LICENSE_FILES:=COPYING |