diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-08-03 14:38:52 +0200 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2020-08-03 23:14:24 +0200 |
commit | 80a6d3d4a2e2eca9748e063be62a2b6a923b4f44 (patch) | |
tree | 757a44e8904e94606497d2e51cb4d1c8b3bf501b /package | |
parent | 1deaf695ec02d765c9ae28b1bac264798ca54a05 (diff) | |
download | upstream-80a6d3d4a2e2eca9748e063be62a2b6a923b4f44.tar.gz upstream-80a6d3d4a2e2eca9748e063be62a2b6a923b4f44.tar.bz2 upstream-80a6d3d4a2e2eca9748e063be62a2b6a923b4f44.zip |
wireguard: bump to 1.0.20200729
* compat: rhel 8.3 beta removed nf_nat_core.h
* compat: ipv6_dst_lookup_flow was ported to rhel 7.9 beta
This compat tag adds support for RHEL 8.3 beta and RHEL 7.9 beta, in addition
to RHEL 8.2 and RHEL 7.8. It also marks the first time that
<https://www.wireguard.com/build-status/> is all green for all RHEL kernels.
After quite a bit of trickery, we've finally got the RHEL kernels building
automatically.
* compat: allow override of depmod basedir
When building in an environment with a different modules install path, it's
not possible to override the depmod basedir flag by setting the DEPMODBASEDIR
environment variable.
* compat: add missing headers for ip_tunnel_parse_protocol
This fixes compilation with some unusual configurations.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'package')
-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 19aea4bb09..8c408d06a7 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:=1.0.20200712 +PKG_VERSION:=1.0.20200729 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:=e15b3d4eb2cf186920a6ed13685187d6b846e59eb383c291913628682965ac95 +PKG_HASH:=690c7d9e115e2ff27386811cb495c9784678f717c8d6fc4cc7469dce373f252e PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING |