Skip to content

Commit

Permalink
security/proxytunnel: Mark BROKEN_SSL
Browse files Browse the repository at this point in the history
- Fails to build with ld: error: undefined symbol:
  SSL_get_peer_certificate on OpenSSL 3.0.0 and later

Approved by:	portmgr (blanket)
  • Loading branch information
5u623l20 committed May 3, 2023
1 parent 551118a commit 9f4d0f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions security/proxytunnel/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 9f4d0f1

Please sign in to comment.