aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2025-12-06 09:48:46 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2025-12-06 09:48:50 +0000
commita1a60aacde801ea0aa60f614715712d22a6b9f8f (patch)
tree35225a4e74b1aec79f5f524fefa34ea767ae29f2
parentdca0d23c8c31a20b95387f418ea3c7b39d8099c5 (diff)
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.
-rw-r--r--security/proxytunnel/Makefile2
1 files changed, 0 insertions, 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 \