git: 899ba2248335 - main - www/bozohttpd: Mark BROKEN_SSL
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 May 2023 16:20:31 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=899ba2248335b138543b8f24523cc289dda437f5 commit 899ba2248335b138543b8f24523cc289dda437f5 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-05-03 15:58:15 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-05-03 16:20:00 +0000 www/bozohttpd: Mark BROKEN_SSL - Fails to build with error: 'ERR_func_error_string' is deprecated which were deprecated in OpenSSL 3.0.0 and later Approved by: portmgr (blanket) --- www/bozohttpd/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/www/bozohttpd/Makefile b/www/bozohttpd/Makefile index 8efc1e18c6ed..74da4c199ac6 100644 --- a/www/bozohttpd/Makefile +++ b/www/bozohttpd/Makefile @@ -54,6 +54,8 @@ SSL_CFLAGS_OFF= -DNO_SSL_SUPPORT SSL_LDFLAGS= -L${OPENSSLLIB} SSL_LIBS= -lcrypto -lssl SSL_USES= ssl +SSL_VARS= BROKEN_SSL="openssl30 openssl31" \ + BROKEN_SSL_REASON="Fails to build with error: 'ERR_func_error_string' is deprecated" USER_DESC= Optional /~user transformation (-e, -p, -u) USER_CFLAGS_OFF= -DNO_USER_SUPPORT