Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 May 2023 16:20:29 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4d42cac432e6 - main - security/pam_p11: Mark BROKEN_SSL
Message-ID:  <202305031620.343GKTgq051149@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305031620.343GKTgq051149>