# HG changeset patch # User Hans-G?nter Theisgen # Date 1649514969 -3600 # Node ID 78e3410d2fa2fc78744d17ac479fbdacce7ede23 # Parent f5d20b5d25c2f5c84d41cb9bc5479a092a82123d updated mlvpn (2.3.4 -> 2.3.5) diff -r f5d20b5d25c2 -r 78e3410d2fa2 mlvpn/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mlvpn/description.txt Sat Apr 09 15:36:09 2022 +0100 @@ -0,0 +1,8 @@ +MLVPN will do its best to achieve the following tasks: + +* Bond your internet links to increase bandwidth (unlimited) +* Secure your internet connection by actively monitoring your links + and removing the faulty ones, without loosing your TCP connections. +* Secure your internet connection to the aggregation server using + strong cryptography. +* Scriptable automation and monitoring. diff -r f5d20b5d25c2 -r 78e3410d2fa2 mlvpn/receipt --- a/mlvpn/receipt Sat Apr 09 14:32:04 2022 +0000 +++ b/mlvpn/receipt Sat Apr 09 15:36:09 2022 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="mlvpn" -VERSION="2.3.4" +VERSION="2.3.5" CATEGORY="network" SHORT_DESC="Multi-Link Virtual Public Network." MAINTAINER="pascal.bellard@slitaz.org" @@ -11,7 +11,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/zehome/MLVPN/archive/$VERSION.tar.gz" -DEPENDS="libpcap libsodium" +DEPENDS="libev libpcap libsodium" BUILD_DEPENDS="autoconf automake libev-dev libpcap-dev libsodium-dev" current_version() @@ -34,6 +34,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr - cp -a $install/usr/sbin $fs/usr + cook_copy_folders sbin }