X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=net%2Fwireguard%2FMakefile;h=4679ff3ee3dd4617b7b08ffa8093d0a20454031d;hb=83a03d31cfe83da8cbd6bf937c449c439fb1475e;hp=f55e9a2dbf58c6ec0a465648a4cc5427c8c9dcd6;hpb=b23a5435a6dcc54774c0c2d0686d84911a92700a;p=feed%2Fpackages.git diff --git a/net/wireguard/Makefile b/net/wireguard/Makefile index f55e9a2dbf..4679ff3ee3 100644 --- a/net/wireguard/Makefile +++ b/net/wireguard/Makefile @@ -11,12 +11,12 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=wireguard -PKG_VERSION:=0.0.20170613 +PKG_VERSION:=0.0.20171005 PKG_RELEASE:=1 PKG_SOURCE:=WireGuard-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://git.zx2c4.com/WireGuard/snapshot/ -PKG_HASH:=88ac77569eeb79c517318d58a0954caa0a4d2a6a1694e74c2a3b1c14438ac941 +PKG_HASH:=832a3b7cbb510f6986fd0c3a6b2d86bc75fc9f23b6754d8f46bc58ea8e02d608 PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING @@ -34,8 +34,9 @@ define Package/wireguard/Default SECTION:=net CATEGORY:=Network SUBMENU:=VPN - URL:=https://www.wireguard.io + URL:=https://www.wireguard.com MAINTAINER:=Baptiste Jonglez , \ + Kevin Darbyshire-Bryant , \ Dan Luedtke , \ Jason A. Donenfeld endef @@ -46,8 +47,7 @@ define Package/wireguard/Default/description more useful than IPSec, while avoiding the massive headache. It intends to be considerably more performant than OpenVPN. WireGuard is designed as a general purpose VPN for running on embedded interfaces and super computers - alike, fit for many different circumstances. - It runs over UDP. + alike, fit for many different circumstances. It uses UDP. endef define Package/wireguard @@ -100,7 +100,7 @@ define KernelPackage/wireguard CATEGORY:=Kernel modules SUBMENU:=Network Support TITLE:=Wireguard kernel module - DEPENDS:=+IPV6:kmod-udptunnel6 +kmod-udptunnel4 +kmod-ipt-hashlimit + DEPENDS:=+IPV6:kmod-udptunnel6 +kmod-udptunnel4 FILES:= $(PKG_BUILD_DIR)/src/wireguard.$(LINUX_KMOD_SUFFIX) AUTOLOAD:=$(call AutoProbe,wireguard) endef