aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Seaman <matthew@FreeBSD.org>2023-09-21 21:16:43 +0000
committerMatthew Seaman <matthew@FreeBSD.org>2023-09-22 18:14:49 +0000
commitf2fcda4b68540dc824a0a5d9338ae23e5148d5fc (patch)
treeb01b02575f6cfef2bd4ca3d5c6f1bf9628cf6568
parent2726d70eb4ae66c09cfe9947043bcb1d70014d86 (diff)
downloadports-f2fcda4b68540dc824a0a5d9338ae23e5148d5fc.tar.gz
ports-f2fcda4b68540dc824a0a5d9338ae23e5148d5fc.zip
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
-rw-r--r--security/pam_ssh_agent_auth/Makefile9
1 files changed, 1 insertions, 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>