From owner-svn-ports-all@freebsd.org Thu Oct 18 11:49:52 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3D56310D9F37; Thu, 18 Oct 2018 11:49:52 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E341888CF2; Thu, 18 Oct 2018 11:49:51 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id DDADE1F63B; Thu, 18 Oct 2018 11:49:51 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w9IBnpjc030607; Thu, 18 Oct 2018 11:49:51 GMT (envelope-from decke@FreeBSD.org) Received: (from decke@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w9IBnpl1030604; Thu, 18 Oct 2018 11:49:51 GMT (envelope-from decke@FreeBSD.org) Message-Id: <201810181149.w9IBnpl1030604@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: decke set sender to decke@FreeBSD.org using -f From: Bernhard Froehlich Date: Thu, 18 Oct 2018 11:49:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482341 - in head/net/wireguard: . files X-SVN-Group: ports-head X-SVN-Commit-Author: decke X-SVN-Commit-Paths: in head/net/wireguard: . files X-SVN-Commit-Revision: 482341 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Oct 2018 11:49:52 -0000 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