aboutsummaryrefslogtreecommitdiff
path: root/net/wireguard
diff options
context:
space:
mode:
authorBernhard Froehlich <decke@FreeBSD.org>2018-10-18 11:49:51 +0000
committerBernhard Froehlich <decke@FreeBSD.org>2018-10-18 11:49:51 +0000
commit8e18bea0ffce753bf49535353cb8813857463433 (patch)
treeac73f6c7f91975659be8df6123865134ae534815 /net/wireguard
parent454f5e0576711c10bb441b00b9581f546323bb15 (diff)
downloadports-8e18bea0ffce753bf49535353cb8813857463433.tar.gz
ports-8e18bea0ffce753bf49535353cb8813857463433.zip
net/wireguard: Update to 0.0.20181018
- Also remove "sleep 1" from startscript because the race condition has been fixed upstream.
Notes
Notes: svn path=/head/; revision=482341
Diffstat (limited to 'net/wireguard')
-rw-r--r--net/wireguard/Makefile3
-rw-r--r--net/wireguard/distinfo6
-rw-r--r--net/wireguard/files/wireguard.in3
3 files changed, 4 insertions, 8 deletions
diff --git a/net/wireguard/Makefile b/net/wireguard/Makefile
index 7dbb2365627f..ba5bd1b76986 100644
--- a/net/wireguard/Makefile
+++ b/net/wireguard/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= wireguard
-PORTVERSION= 0.0.20181007
-PORTREVISION= 1
+PORTVERSION= 0.0.20181018
CATEGORIES= net
MASTER_SITES= https://git.zx2c4.com/WireGuard/snapshot/
DISTNAME= WireGuard-${PORTVERSION}
diff --git a/net/wireguard/distinfo b/net/wireguard/distinfo
index 7fb4711f7c52..da9bd26d2da8 100644
--- a/net/wireguard/distinfo
+++ b/net/wireguard/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1538984311
-SHA256 (WireGuard-0.0.20181007.tar.xz) = d26e0d1216594871b5947e76d64c2fa50e9b34b68cdcfa3fdad588cbb314af89
-SIZE (WireGuard-0.0.20181007.tar.xz) = 299128
+TIMESTAMP = 1539848429
+SHA256 (WireGuard-0.0.20181018.tar.xz) = af05824211b27cbeeea2b8d6b76be29552c0d80bfe716471215e4e43d259e327
+SIZE (WireGuard-0.0.20181018.tar.xz) = 299432
diff --git a/net/wireguard/files/wireguard.in b/net/wireguard/files/wireguard.in
index f61a77387b64..decf54f75d09 100644
--- a/net/wireguard/files/wireguard.in
+++ b/net/wireguard/files/wireguard.in
@@ -29,9 +29,6 @@ wireguard_stop()
%%PREFIX%%/wg-quick down ${interface}
done
done
-
- # race condition in wg-quick down
- sleep 1
}
load_rc_config $name