Hi ports@

I've fixed the last version of net/mlvpn in order to support
OpenBSD 6.6+.

No major changes, just random fixes and version bump.

Changes:

  - Send keepalives every 1s, detect timeouts at 2s (@stapelberg)
  - Fix calculation of loss ration with sequence of tunnel (@flohoff)
  - Fix compiler warning (switch fall through)
  - Fix: ERRMSGSIZ should be greather than PATHMAX
  - Fix: OpenBSD: fix bad usage of TUNSIFINFO: missing type
  - FIX: BSD: tun device name fix. (allow tun10+ to be used)

--
Laurent Coustet
Index: Makefile
===================================================================
RCS file: /cvs/ports/net/mlvpn/Makefile,v
retrieving revision 1.8
diff -u -p -r1.8 Makefile
--- Makefile	12 Jul 2019 20:48:32 -0000	1.8
+++ Makefile	20 Feb 2020 22:47:07 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =		link-aggregation VPN software
 
-V =			2.2.2
+V =			2.3.4
 DISTNAME =		mlvpn-$V
 DISTFILES =		${DISTNAME}{$V}.tar.gz
 WRKDIST =		${WRKDIR}/MLVPN-$V
@@ -26,9 +26,10 @@ CONFIGURE_STYLE =	autoreconf
 CONFIGURE_ENV +=	CPPFLAGS="-I${LOCALBASE}/include" \
 			LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" \
 			ac_cv_header_valgrind_valgrind_h=no
+CONFIGURE_ARGS +=	--without-filters --without-control
 
 AUTOCONF_VERSION =	2.69
-AUTOMAKE_VERSION =	1.14
+AUTOMAKE_VERSION =	1.16
 AUTORECONF =		./autogen.sh
 
 post-patch:
Index: distinfo
===================================================================
RCS file: /cvs/ports/net/mlvpn/distinfo,v
retrieving revision 1.2
diff -u -p -r1.2 distinfo
--- distinfo	24 Oct 2015 08:32:14 -0000	1.2
+++ distinfo	20 Feb 2020 22:47:07 -0000
@@ -1,2 +1,2 @@
-SHA256 (mlvpn-2.2.2.tar.gz) = +kVbV9jmdlUNAc/lUkjVtZX8qBLM69ql6tJBLEMgVF8=
-SIZE (mlvpn-2.2.2.tar.gz) = 78919
+SHA256 (mlvpn-2.3.4.tar.gz) = cXmPLE9B5FCaLv1SmYaQGM9k0ZpnJjM7JQuFo2f5xYU=
+SIZE (mlvpn-2.3.4.tar.gz) = 88270
cvs server: Diffing pkg

Reply via email to