Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 May 2023 16:20:31 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 899ba2248335 - main - www/bozohttpd: Mark BROKEN_SSL
Message-ID:  <202305031620.343GKVSA051193@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305031620.343GKVSA051193>