Skip to content

Commit

Permalink
security/pam_ssh_agent_auth: unbreak on HEAD, STABLE/14
Browse files Browse the repository at this point in the history
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
  • Loading branch information
infracaninophile committed Sep 22, 2023
1 parent 2726d70 commit f2fcda4
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions 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
Expand Down Expand Up @@ -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>

0 comments on commit f2fcda4

Please sign in to comment.