aboutsummaryrefslogtreecommitdiff
path: root/lang/erlang/patches/010-openssl-deprecated.patch
Commit message (Collapse)AuthorAge
* erlang: update to version 24.2Sergey V. Lobanov2022-01-09
| | | | | | | | | | | | 1. updated to 24.2 (RN: https://github.com/erlang/otp/releases/tag/OTP-24.2) 2. added libstdcpp dependency 3. erlang-hipe was removed in upstream (ref https://github.com/erlang/otp/commit/fccb8482efc47bf2e48911564df502f087cce5ed) everything related to erlang-hipe was removed from Makefile 4. updated and refreshed patches 5. host-compile ssl library forced to OpenWrt LibreSSL to avoid using system library Signed-off-by: Sergey V. Lobanov <sergey@lobanov.in>
* 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>
* erlang: fix compilation without deprecated OpenSSL APIsRosen Penev2020-08-04
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* erlang: upgrade opt 23.0Xiaobo Tian2020-06-10
| | | | Signed-off-by: Xiaobo Tian <peterwillcn@gmail.com>
* erlang: Fix compilation without deprecated OpenSSL APIsRosen Penev2019-04-20
Renamed the patch as it does more than fix ENGINE support. Signed-off-by: Rosen Penev <rosenp@gmail.com>