Received: from wout2-smtp.messagingengine.com (wout2-smtp.messagingengine.com [64.147.123.25]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 2624F781035 for <~alpine/aports@lists.alpinelinux.org>; Wed, 19 Jan 2022 14:26:10 +0000 (UTC) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.west.internal (Postfix) with ESMTP id 9A12E3202405; Wed, 19 Jan 2022 09:17:52 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute3.internal (MEProxy); Wed, 19 Jan 2022 09:17:52 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fastmail.fm; h= from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; s=fm2; bh=xyteY6hiVTBQQwu4VQjJsa3oLp RJzmJRy8RDb9d9kQM=; b=sNHkGkzA7gW10EsH16WKVBiCTw7mq3pw6fCiZ7kx6W 1N9n2YKB3OkYjz4lIROvfTx1n6lA9E0tLCYK3gDSIrA0gaJ/LM73IKRLon0PNVW7 jseZ6iNq3gReTZkqOOReLKG4JFAUkKgt+XAtZnCAXGB8F8ZR/kK0T/n0etokOPeE WMu+f3s7/L2Dke5dpNPPe1xK39lizdoo4HgWIpSxR33usiJJvGJF7n6LBRbmHcJE UrgC1bbQn3bAqJmuYNdLrmut+cfTAKdItLeZhORBl+QxYkFu02LIAkN8F2Uhm1Wk ZrJ4xMMJGSQRfcCQ46i6ypqIFXlshTc4OfI6kmcYzqxw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:date:from :message-id:mime-version:subject:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=xyteY6hiVTBQQwu4V QjJsa3oLpRJzmJRy8RDb9d9kQM=; b=Kn8lBTWC1ksSJbx7eb8++9euNwu3v5PjA qcAUb9PGc56Pv6qRxUscSmVwVgWeVe6G6DQJ68iuXBbg7PvnpkETla6BiODTlZgU cql3q2eA9gBY0G+gY/3cE0BLlEi+GHmdINbDwvP7rwO/pTZxfTGr7BfpHOKUwayy i7c8GaxqrFRm9OIU+qWYAL3JpqFYUMI1V64JA7Uwgayxdb7RjBb56QM84nSn0Dvf wWRDoA9dQswQa5bezAl8RvZ0dqlJA4DPar379DlqED5kF8o58B8xPGsCM6uFSARd m+PrR8RPjOVWMpGkH7P+/oPiUzStMvuJ289cwn8CVMwYFuzOioX3Q== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvvddrudeigddtfecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecunecujfgurhephffvufffkffoggfgsedtkeertdertd dtnecuhfhrohhmpeeuvghnucghvghishhsuceosgdrfigvihhsshesfhgrshhtmhgrihhl rdhfmheqnecuggftrfgrthhtvghrnhepkeevhfekfeeuffegleffieeuhfevudeikeeuge efveeuudelheejiefhtdetvddvnecuffhomhgrihhnpehsohhfthgvthhhvghrrdhorhhg pdhgihhthhhusgdrtghomhenucevlhhushhtvghrufhiiigvpedtnecurfgrrhgrmhepmh grihhlfhhrohhmpegsrdifvghishhssehfrghsthhmrghilhdrfhhm X-ME-Proxy: Received: by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 19 Jan 2022 09:17:51 -0500 (EST) From: Ben Weiss To: ~alpine/aports@lists.alpinelinux.org Cc: Ben Weiss Subject: [PATCH] testing/softether: new aport Date: Wed, 19 Jan 2022 14:16:31 +0000 Message-Id: <20220119141629.4290-1-b.weiss@fastmail.fm> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit https://www.softether.org SoftEther VPN client and server --- testing/softether/APKBUILD | 99 +++++++++++++++++++++++++++++++ testing/softether/configure.patch | 11 ++++ testing/softether/vpnbridge.initd | 16 +++++ testing/softether/vpnclient.initd | 16 +++++ testing/softether/vpnserver.initd | 16 +++++ 5 files changed, 158 insertions(+) create mode 100644 testing/softether/APKBUILD create mode 100644 testing/softether/configure.patch create mode 100644 testing/softether/vpnbridge.initd create mode 100644 testing/softether/vpnclient.initd create mode 100644 testing/softether/vpnserver.initd diff --git a/testing/softether/APKBUILD b/testing/softether/APKBUILD new file mode 100644 index 0000000000..87ba1aae3e --- /dev/null +++ b/testing/softether/APKBUILD @@ -0,0 +1,99 @@ +# Contributor: bweiss +# Maintainer: bweiss +_buildnumber=9760 +_buildtype=rtm +pkgname=softether +pkgver=4.38 +pkgrel=0 +pkgdesc="Softether VPN" +url="http://www.softether.org" +arch="all" +license="Apache-2.0" +depends_openrc="$pkgname-client || + $pkgname-server || + $pkgname-bridge" +#note- if running a custom kernel, CONFIG_TUN must be set +makedepends="readline-dev + openssl-dev + zlib-dev" +install="" +source="https://github.com/SoftEtherVPN/SoftEtherVPN_Stable/releases/download/v$pkgver-$_buildnumber-$_buildtype/softether-src-v$pkgver-$_buildnumber-$_buildtype.tar.gz + vpnclient.initd + vpnserver.initd + vpnbridge.initd + configure.patch" +builddir="$srcdir/v$pkgver-$_buildnumber" +options="!check" #no tests are implemented +subpackages=" + $pkgname-client + $pkgname-server + $pkgname-bridge + $pkgname-openrc" + +build() { + ./configure + make + +} + +#default make install is inflexible, and installs everything. So not using stock make install. +#base installs only libraries and management utility- then server, client, or bridge can be installed as desired seperately. +#these subpackage entries basically duplicate the relevant install sections in the original makefile (which cannot be called independantly) + +package() { + pkgdesc="$pkgdesc main library and configuration utility" + mkdir -p "$pkgdir"/usr/vpncmd + mkdir -p "$pkgdir"/usr/bin + _build_binfile cmd "$pkgdir" +} + +client() { + pkgdesc="$pkgdesc client" + depends="$depends softether" + mkdir -p "$subpkgdir"/usr/vpnclient + mkdir -p "$subpkgdir"/usr/bin + mkdir -p "$pkgdir"/etc/init.d + _build_binfile "$subpkgname" "$subpkgdir" + install -Dm755 "$srcdir"/vpnclient.initd "$pkgdir"/etc/init.d/vpnclient + +} + +server() { + pkgdesc="$pkgdesc server" + depends="$depends softether" + mkdir -p "$subpkgdir"/usr/vpnserver + mkdir -p "$subpkgdir"/usr/bin + mkdir -p "$pkgdir"/etc/init.d + _build_binfile "$subpkgname" "$subpkgdir" + install -Dm755 "$srcdir"/vpnserver.initd "$pkgdir"/etc/init.d/vpnserver + +} + +bridge() { + pkgdesc="$pkgdesc bridge" + depends="$depends softether" + mkdir -p "$subpkgdir"/usr/vpnbridge + mkdir -p "$subpkgdir"/usr/bin + mkdir -p "$pkgdir"/etc/init.d + _build_binfile "$subpkgname" "$subpkgdir" + install -Dm755 "$srcdir"/vpnbridge.initd "$pkgdir"/etc/init.d/vpnbridge + +} + +_build_binfile() { + _component="${1##*-}" + cp "$builddir"/bin/vpn$_component/hamcore.se2 "$2"/usr/vpn$_component + cp "$builddir"/bin/vpn$_component/vpn$_component "$2"/usr/vpn$_component + echo "#!/bin/sh" > "$2"/usr/bin/vpn$_component + echo /usr/vpn$_component/vpn$_component '"$@"' >> "$2"/usr/bin/vpn$_component + echo 'exit $?' >> "$2"/usr/bin/vpn$_component + chmod 755 "$2"/usr/bin/vpn$_component +} + +sha512sums=" +48be7a4a014f85967bb3beb906a7ff34b51e0828ff4cf9844520815fc83333f453fb71b6924fe62050c3e96cab03266f92465aadb8f2d83bec2addfe9f18c8a8 softether-src-v4.38-9760-rtm.tar.gz +333b58e1c945fefc25227eba7f5de21ec12e1c12f50ddc9fa0763272c19eb9c4c64239b7e540b7e35808440913e1448be7cf4ed3495624cc9bbf209a5fd6a49f vpnclient.initd +d511a56418d46ca75dfb61b73850f70ed161a1129397ef6f68938004bce54540196c8e7e56a1ef8402293b81eac1a54b98220a9b2926e6a1df719d22c47cf1c3 vpnserver.initd +a52e1d9b535957df3c0abda34d75d367f5d83278009fdad58c43cf71557cd1901039e216dda00b23cc2bbef8de14a33f5cc04d6ab3ac247b9113bf2273dfb1f6 vpnbridge.initd +a935d7a5fcfb0794534cfbfe65fc5993f0e667303fe2caed9daa8ab020622e75ded9af971378707aed231f9b24f2b727327a8ca9cb2f5180c2889bf8d2855686 configure.patch +" diff --git a/testing/softether/configure.patch b/testing/softether/configure.patch new file mode 100644 index 0000000000..69c6910bd9 --- /dev/null +++ b/testing/softether/configure.patch @@ -0,0 +1,11 @@ +--- configure.orig 2021-08-17 13:56:35.000000000 +0000 ++++ v4.38-9760/configure 2022-01-17 23:28:46.559026639 +0000 +@@ -83,7 +83,7 @@ esac + + CPU="" + case "`uname -m`" in +-x86_64|amd64|aarch64|arm64|armv8*|mips64|ppc64|sparc64|alpha|ia64) ++x86_64|amd64|aarch64|arm64|armv8*|mips64|ppc64|ppc64le|sparc64|alpha|ia64|s390x) + CPU=64bit + ;; + i?86|x86pc|i86pc|armv4*|armv5*|armv6*|armv7*) diff --git a/testing/softether/vpnbridge.initd b/testing/softether/vpnbridge.initd new file mode 100644 index 0000000000..3d3f85fd3c --- /dev/null +++ b/testing/softether/vpnbridge.initd @@ -0,0 +1,16 @@ +#!/sbin/openrc-run + +description="Starts or Stops the Softether VPN Bridge" +procname="vpnbridge" + +start(){ + ebegin "Starting Softether VPN Bridge" + /usr/bin/vpnbridge start + eend $? +} + +stop(){ + ebegin "Stopping Softether VPN Bridge" + /usr/bin/vpnbridge stop + eend $? +} diff --git a/testing/softether/vpnclient.initd b/testing/softether/vpnclient.initd new file mode 100644 index 0000000000..e391ed5353 --- /dev/null +++ b/testing/softether/vpnclient.initd @@ -0,0 +1,16 @@ +#!/sbin/openrc-run + +description="Starts or Stops the Softether VPN client" +procname="vpnclient" + +start(){ + ebegin "Starting Softether VPN Client" + /usr/bin/vpnclient start + eend $? +} + +stop(){ + ebegin "Stopping Softether VPN Client" + /usr/bin/vpnclient stop + eend $? +} diff --git a/testing/softether/vpnserver.initd b/testing/softether/vpnserver.initd new file mode 100644 index 0000000000..e9844c3491 --- /dev/null +++ b/testing/softether/vpnserver.initd @@ -0,0 +1,16 @@ +#!/sbin/openrc-run + +description="Starts or Stops the Softether VPN Server" +procname="vpnserver" + +start(){ + ebegin "Starting Softether VPN Server" + /usr/bin/vpnserver start + eend $? +} + +stop(){ + ebegin "Stopping Softether VPN Server" + /usr/bin/vpnserver stop + eend $? +} -- 2.32.0