git: 9f4d0f15d37a - main - security/proxytunnel: Mark BROKEN_SSL
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 May 2023 01:30:06 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=9f4d0f15d37adb5e9d58a3f65079d918585d7168 commit 9f4d0f15d37adb5e9d58a3f65079d918585d7168 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-05-02 18:45:35 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-05-03 01:29:49 +0000 security/proxytunnel: Mark BROKEN_SSL - Fails to build with ld: error: undefined symbol: SSL_get_peer_certificate on OpenSSL 3.0.0 and later Approved by: portmgr (blanket) --- security/proxytunnel/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/security/proxytunnel/Makefile b/security/proxytunnel/Makefile index e0429850d321..82eec1d669e5 100644 --- a/security/proxytunnel/Makefile +++ b/security/proxytunnel/Makefile @@ -15,6 +15,8 @@ BUILD_DEPENDS= asciidoc:textproc/asciidoc \ minixmlto:textproc/minixmlto USES= cpe gmake pkgconfig ssl +BROKEN_SSL= openssl30 openssl31 +BROKEN_SSL_REASON= Fails to build with ld: error: undefined symbol: SSL_get_peer_certificate USE_GITHUB= yes PLIST_FILES= bin/proxytunnel man/man1/proxytunnel.1.gz