Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 06 Dec 2025 09:48:53 +0000
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: a1a60aacde80 - main - security/proxytunnel: unbreak build with OpenSSL
Message-ID:  <6933fc05.3525d.5b3f738d@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by ehaupt:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a1a60aacde801ea0aa60f614715712d22a6b9f8f

commit a1a60aacde801ea0aa60f614715712d22a6b9f8f
Author:     Emanuel Haupt <ehaupt@FreeBSD.org>
AuthorDate: 2025-12-06 09:48:46 +0000
Commit:     Emanuel Haupt <ehaupt@FreeBSD.org>
CommitDate: 2025-12-06 09:48:50 +0000

    security/proxytunnel: unbreak build with OpenSSL
    
    Remove BROKEN_SSL and BROKEN_SSL_REASON from the port Makefile since the
    build failure with undefined symbol SSL_get_peer_certificate can no
    longer be reproduced.
    
    The port now builds successfully in poudriere across supported FreeBSD
    versions and architectures, including 13.5, 14.3, and 15.0 on both amd64
    and i386.
---
 security/proxytunnel/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/security/proxytunnel/Makefile b/security/proxytunnel/Makefile
index 9dde77e2ddd0..695dba9a2b49 100644
--- a/security/proxytunnel/Makefile
+++ b/security/proxytunnel/Makefile
@@ -15,8 +15,6 @@ BUILD_DEPENDS=	asciidoc:textproc/asciidoc \
 		minixmlto:textproc/minixmlto
 
 USES=		cpe gmake pkgconfig ssl
-BROKEN_SSL=	openssl openssl31
-BROKEN_SSL_REASON=	Fails to build with ld: error: undefined symbol: SSL_get_peer_certificate
 USE_GITHUB=	yes
 
 PLIST_FILES=	bin/proxytunnel \


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6933fc05.3525d.5b3f738d>