pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/security/openssh
Module Name: pkgsrc
Committed By: wiz
Date: Tue Jul 23 06:38:22 UTC 2024
Modified Files:
pkgsrc/security/openssh: options.mk
Log Message:
openssh: rename legacymodsz option to openssh-legacymodsz
To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 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.49 pkgsrc/security/openssh/options.mk:1.50
--- pkgsrc/security/openssh/options.mk:1.49 Thu Apr 11 05:29:57 2024
+++ pkgsrc/security/openssh/options.mk Tue Jul 23 06:38:22 2024
@@ -1,9 +1,12 @@
-# $NetBSD: options.mk,v 1.49 2024/04/11 05:29:57 schmonz Exp $
+# $NetBSD: options.mk,v 1.50 2024/07/23 06:38:22 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.openssh
-PKG_SUPPORTED_OPTIONS= editline fido kerberos openssl pam legacymodsz
+PKG_SUPPORTED_OPTIONS= editline fido kerberos openssl pam openssh-legacymodsz
PKG_SUGGESTED_OPTIONS= editline openssl
+# remove after pkgsrc-2024Q3
+PKG_OPTIONS_LEGACY_OPTS+= legacymodsz:openssh-legacymodsz
+
.include "../../mk/bsd.prefs.mk"
.include "../../security/libfido2/platform.mk"
@@ -33,7 +36,7 @@ CONFIGURE_ENV+= ac_cv_search_k_hasafs=n
. endif
.endif
-.if !empty(PKG_OPTIONS:Mlegacymodsz)
+.if !empty(PKG_OPTIONS:Mopenssh-legacymodsz)
CONFIGURE_ARGS+= CPPFLAGS="${CPPFLAGS} -DSSH_RSA_INSECURE_LEGACY_MIN_MOD_SZ=768"
.endif
Home |
Main Index |
Thread Index |
Old Index