diff options
author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-05-03 17:58:15 +0200 |
---|---|---|
committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2023-05-03 18:20:00 +0200 |
commit | 899ba2248335b138543b8f24523cc289dda437f5 (patch) | |
tree | 412dcbc6ffd6e5ad1b077870b29b5683f9462d12 | |
parent | security/p5-openxpki: Mark BROKEN_SSL (diff) |
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)
-rw-r--r-- | www/bozohttpd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |