diff options
author | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2019-12-17 14:10:13 +0000 |
---|---|---|
committer | Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk> | 2019-12-17 19:46:41 +0000 |
commit | ca7ed1712e1213467aa915a84b329d67b717932f (patch) | |
tree | ee1e37ab5ad78f740480d0b914b8aea0b56b0c85 | |
parent | 1115c9aad3d5ecba0cf75ce16118c30919f94e6b (diff) | |
download | upstream-ca7ed1712e1213467aa915a84b329d67b717932f.tar.gz upstream-ca7ed1712e1213467aa915a84b329d67b717932f.tar.bz2 upstream-ca7ed1712e1213467aa915a84b329d67b717932f.zip |
wireguard: bump to 0.0.20191212
1ec6ece version: bump snapshot
e13de91 main: remove unused include <linux/version.h>
72eb17c wg-quick: linux: support older nft(8)
1d8e978 global: fix up spelling
e02713e wg-quick: linux: add support for nft and prefer it
b4e3a83 compat: support building for RHEL-8.1 instead of RHEL-8.0
f29e3ac socket: convert to ipv6_dst_lookup_flow for 5.5
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 7aac5566da..075f416408 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.20191205 +PKG_VERSION:=0.0.20191212 PKG_RELEASE:=1 PKG_SOURCE:=WireGuard-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://git.zx2c4.com/WireGuard/snapshot/ -PKG_HASH:=4de4c0efa35f8eb170c27a0bc8977e5c0634b8e19c03915d03218cc88bb0adbe +PKG_HASH:=b0d718380f7a8822b2f12d75e462fa4eafa3a77871002981f367cd4fe2a1b071 PKG_LICENSE:=GPL-2.0 Apache-2.0 PKG_LICENSE_FILES:=COPYING |