1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-13 10:59:13 +02:00
openwrt-packages/lang/erlang/patches
Sebastian Kemper 6544b67f1f erlang: workaround LibreSSL-3.5.0 compat issues
Cherry-pick four upstream commits that prevent building of
otp_test_engine when LibreSSL-3.5.0 is used.

Since OpenWrt bumped LibreSSL to 3.5.3 the erlang host builds fail to
complete.

 CC	../priv/obj/x86_64-pc-linux-gnu/otp_test_engine.o
otp_test_engine.c: In function 'test_engine_md5_init':
otp_test_engine.c:144:34: error: dereferencing pointer to incomplete type 'EVP_MD_CTX' {aka 'struct env_md_ctx_st'}
 #define data(ctx) ((MD5_CTX *)ctx->md_data)
                                  ^~

Also switch to AUTORELEASE.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2022-07-23 12:45:10 -07:00
..
010-openssl-deprecated.patch erlang: update to version 24.2 2022-01-09 13:46:17 -08:00
020-erts-emulator-reorder-inclued-headers-paths.patch erlang: update to version 24.2 2022-01-09 13:46:17 -08:00
030-crypto-Make-configure-flag-disable-otp-test-engine.patch erlang: workaround LibreSSL-3.5.0 compat issues 2022-07-23 12:45:10 -07:00
031-Update-configure-scripts.patch erlang: workaround LibreSSL-3.5.0 compat issues 2022-07-23 12:45:10 -07:00
032-crypto-do-disable-otp-test-engine-for-LibreSSL-3.5.0.patch erlang: workaround LibreSSL-3.5.0 compat issues 2022-07-23 12:45:10 -07:00
033-Update-configure-scripts.patch erlang: workaround LibreSSL-3.5.0 compat issues 2022-07-23 12:45:10 -07:00