[openwrt/openwrt] wireguard: bump to 1.0.20200908

LEDE Commits lede-commits at lists.infradead.org
Wed Sep 9 01:56:00 EDT 2020


dedeckeh pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/d8104c83535634906a4f3bd92f2e59c7fa7ceefd

commit d8104c83535634906a4f3bd92f2e59c7fa7ceefd
Author: Jason A. Donenfeld <Jason at zx2c4.com>
AuthorDate: Tue Sep 8 18:28:30 2020 +0200

    wireguard: bump to 1.0.20200908
    
    * compat: backport kfree_sensitive and switch to it
    * netlink: consistently use NLA_POLICY_EXACT_LEN()
    * netlink: consistently use NLA_POLICY_MIN_LEN()
    * compat: backport NLA policy macros
    
    Backports from upstream changes.
    
    * peerlookup: take lock before checking hash in replace operation
    
    A fix for a race condition caught by syzkaller.
    
    Signed-off-by: Jason A. Donenfeld <Jason at zx2c4.com>
---
 package/network/services/wireguard/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/network/services/wireguard/Makefile b/package/network/services/wireguard/Makefile
index 8c408d06a7..7df219f3f7 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:=1.0.20200729
+PKG_VERSION:=1.0.20200908
 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:=690c7d9e115e2ff27386811cb495c9784678f717c8d6fc4cc7469dce373f252e
+PKG_HASH:=ad33b2d2267a37e0f65c97e65e7d4d926d5aef7d530c251b63fbf919048eead9
 
 PKG_LICENSE:=GPL-2.0
 PKG_LICENSE_FILES:=COPYING



More information about the lede-commits mailing list