wireguard: Bump to 0.0.20161001 3269/head
authorBaptiste Jonglez <git@bitsofnetworks.org>
Fri, 30 Sep 2016 23:44:06 +0000 (01:44 +0200)
committerBaptiste Jonglez <git@bitsofnetworks.org>
Fri, 30 Sep 2016 23:44:08 +0000 (01:44 +0200)
This should massively improve performance for (at least) MIPS targets:

    * poly1305: optimize unaligned access

    This is a very appreciated fix from RenĂ© van Dorst, adjusting the
    arithmetic in Poly1305 to work fast on platforms with slow unaligned
    access, such as MIPS. According to his calculation, this gives a 50%
    improvement on small MIPS boxes.

Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
net/wireguard/Makefile

index 20785a6bb4333491b581a5273a0fb3a5f547c7ca..42f8e6e6ef30f5ed5c8c051da739ea38502dd83c 100644 (file)
@@ -9,12 +9,12 @@ include $(INCLUDE_DIR)/kernel.mk
 
 PKG_NAME:=wireguard
 
-PKG_VERSION:=0.0.20160722
+PKG_VERSION:=0.0.20161001
 PKG_RELEASE:=1
 
 PKG_SOURCE:=WireGuard-experimental-$(PKG_VERSION).tar.xz
 # This is actually SHA256, but OpenWRT/LEDE will figure it out based on the length
-PKG_MD5SUM:=0dcda97b6bb4e962f731a863df9b4291c1c453b01f4faba78be4aaa13a594242
+PKG_MD5SUM:=ac3abb7b940716ac12b96a2cb3f7666598cbefd26f19c268f627dc47cd113ac8
 PKG_SOURCE_URL:=https://git.zx2c4.com/WireGuard/snapshot/
 PKG_BUILD_DIR:=$(BUILD_DIR)/WireGuard-experimental-$(PKG_VERSION)