wok rev 24911

updated mlvpn (2.3.4 -> 2.3.5)
author Hans-G?nter Theisgen
date Sat Apr 09 15:36:09 2022 +0100 (2022-04-09)
parents f5d20b5d25c2
children 0602d7ff6bbe
files mlvpn/description.txt mlvpn/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/mlvpn/description.txt	Sat Apr 09 15:36:09 2022 +0100
     1.3 @@ -0,0 +1,8 @@
     1.4 +MLVPN will do its best to achieve the following tasks:
     1.5 +
     1.6 +* Bond your internet links to increase bandwidth (unlimited)
     1.7 +* Secure your internet connection by actively monitoring your links
     1.8 +  and removing the faulty ones, without loosing your TCP connections.
     1.9 +* Secure your internet connection to the aggregation server using
    1.10 +  strong cryptography.
    1.11 +* Scriptable automation and monitoring.
     2.1 --- a/mlvpn/receipt	Sat Apr 09 14:32:04 2022 +0000
     2.2 +++ b/mlvpn/receipt	Sat Apr 09 15:36:09 2022 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="mlvpn"
     2.7 -VERSION="2.3.4"
     2.8 +VERSION="2.3.5"
     2.9  CATEGORY="network"
    2.10  SHORT_DESC="Multi-Link Virtual Public Network."
    2.11  MAINTAINER="pascal.bellard@slitaz.org"
    2.12 @@ -11,7 +11,7 @@
    2.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.14  WGET_URL="https://github.com/zehome/MLVPN/archive/$VERSION.tar.gz"
    2.15  
    2.16 -DEPENDS="libpcap libsodium"
    2.17 +DEPENDS="libev libpcap libsodium"
    2.18  BUILD_DEPENDS="autoconf automake libev-dev libpcap-dev libsodium-dev"
    2.19  
    2.20  current_version()
    2.21 @@ -34,6 +34,5 @@
    2.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.23  genpkg_rules()
    2.24  {
    2.25 -	mkdir -p $fs/usr
    2.26 -	cp -a $install/usr/sbin	$fs/usr
    2.27 +	cook_copy_folders	sbin
    2.28  }