Skip to content

Commit

Permalink
security/sslsplit: Mark IGNORE_SSL
Browse files Browse the repository at this point in the history
- Fails to build with error: undefined symbol: ERR_GET_FUNC which has
  been deprecated on OpenSSL 3.0.0 and later
- Mark DEPRECATED as upstream has mentioned inactivity with the
  possibility of returning
  • Loading branch information
5u623l20 committed May 3, 2023
1 parent 2d71732 commit 3261160
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions security/sslsplit/Makefile
Expand Up @@ -11,6 +11,10 @@ WWW= https://www.roe.ch/SSLsplit
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

DEPRECATED= Upstream has mentioned inactivity with the possibility of returning
IGNORE_SSL= openssl30 openssl31
IGNORE_SSL_REASON= error: undefined symbol: ERR_GET_FUNC which were deprecated in OpenSSL 3.0.0 and later

LIB_DEPENDS= libevent.so:devel/libevent \
libnet.so:net/libnet

Expand Down

0 comments on commit 3261160

Please sign in to comment.