Closes:
https://bugs.gentoo.org/911450
Signed-off-by: Ulrich Müller <
ulm@gentoo.org>
---
app-shells/mksh/mksh-59c.ebuild | 6 +--
app-shells/mksh/mksh-9999.ebuild | 90 ++++++++++++++++++++++++++++++++
2 files changed, 93 insertions(+), 3 deletions(-)
create mode 100644 app-shells/mksh/mksh-9999.ebuild
diff --git a/app-shells/mksh/mksh-59c.ebuild b/app-shells/mksh/mksh-59c.ebuild index 09bf32351049..2921a6d7f5c8 100644
--- a/app-shells/mksh/mksh-59c.ebuild
+++ b/app-shells/mksh/mksh-59c.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,6 +10,7 @@ if [[ ${PV} == *9999 ]] ; then
ECVS_MODULE="mksh"
ECVS_USER="_anoncvs"
ECVS_AUTH="ext"
+ ECVS_SSH_EXTRA_OPTS=( "-oHostKeyAlgorithms=+ssh-rsa" )
inherit cvs
else
SRC_URI="
https://www.mirbsd.org/MirOS/dist/mir/mksh/${PN}-R${PV}.tgz" @@ -19,6 +20,7 @@ fi
DESCRIPTION="MirBSD Korn Shell"
# Host is TLSv1.0-only, keep to http for compatibility with modern browsers
HOMEPAGE="
http://