diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-02-05 14:46:46 +0100 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2020-02-05 21:56:02 +0100 |
commit | 71de48bd375bbde9b70ccf94b03c3f9c2aae5f21 (patch) | |
tree | 0fecd4992cf77c0c27f927c7d5d8cf3ff9838813 /package/network | |
parent | 867db0a283864f3715dd4982a438fae9497e8b46 (diff) | |
download | upstream-71de48bd375bbde9b70ccf94b03c3f9c2aae5f21.tar.gz upstream-71de48bd375bbde9b70ccf94b03c3f9c2aae5f21.tar.bz2 upstream-71de48bd375bbde9b70ccf94b03c3f9c2aae5f21.zip |
wireguard: bump to 0.0.20200205
* compat: support building for RHEL-8.2
* compat: remove RHEL-7.6 workaround
Bleeding edge RHEL users should be content now (which includes the actual
RedHat employees I've been talking to about getting this into the RHEL kernel
itself). Also, we remove old hacks for versions we no longer support anyway.
* allowedips: remove previously added list item when OOM fail
* noise: reject peers with low order public keys
With this now being upstream, we benefit from increased fuzzing coverage of
the code, uncovering these two bugs.
* netns: ensure non-addition of peers with failed precomputation
* netns: tie socket waiting to target pid
An added test to our test suite for the above and a small fix for high-load CI
scenarios.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'package/network')
-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 435c50ece6..6f9ae778f2 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.20200128 +PKG_VERSION:=0.0.20200205 PKG_RELEASE:=1 PKG_SOURCE:=wireguard-linux-compat-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://git.zx2c4.com/wireguard-linux-compat/snapshot/ -PKG_HASH:=8610c6d8712cfd885f50b1a8c572518edf318c094d68491ea218bb50566a9a8a +PKG_HASH:=9669e165fc7252cab7f908ba57f160f6d57539b7cc81180f260cb675d2fd362b PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING |