git: 6aee43a56c08 - main - ftp/vsftpd: Mark BROKEN_SSL
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 May 2023 16:20:12 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=6aee43a56c08fccca4c0a3a090a3d77ab0644463 commit 6aee43a56c08fccca4c0a3a090a3d77ab0644463 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-05-03 13:19:13 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-05-03 16:19:56 +0000 ftp/vsftpd: Mark BROKEN_SSL - Requires OpenSSL 3.0.0 deprecated EC_KEY_* routines Approved by: portmgr (blanket) --- ftp/vsftpd/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ftp/vsftpd/Makefile b/ftp/vsftpd/Makefile index 266693ae4aab..51aa1d50cb5f 100644 --- a/ftp/vsftpd/Makefile +++ b/ftp/vsftpd/Makefile @@ -35,6 +35,8 @@ STACKPROTECTOR_DESC= Build with stack-protector .if ${PORT_OPTIONS:MVSFTPD_SSL} && !defined(WITHOUT_SSL) USES+= ssl +BROKEN_SSL= openssl30 openssl31 +BROKEN_SSL_REASON= Requires OpenSSL 3.0.0 deprecated EC_* routines SSL_SUFFIX= -ssl CFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${OPENSSLLIB}