]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
wireguard: bump to version 0.0.20171111
authorPeter Korsgaard <peter@korsgaard.com>
Mon, 13 Nov 2017 22:14:01 +0000 (23:14 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 14 Nov 2017 13:04:29 +0000 (14:04 +0100)
Contains a number of important fixes. From the relase notes:

https://lists.zx2c4.com/pipermail/wireguard/2017-November/001935.html

  * netlink: plug memory leak
  * qemu: check for memory leaks

  There was a small memory leak on the netlink configuration layer that's now
  been fixed.

  * netlink: make sure we reserve space for NLMSG_DONE

  A rather important change - due to an upstream kernel bug, that's existed
  since the advent of netlink itself, sometimes wg(8) failed to receive valid
  data back from kernelspace, resulting in "ENOBUFS" when trying to dump all
  peers. This patch works around it while we wait for upstream to commit the
  fix.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/wireguard/wireguard.hash
package/wireguard/wireguard.mk

index 050d466471df3084c287cb121d8be833f6fc2250..3749456cb0b54d0209e91adea42fe820ee8ceed0 100644 (file)
@@ -1,4 +1,4 @@
-# From https://lists.zx2c4.com/pipermail/wireguard/2017-November/001881.html
-sha256 096b6482a65e566c7bf8c059f5ee6aadb2de565b04b6d810c685f1c377540325  WireGuard-0.0.20171101.tar.xz
+# From https://lists.zx2c4.com/pipermail/wireguard/2017-November/001935.html
+sha256 d9347786a9406ac276d86321ca64aadb1f0639cb0582c6e0519c634cf6e81157  WireGuard-0.0.20171111.tar.xz
 # Locally calculated
 sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  COPYING
index 63d536681a566a7f323a0b5fee861252060e2655..2eacb22a4bb4cac5438283e421ebea845827e5c5 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-WIREGUARD_VERSION = 0.0.20171101
+WIREGUARD_VERSION = 0.0.20171111
 WIREGUARD_SITE = https://git.zx2c4.com/WireGuard/snapshot
 WIREGUARD_SOURCE = WireGuard-$(WIREGUARD_VERSION).tar.xz
 WIREGUARD_LICENSE = GPL-2.0