git: 4d42cac432e6 - main - security/pam_p11: Mark BROKEN_SSL
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 03 May 2023 16:20:29 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=4d42cac432e6a0350a9e6eb4fdb9bce2b28dbc7e commit 4d42cac432e6a0350a9e6eb4fdb9bce2b28dbc7e Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-05-03 15:42:33 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-05-03 16:20:00 +0000 security/pam_p11: Mark BROKEN_SSL - Fails to build with error: 'RSA_*' is deprecated which were deprecated in OpenSSL 3.0.0 and later Approved by: portmgr (blanket) --- security/pam_p11/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/security/pam_p11/Makefile b/security/pam_p11/Makefile index 3b29baf0296e..7cfdcf16e262 100644 --- a/security/pam_p11/Makefile +++ b/security/pam_p11/Makefile @@ -10,6 +10,9 @@ WWW= https://github.com/OpenSC/pam_p11 LICENSE= LGPL21 +BROKEN_SSL= openssl30 openssl31 +BROKEN_SSL_REASON= Fails to build with error: 'RSA_*' is deprecated + LIB_DEPENDS= libp11.so:security/libp11 USES= libtool pkgconfig ssl