diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-02-15 00:05:17 +0100 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2020-02-15 08:57:49 +0100 |
commit | 49caf9f98a7798d16da81a5e1dd141763389e509 (patch) | |
tree | 4b5cdc3d02f3537f2b87409dd43888ef85c1269f | |
parent | 7d7aa2fd924c27829ec25f825481554dd81bce97 (diff) | |
download | upstream-49caf9f98a7798d16da81a5e1dd141763389e509.tar.gz upstream-49caf9f98a7798d16da81a5e1dd141763389e509.tar.bz2 upstream-49caf9f98a7798d16da81a5e1dd141763389e509.zip |
wireguard: bump to 0.0.20200215
* send: cleanup skb padding calculation
* socket: remove useless synchronize_net
Sorry for the back-to-back releases. This fixes a regression spotted by Eric
Dumazet.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
-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 6f9ae778f2..231f1f41bc 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.20200205 +PKG_VERSION:=0.0.20200215 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:=9669e165fc7252cab7f908ba57f160f6d57539b7cc81180f260cb675d2fd362b +PKG_HASH:=0def6f3608ec06f6dfc454aa5281a7c38b06ff27096cb341448d20602da4e923 PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING |