git: 57cba0e546f8 - main - lang/erlang-runtime23: Mark BROKEN_SSL
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 May 2023 16:20:11 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=57cba0e546f89f71d4b63670bef0526a6b6fc79e commit 57cba0e546f89f71d4b63670bef0526a6b6fc79e Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-05-03 12:17:25 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-05-03 16:19:56 +0000 lang/erlang-runtime23: Mark BROKEN_SSL - Requires OpenSSL 3.0.0 deprecated FIPS_mode routines Approved by: portmgr (blanket) --- lang/erlang-runtime23/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/erlang-runtime23/Makefile b/lang/erlang-runtime23/Makefile index ee5f6d4643b2..a5290f71b5be 100644 --- a/lang/erlang-runtime23/Makefile +++ b/lang/erlang-runtime23/Makefile @@ -83,6 +83,8 @@ ODBC_CFLAGS= -I/usr/local/include ODBC_LDFLAGS= -L/usr/local/lib OPENSSL_USES= ssl OPENSSL_CONFIGURE_WITH= ssl=${OPENSSLBASE} +OPENSSL_VARS= BROKEN_SSL="openssl30 openssl31" \ + BROKEN_SSL_REASON="Requires OpenSSL 3.0.0 deprecated FIPS_mode routines" SCTP_CONFIGURE_ENABLE= sctp THREADS_CONFIGURE_ENABLE= threads WX_USES= gl