mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2024-12-12 18:05:15 +00:00
wireguard: bump to 0.0.20180531 to fix flow offloading
This version bump was made upstream mostly for OpenWRT, and should fix an issue with a null dst when on the flow offloading path. While we're at it, Kevin and I are the only people actually taking care of this package, so trim the maintainer list a bit. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
This commit is contained in:
parent
b7735d8113
commit
060e1ecefa
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Copyright (C) 2016-2017 Jason A. Donenfeld <Jason@zx2c4.com>
|
# Copyright (C) 2016-2018 Jason A. Donenfeld <Jason@zx2c4.com>
|
||||||
# Copyright (C) 2016 Baptiste Jonglez <openwrt@bitsofnetworks.org>
|
# Copyright (C) 2016 Baptiste Jonglez <openwrt@bitsofnetworks.org>
|
||||||
# Copyright (C) 2016-2017 Dan Luedtke <mail@danrl.com>
|
# Copyright (C) 2016-2017 Dan Luedtke <mail@danrl.com>
|
||||||
#
|
#
|
||||||
@ -11,12 +11,12 @@ include $(INCLUDE_DIR)/kernel.mk
|
|||||||
|
|
||||||
PKG_NAME:=wireguard
|
PKG_NAME:=wireguard
|
||||||
|
|
||||||
PKG_VERSION:=0.0.20180519
|
PKG_VERSION:=0.0.20180531
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=WireGuard-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=WireGuard-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=https://git.zx2c4.com/WireGuard/snapshot/
|
PKG_SOURCE_URL:=https://git.zx2c4.com/WireGuard/snapshot/
|
||||||
PKG_HASH:=8846b3006c3f7e079bb38a4c985ccc2981e259f56c927b4cf47cbc1420e1c462
|
PKG_HASH:=ff653095cc0e4c491ab6cd095ddf5d1db207f48f947fb92873a73220363f423c
|
||||||
|
|
||||||
PKG_LICENSE:=GPL-2.0 Apache-2.0
|
PKG_LICENSE:=GPL-2.0 Apache-2.0
|
||||||
PKG_LICENSE_FILES:=COPYING
|
PKG_LICENSE_FILES:=COPYING
|
||||||
@ -35,9 +35,8 @@ define Package/wireguard/Default
|
|||||||
CATEGORY:=Network
|
CATEGORY:=Network
|
||||||
SUBMENU:=VPN
|
SUBMENU:=VPN
|
||||||
URL:=https://www.wireguard.com
|
URL:=https://www.wireguard.com
|
||||||
MAINTAINER:=Baptiste Jonglez <openwrt@bitsofnetworks.org>, \
|
MAINTAINER:=Jason A. Donenfeld <Jason@zx2c4.com> \
|
||||||
Dan Luedtke <mail@danrl.com>, \
|
Kevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
|
||||||
Jason A. Donenfeld <Jason@zx2c4.com>
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/wireguard/Default/description
|
define Package/wireguard/Default/description
|
||||||
|
Loading…
Reference in New Issue
Block a user