aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-06-01 13:39:59 +0200
committerPetr Štetiar <ynezz@true.cz>2019-07-01 22:13:23 +0200
commitaced9de9a4c2cc19e3e7a27cf1af40b9748aeccd (patch)
tree1f15ed85bbec21346d7011b5293618500ccef144
parent3bbd16da46ba85c4c50c1bb3eda9b0b11f8cc5c8 (diff)
downloadupstream-aced9de9a4c2cc19e3e7a27cf1af40b9748aeccd.tar.gz
upstream-aced9de9a4c2cc19e3e7a27cf1af40b9748aeccd.tar.bz2
upstream-aced9de9a4c2cc19e3e7a27cf1af40b9748aeccd.zip
wireguard: bump to 0.0.20190601
There was an issue with the backport compat layer in yesterday's snapshot, causing issues on certain (mostly Atom) Intel chips on kernels older than 4.2, due to the use of xgetbv without checking cpu flags for xsave support. This manifested itself simply at module load time. Indeed it's somewhat tricky to support 33 different kernel versions (3.10+), plus weird distro frankenkernels. If OpenWRT doesn't support < 4.2, you probably don't need to apply this. But it also can't hurt, and probably best to stay updated. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> (cherry picked from commit 593b487538079f2a22300f3f22ffb21b20da36a0)
-rw-r--r--package/network/services/wireguard/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/services/wireguard/Makefile b/package/network/services/wireguard/Makefile
index 2e9f17e0e6..310d5599c2 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.20190123
+PKG_VERSION:=0.0.20190601
PKG_RELEASE:=1
PKG_SOURCE:=WireGuard-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=https://git.zx2c4.com/WireGuard/snapshot/
-PKG_HASH:=edd13c7631af169e3838621b1a1bff3ef73cf7bc778eec2bd55f7c1089ffdf9b
+PKG_HASH:=7528461824a0174bd7d4f15e68d8f0ce9a8ea318411502b80759438e8ef65568
PKG_LICENSE:=GPL-2.0 Apache-2.0
PKG_LICENSE_FILES:=COPYING