aboutsummaryrefslogtreecommitdiffstats
path: root/package/network
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-03-30 18:25:29 -0600
committerHans Dedecker <dedeckeh@gmail.com>2020-03-31 08:01:34 +0200
commit84025110cc39191d5525c718aebd1fb4875e95e3 (patch)
treebf2a5b0c17cb7c4129bc90f1ed9bdaa0c07c03fa /package/network
parent437eb41f235c25b397a9867527d738778ea489d7 (diff)
downloadupstream-84025110cc39191d5525c718aebd1fb4875e95e3.tar.gz
upstream-84025110cc39191d5525c718aebd1fb4875e95e3.tar.bz2
upstream-84025110cc39191d5525c718aebd1fb4875e95e3.zip
wireguard: bump to 1.0.20200330
* queueing: backport skb_reset_redirect change from 5.6 * version: bump This release has only one slight change, to put it closer to the 5.6 codebase, but its main purpose is to bump us to a 1.0.y version number. Now that WireGuard 1.0.0 has been released for Linux 5.6 [1], we can put the same number on the backport compat codebase. When OpenWRT bumps to Linux 5.6, we'll be able to drop this package entirely, which I look forward to seeing. [1] https://lists.zx2c4.com/pipermail/wireguard/2020-March/005206.html Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'package/network')
-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 4007fa5d4d..7e98f0b3ca 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.20200318
+PKG_VERSION:=1.0.20200330
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:=fa74a8627f731754fbf4ea7d6ae8f571a2cfe8cd4b744a5f165065619cb836a1
+PKG_HASH:=2d57b239605be2ee0e4c2da935ff1a23e9ed8bb3ee692e10ae032ae50f280bef
PKG_LICENSE:=GPL-2.0
PKG_LICENSE_FILES:=COPYING