Update to openvpn-2.5.4

ChangeLog:
https://community.openvpn.net/openvpn/wiki/ChangesInOpenvpn25
This commit is contained in:
jca 2021-10-09 15:36:06 +00:00
parent c1459cb115
commit ea16b07a9c
4 changed files with 10 additions and 10 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.106 2021/07/05 12:15:50 jsg Exp $
# $OpenBSD: Makefile,v 1.107 2021/10/09 15:36:06 jca Exp $
COMMENT= easy-to-use, robust, and highly configurable VPN
DISTNAME= openvpn-2.5.3
DISTNAME= openvpn-2.5.4
CATEGORIES= net security

View File

@ -1,2 +1,2 @@
SHA256 (openvpn-2.5.3.tar.gz) = dfAETfRJQwVVynuZWit3qyTylG/cNmgwG47cI5hqX34=
SIZE (openvpn-2.5.3.tar.gz) = 1849354
SHA256 (openvpn-2.5.4.tar.gz) = +A88PfG5SoiSrlR9+E8VJYMlBoSiS9AizMmO9W+pPZc=
SIZE (openvpn-2.5.4.tar.gz) = 1857261

View File

@ -1,8 +1,8 @@
$OpenBSD: patch-configure,v 1.23 2020/11/02 22:49:17 jca Exp $
$OpenBSD: patch-configure,v 1.24 2021/10/09 15:36:06 jca Exp $
Index: configure
--- configure.orig
+++ configure
@@ -18249,7 +18249,7 @@ else
@@ -18261,7 +18261,7 @@ else
fi

View File

@ -1,4 +1,4 @@
$OpenBSD: patch-src_openvpn_route_c,v 1.15 2021/03/02 10:39:38 jca Exp $
$OpenBSD: patch-src_openvpn_route_c,v 1.16 2021/10/09 15:36:06 jca Exp $
- #1: add support for on-link routes
@ -7,7 +7,7 @@ $OpenBSD: patch-src_openvpn_route_c,v 1.15 2021/03/02 10:39:38 jca Exp $
Index: src/openvpn/route.c
--- src/openvpn/route.c.orig
+++ src/openvpn/route.c
@@ -1808,12 +1808,17 @@ add_route(struct route_ipv4 *r,
@@ -1809,12 +1809,17 @@ add_route(struct route_ipv4 *r,
}
#endif
@ -28,7 +28,7 @@ Index: src/openvpn/route.c
argv_msg(D_ROUTE, &argv);
status = openvpn_execve_check(&argv, es, 0, "ERROR: OpenBSD/NetBSD route add command failed");
@@ -3480,7 +3485,7 @@ get_default_gateway(struct route_gateway_info *rgi, op
@@ -3482,7 +3487,7 @@ get_default_gateway(struct route_gateway_info *rgi, op
/* setup data to send to routing socket */
pid = getpid();
seq = 0;
@ -37,7 +37,7 @@ Index: src/openvpn/route.c
bzero(&m_rtmsg, sizeof(m_rtmsg));
bzero(&so_dst, sizeof(so_dst));
@@ -3698,7 +3703,7 @@ get_default_gateway_ipv6(struct route_ipv6_gateway_inf
@@ -3700,7 +3705,7 @@ get_default_gateway_ipv6(struct route_ipv6_gateway_inf
/* setup data to send to routing socket */
pid = getpid();
seq = 0;