From 95aca1ad1a7072b8619c4673ad3086848373e5a3 Mon Sep 17 00:00:00 2001 From: kn Date: Sun, 26 Apr 2020 16:40:16 +0000 Subject: [PATCH] Update to wiresep 0.11.3 * many improvements in handling transient socket errors, i.e. no route to host no longer prevents us from trying to reconnect at a later time if the remote endpoint is known * fix a possible deadlock when the queue runs full while a peer is not connected * schedule a keepalive after receiving the first data packet in a responder role * further improve log messages From Tim Kuijsten (maintainer), thanks! Tested on amd64, sparc64 and macppc myself as well --- net/wiresep/Makefile | 4 ++-- net/wiresep/distinfo | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/wiresep/Makefile b/net/wiresep/Makefile index f087dffefe9..039a1307d98 100644 --- a/net/wiresep/Makefile +++ b/net/wiresep/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.7 2020/04/24 20:50:15 kn Exp $ +# $OpenBSD: Makefile,v 1.8 2020/04/26 16:40:16 kn Exp $ COMMENT = privilege separated implementation of WireGuard -DISTNAME = wiresep-0.11.2 +DISTNAME = wiresep-0.11.3 MASTER_SITES = https://netsend.nl/wiresep/archive/ CATEGORIES = net security diff --git a/net/wiresep/distinfo b/net/wiresep/distinfo index eeb3406b06b..f9b7d972271 100644 --- a/net/wiresep/distinfo +++ b/net/wiresep/distinfo @@ -1,2 +1,2 @@ -SHA256 (wiresep-0.11.2.tar.gz) = 7ajqpCYcrVeH1dZruknNol6WBOGxgSObRqfq1/mSgic= -SIZE (wiresep-0.11.2.tar.gz) = 396400 +SHA256 (wiresep-0.11.3.tar.gz) = uvhWBE7V9C7Zqms7ApSiFODi7thN7jO+QM2BBtFFBK8= +SIZE (wiresep-0.11.3.tar.gz) = 396804