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:
parent
04b1f33fc5
commit
95aca1ad1a
@ -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
|
COMMENT = privilege separated implementation of WireGuard
|
||||||
|
|
||||||
DISTNAME = wiresep-0.11.2
|
DISTNAME = wiresep-0.11.3
|
||||||
MASTER_SITES = https://netsend.nl/wiresep/archive/
|
MASTER_SITES = https://netsend.nl/wiresep/archive/
|
||||||
|
|
||||||
CATEGORIES = net security
|
CATEGORIES = net security
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
SHA256 (wiresep-0.11.2.tar.gz) = 7ajqpCYcrVeH1dZruknNol6WBOGxgSObRqfq1/mSgic=
|
SHA256 (wiresep-0.11.3.tar.gz) = uvhWBE7V9C7Zqms7ApSiFODi7thN7jO+QM2BBtFFBK8=
|
||||||
SIZE (wiresep-0.11.2.tar.gz) = 396400
|
SIZE (wiresep-0.11.3.tar.gz) = 396804
|
||||||
|
Loading…
Reference in New Issue
Block a user