svn commit: r482341 - in head/net/wireguard: . files
Bernhard Froehlich
decke at FreeBSD.org
Thu Oct 18 11:49:52 UTC 2018
Author: decke
Date: Thu Oct 18 11:49:51 2018
New Revision: 482341
URL: https://svnweb.freebsd.org/changeset/ports/482341
Log:
net/wireguard: Update to 0.0.20181018
- Also remove "sleep 1" from startscript because the race condition has been
fixed upstream.
Modified:
head/net/wireguard/Makefile
head/net/wireguard/distinfo
head/net/wireguard/files/wireguard.in
Modified: head/net/wireguard/Makefile
==============================================================================
--- head/net/wireguard/Makefile Thu Oct 18 11:42:11 2018 (r482340)
+++ head/net/wireguard/Makefile Thu Oct 18 11:49:51 2018 (r482341)
@@ -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}
Modified: head/net/wireguard/distinfo
==============================================================================
--- head/net/wireguard/distinfo Thu Oct 18 11:42:11 2018 (r482340)
+++ head/net/wireguard/distinfo Thu Oct 18 11:49:51 2018 (r482341)
@@ -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
Modified: head/net/wireguard/files/wireguard.in
==============================================================================
--- head/net/wireguard/files/wireguard.in Thu Oct 18 11:42:11 2018 (r482340)
+++ head/net/wireguard/files/wireguard.in Thu Oct 18 11:49:51 2018 (r482341)
@@ -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
More information about the svn-ports-all
mailing list