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
This commit is contained in:
kn 2020-04-26 16:40:16 +00:00
parent 04b1f33fc5
commit 95aca1ad1a
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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