aboutsummaryrefslogtreecommitdiff
path: root/net/softethervpn/patches
Commit message (Collapse)AuthorAge
* softethervpn: get rid of external iconvRosen Penev2022-07-10
| | | | | | Not really needed. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* softethervpn: fix build on macosSergey V. Lobanov2022-01-31
| | | | | | | | | | | host-compile fails on macos due to several reasons: 1. host-compile Makefile always selected for linux 2. macos host cc (clang) fails due to implicit-function-declaration 3. ar and ranlib tools are hardcoded in softethervpn Makefiles All three issues are fixed by this patch Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* softethervpn: update to 4.38-9760-rtmRosen Penev2021-10-28
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* softethervpn: update to 4.34-9745Rosen Penev2020-10-26
| | | | | | | Several patch changes regarding to OpenSSL as this version does not compile under LibreSSL. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* softethervpn: Fix openssl header patchRosen Penev2019-09-06
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* softethervpn: Add missing OpenSSL headerRosen Penev2019-09-03
| | | | | | | Fixes compilation without OpenSSL deprecated APIs as well as -Werror=implicit-function-declaration. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* softethervpn: Update to rtm version 4.29-9680Philipp Schuster2019-07-19
| | | | | | | | | | Update SoftEther VPN to the latest rtm version 4.29-9680 Compile tested: Atheros AR7xxx/AR9xxx, TP-LINK Archer C7 v2, 18.06.4 Signed-off-by: Philipp Schuster <philippschuster@gmx.com> (rebased and refreshed patches). Signed-off-by: Rosen Penev <rosenp@gmail.com>
* softethervpn: Really fix iconv supportRosen Penev2019-07-11
| | | | | | | | | | softethervpn overrides nls.mk by defining its iconv functions. This only works if the libc has iconv. In addition, it does not allow external libiconv usage. TARGET_LDFLAGS is also the wrong place to add -liconv. Removed SSL3 patch. It was needed for OpenSSL 1.0.2 but not anymore. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* softethervpn: Fix compilation with full/stub iconvRosen Penev2019-05-31
| | | | | | | | | | Needs -liconv. Also fixed compilation without deprecated OpenSSL APIs. Signed-off-by: Rosen Penev <rosenp@gmail.com> Add OPENSSL_init_crypto to deprecated patch Co-Authored-By: Eneas Queiroz <cote2004-github@yahoo.com>
* softethervpn: Fix compilation under 64-bit targetsRosen Penev2019-04-01
| | | | | | -m64 is not compatible with OpenWrt's compilers. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* softethervpn: update to latest release and rework makefileAnsuel Smith2019-01-04
| | | | | | This package install both server client and bridge app... This is useless if someone needs to run only the server on the device. Split the package in 3 subpackage and a base package that contains file needed by all 3. This also upgrade the package to latest release to fix some bug and memory leak. Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
* sstp-client: updated to 1.0.12Federico Di Marco2018-03-06
| | | | | | softethervpn: updated to 4.25-9656 Signed-off-by: Federico Di Marco <fededim@gmail.com>
* softethervpn: updated to version 4.22-9634Federico Di Marco2016-12-31
| | | | | | | - bugfix #3629 - readded nossl3 patch Signed-Off-by: Federico Di Marco <fededim@gmail.com>
* softethervpn: added new package 4.21-9613Rupan2016-11-10
- based on the work done by el1n with his authorization (https://github.com/el1n/OpenWRT-package-softether) - updated softethervpn to latest version - introduced necessary patches for lede compatibility (nossl3) Signed-Off-by: Federico Di Marco <fededim@gmail.com>