From 891044fd844759b9d0adf2a7f3329bb1e2e38ac4 Mon Sep 17 00:00:00 2001 From: Ryan Steinmetz Date: Sun, 3 Oct 2021 09:42:24 -0400 Subject: [PATCH] security/stunnel: Mark BROKEN with libressl --- security/stunnel/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/security/stunnel/Makefile b/security/stunnel/Makefile index 764412548e5c..3d8f6be1cf3b 100644 --- a/security/stunnel/Makefile +++ b/security/stunnel/Makefile @@ -26,6 +26,9 @@ COMMENT= SSL encryption wrapper for standard network daemons LICENSE= GPLv2 GPLv3 LICENSE_COMB= dual +BROKEN_SSL= libressl libressl-devel +BROKEN_SSL_REASON= Missing upstream support + USES= cpe libtool perl5 shebangfix ssl USE_PERL5= build USE_LDCONFIG= yes