summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViorel Munteanu <ceamac@gentoo.org>2024-08-27 21:18:26 +0300
committerViorel Munteanu <ceamac@gentoo.org>2024-08-27 21:18:26 +0300
commitc52263280244bbcc756012c3bef6b3f3aa5f7d90 (patch)
treee52b749332dd946d886de6eb27e7941a2df21581 /net-misc/dropbear
parentnet-misc/dropbear: generate ed25519 host key (diff)
downloadgentoo-c52263280244bbcc756012c3bef6b3f3aa5f7d90.tar.gz
gentoo-c52263280244bbcc756012c3bef6b3f3aa5f7d90.tar.bz2
gentoo-c52263280244bbcc756012c3bef6b3f3aa5f7d90.zip
net-misc/dropbear: disable generating the dss key
Bug: https://bugs.gentoo.org/931505 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
Diffstat (limited to 'net-misc/dropbear')
-rw-r--r--net-misc/dropbear/dropbear-2022.83-r1.ebuild (renamed from net-misc/dropbear/dropbear-2022.83.ebuild)2
-rw-r--r--net-misc/dropbear/dropbear-2024.85-r1.ebuild (renamed from net-misc/dropbear/dropbear-2024.85.ebuild)0
-rw-r--r--net-misc/dropbear/files/dropbear.init.d2
3 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/dropbear/dropbear-2022.83.ebuild b/net-misc/dropbear/dropbear-2022.83-r1.ebuild
index 94e79a2f42d8..6c2b03dbdd0d 100644
--- a/net-misc/dropbear/dropbear-2022.83.ebuild
+++ b/net-misc/dropbear/dropbear-2022.83-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
diff --git a/net-misc/dropbear/dropbear-2024.85.ebuild b/net-misc/dropbear/dropbear-2024.85-r1.ebuild
index 257cdc04ca87..257cdc04ca87 100644
--- a/net-misc/dropbear/dropbear-2024.85.ebuild
+++ b/net-misc/dropbear/dropbear-2024.85-r1.ebuild
diff --git a/net-misc/dropbear/files/dropbear.init.d b/net-misc/dropbear/files/dropbear.init.d
index ef744b73c9b5..473c548ba5e0 100644
--- a/net-misc/dropbear/files/dropbear.init.d
+++ b/net-misc/dropbear/files/dropbear.init.d
@@ -11,7 +11,7 @@ check_config() {
mkdir -p /etc/dropbear
local t k
- for t in dss rsa ecdsa ed25519; do
+ for t in rsa ecdsa ed25519; do
k="/etc/dropbear/dropbear_${t}_host_key"
if [ ! -e ${k} ] ; then
# See if support is enabled for this key type.