aboutsummaryrefslogtreecommitdiff
path: root/net/softethervpn/patches/120-openssl-deprecated.patch
Commit message (Collapse)AuthorAge
* 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: 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: 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>