commit: bc6963031680ce2ceae0e2c66e47fcf3b380e938 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue Oct 29 01:08:06 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue Oct 29 01:08:06 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc696303
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 <AT> gentoo.org> net-misc/openssh/openssh-9.8_p1-r3.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)
