git: f2fcda4b6854 - main - security/pam_ssh_agent_auth: unbreak on HEAD, STABLE/14
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Sep 2023 18:14:53 UTC
The branch main has been updated by matthew: URL: https://cgit.FreeBSD.org/ports/commit/?id=f2fcda4b68540dc824a0a5d9338ae23e5148d5fc commit f2fcda4b68540dc824a0a5d9338ae23e5148d5fc Author: Matthew Seaman <matthew@FreeBSD.org> AuthorDate: 2023-09-21 21:16:43 +0000 Commit: Matthew Seaman <matthew@FreeBSD.org> CommitDate: 2023-09-22 18:14:49 +0000 security/pam_ssh_agent_auth: unbreak on HEAD, STABLE/14 After b15b39521644 systems with OpenSSL 3.x have the complete OpenSSL 0.9.8 API avaialable once more. This is slightly anticipating the MFC to STABLE/14. PR: 272220 Reported by: Pierre Pronchery --- security/pam_ssh_agent_auth/Makefile | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/security/pam_ssh_agent_auth/Makefile b/security/pam_ssh_agent_auth/Makefile index 26a8ab773c82..cfb088362f74 100644 --- a/security/pam_ssh_agent_auth/Makefile +++ b/security/pam_ssh_agent_auth/Makefile @@ -1,6 +1,6 @@ PORTNAME= pam_ssh_agent_auth PORTVERSION= 0.10.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security MAINTAINER= matthew@FreeBSD.org @@ -33,11 +33,4 @@ PLIST_FILES= lib/pam_ssh_agent_auth.so \ post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/pam_ssh_agent_auth.so -.include <bsd.port.options.mk> - -.if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base ) || ${SSL_DEFAULT:Mopenssl3*} -IGNORE_SSL= base openssl30 openssl31 -IGNORE_SSL_REASON= Compiles but does not generate a working module with OpenSSL 3.0.0 and later -.endif - .include <bsd.port.mk>