git: 891044fd8447 - main - security/stunnel: Mark BROKEN with libressl
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 08 Oct 2021 15:04:42 UTC
The branch main has been updated by zi: URL: https://cgit.FreeBSD.org/ports/commit/?id=891044fd844759b9d0adf2a7f3329bb1e2e38ac4 commit 891044fd844759b9d0adf2a7f3329bb1e2e38ac4 Author: Ryan Steinmetz <zi@FreeBSD.org> AuthorDate: 2021-10-03 13:42:24 +0000 Commit: Ryan Steinmetz <zi@FreeBSD.org> CommitDate: 2021-10-08 15:04:16 +0000 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