[OpenWrt-Devel] [PATCH] wireguard: bump to 0.0.20200214
Jason A. Donenfeld
Jason at zx2c4.com
Fri Feb 14 08:40:53 EST 2020
* chacha20poly1305: defensively protect against large inputs
Defense-in-depth sort of check.
* netns: ensure that icmp src address is correct with nat
We finally upstreamed the last remaining compat.h hack in this patch series:
https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net.git/commit/?id=803381f9f117493d6204d82445a530c834040fe6
That means we can port compat.h to use the new proper API.
* receive: reset last_under_load to zero
Matt found a small optimization while porting the Linux kernel module to
OpenBSD's kernel.
* send: account for mtu=0 devices
This fixes issues related to setting the MTU of a device to zero.
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 6f9ae77..776f375 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.20200214
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:=6aaed62beb23803a456b7875a56e9462125a589c9dfb6d0b672c1a8f9f3f45ab
PKG_LICENSE:=GPL-2.0
PKG_LICENSE_FILES:=COPYING
--
2.25.0
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list