pkgsrc-Users archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc/security/openssh
I wanted it enabled for macOS (works for me there) too. What is the
problem with enabling it in general?
Thomas
On Mon, Nov 06, 2023 at 09:27:57AM +0000, Jonathan Perkin wrote:
> Module Name: pkgsrc
> Committed By: jperkin
> Date: Mon Nov 6 09:27:57 UTC 2023
>
> Modified Files:
> pkgsrc/security/openssh: options.mk
>
> Log Message:
> openssh: Only enable fido by default on NetBSD.
>
>
> To generate a diff of this commit:
> cvs rdiff -u -r1.40 -r1.41 pkgsrc/security/openssh/options.mk
>
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.
>
> Modified files:
>
> Index: pkgsrc/security/openssh/options.mk
> diff -u pkgsrc/security/openssh/options.mk:1.40 pkgsrc/security/openssh/options.mk:1.41
> --- pkgsrc/security/openssh/options.mk:1.40 Thu Oct 19 12:28:01 2023
> +++ pkgsrc/security/openssh/options.mk Mon Nov 6 09:27:57 2023
> @@ -1,13 +1,13 @@
> -# $NetBSD: options.mk,v 1.40 2023/10/19 12:28:01 wiz Exp $
> +# $NetBSD: options.mk,v 1.41 2023/11/06 09:27:57 jperkin Exp $
>
> PKG_OPTIONS_VAR= PKG_OPTIONS.openssh
> PKG_SUPPORTED_OPTIONS= editline fido kerberos openssl pam legacymodsz
> -PKG_SUGGESTED_OPTIONS= editline fido openssl
> +PKG_SUGGESTED_OPTIONS= editline openssl
>
> .include "../../mk/bsd.prefs.mk"
>
> .if ${OPSYS} == "NetBSD"
> -PKG_SUGGESTED_OPTIONS+= pam
> +PKG_SUGGESTED_OPTIONS+= fido pam
> .endif
>
> .include "../../mk/bsd.options.mk"
>
Home |
Main Index |
Thread Index |
Old Index