Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 May 2023 01:30:06 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: 9f4d0f15d37a - main - security/proxytunnel: Mark BROKEN_SSL
Message-ID:  <202305030130.3431U6Y6074511@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=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



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