FreeBSD Bugzilla – Attachment 244138 Details for
Bug 272220
security/pam_ssh_agent_auth: fails at runtime after import of OpenSSL 3 (head only)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
security/pam_ssh_agent_auth/Makefile needs a slight tweak to be valid
security__pam_ssh_agent_auth__Makefile.diff (text/plain), 647 bytes, created by
Trond Endrestøl
on 2023-08-16 07:28:54 UTC
(
hide
)
Description:
security/pam_ssh_agent_auth/Makefile needs a slight tweak to be valid
Filename:
MIME Type:
Creator:
Trond Endrestøl
Created:
2023-08-16 07:28:54 UTC
Size:
647 bytes
patch
obsolete
>diff --git a/security/pam_ssh_agent_auth/Makefile b/security/pam_ssh_agent_auth/Makefile >index f422d81b6064..26a8ab773c82 100644 >--- a/security/pam_ssh_agent_auth/Makefile >+++ b/security/pam_ssh_agent_auth/Makefile >@@ -35,7 +35,7 @@ post-install: > > .include <bsd.port.options.mk> > >-.if ( ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400092 && ${SSL_DEFAULT} == base } | ${SSL_DEFAULT:Mopenssl3*} >+.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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 272220
: 244138