[source] wireguard: bump to 0.0.20171111

LEDE Commits lede-commits at lists.infradead.org
Thu Nov 16 13:35:44 PST 2017


dedeckeh pushed a commit to source.git, branch master:
https://git.lede-project.org/eea9d2505b39da9d34462b48b9dc9cee7222fbb1

commit eea9d2505b39da9d34462b48b9dc9cee7222fbb1
Author: Kevin Darbyshire-Bryant <ldir at darbyshire-bryant.me.uk>
AuthorDate: Thu Nov 16 19:09:33 2017 +0000

    wireguard: bump to 0.0.20171111
    
    edaad55 (tag: 0.0.20171111) version: bump snapshot
    7a989b3 tools: allow for NULL keys everywhere
    46f8cbc curve25519: reject deriving from NULL private keys
    9b43542 tools: remove ioctl cruft
    f6cea8e allowedips: rename from routingtable
    23f553e wg-quick: allow for tabs in keys
    ab9befb netlink: make sure we reserve space for NLMSG_DONE
    73405c0 compat: 4.4.0 has strange ECN function
    868be0c wg-quick: stat the correct enclosing folder of config file
    ceb11ba qemu: bump kernel version
    0a8e173 receive: hoist fpu outside of receive loop
    bee188a qemu: more debugging
    f1fdd8d device: wait for all peers to be freed before destroying
    2188248 qemu: check for memory leaks
    c77a34e netlink: plug memory leak
    0ac8efd device: please lockdep
    a51e196 global: revert checkpatch.pl changes
    65c49d7 Kconfig: remove trailing whitespace
    
    Compile-tested-for: ar71xx
    Run-tested-on: ar71xx Archer C7 v2
    
    Signed-off-by: Kevin Darbyshire-Bryant <ldir at darbyshire-bryant.me.uk>
---
 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 9be2a4c..9c0e075 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.20171101
+PKG_VERSION:=0.0.20171111
 PKG_RELEASE:=1
 
 PKG_SOURCE:=WireGuard-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=https://git.zx2c4.com/WireGuard/snapshot/
-PKG_HASH:=096b6482a65e566c7bf8c059f5ee6aadb2de565b04b6d810c685f1c377540325
+PKG_HASH:=d9347786a9406ac276d86321ca64aadb1f0639cb0582c6e0519c634cf6e81157
 
 PKG_LICENSE:=GPL-2.0 Apache-2.0
 PKG_LICENSE_FILES:=COPYING



More information about the lede-commits mailing list