summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-10-29 01:08:06 +0000
committerSam James <sam@gentoo.org>2024-10-29 01:08:06 +0000
commitbc6963031680ce2ceae0e2c66e47fcf3b380e938 (patch)
tree81387541208d6a5311140c07147f51d24970a2d3 /net-misc/openssh
parentnet-misc/openssh: add 9.9_p1 (diff)
downloadgentoo-bc6963031680ce2ceae0e2c66e47fcf3b380e938.tar.gz
gentoo-bc6963031680ce2ceae0e2c66e47fcf3b380e938.tar.bz2
gentoo-bc6963031680ce2ceae0e2c66e47fcf3b380e938.zip
net-misc/openssh: backport USE=legacy-ciphers for DSA to 9.8_p1-r3
Closes: https://bugs.gentoo.org/941255 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/openssh')
-rw-r--r--net-misc/openssh/openssh-9.8_p1-r3.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/net-misc/openssh/openssh-9.8_p1-r3.ebuild b/net-misc/openssh/openssh-9.8_p1-r3.ebuild
index 85ee1df6efcb..bc370ec93022 100644
--- a/net-misc/openssh/openssh-9.8_p1-r3.ebuild
+++ b/net-misc/openssh/openssh-9.8_p1-r3.ebuild
@@ -22,7 +22,7 @@ LICENSE="BSD GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
# Probably want to drop ssl defaulting to on in a future version.
-IUSE="abi_mips_n32 audit debug kerberos ldns libedit livecd pam +pie security-key selinux +ssl static test xmss"
+IUSE="abi_mips_n32 audit debug kerberos ldns legacy-ciphers libedit livecd pam +pie security-key selinux +ssl static test xmss"
RESTRICT="!test? ( test )"
@@ -199,6 +199,7 @@ src_configure() {
$(use_with audit audit linux)
$(use_with kerberos kerberos5 "${EPREFIX}"/usr)
$(use_with ldns)
+ $(use_enable legacy-ciphers dsa-keys)
$(use_with libedit)
$(use_with pam)
$(use_with pie)