diff options
author | Sam James <sam@gentoo.org> | 2024-10-29 00:59:32 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-10-29 01:06:01 +0000 |
commit | 0147b4dd59f9f653bada12ce3474c54df49030ad (patch) | |
tree | f3bc1414a85520ef25ffd81790efdf1c34710815 /net-misc/openssh/metadata.xml | |
parent | dev-libs/elfutils: add 0.192 (diff) | |
download | gentoo-0147b4dd59f9f653bada12ce3474c54df49030ad.tar.gz gentoo-0147b4dd59f9f653bada12ce3474c54df49030ad.tar.bz2 gentoo-0147b4dd59f9f653bada12ce3474c54df49030ad.zip |
net-misc/openssh: add 9.9_p1
* Add a patch from master for slow X forwarding (bug #929191) with
the default-on ObscureKeystrokeTiming feature.
* Pull in various patches from upstream's stable branch (V_9_9) and
add a note to the ebuild about checking it, see
https://marc.info/?l=openssh-unix-dev&m=172723798122122&w=2.
* Add USE=legacy-ciphers (bug #941255) to support DSA keys. I'll probably
backport this to 9.8 too.
Bug: https://bugs.gentoo.org/929191
Closes: https://bugs.gentoo.org/940250
Closes: https://bugs.gentoo.org/941255
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/openssh/metadata.xml')
-rw-r--r-- | net-misc/openssh/metadata.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/net-misc/openssh/metadata.xml b/net-misc/openssh/metadata.xml index da1b4330c4d7..8c35ff54c086 100644 --- a/net-misc/openssh/metadata.xml +++ b/net-misc/openssh/metadata.xml @@ -21,6 +21,11 @@ </longdescription> <use> <flag name="ldns">Use LDNS for DNSSEC/SSHFP validation.</flag> + <flag name="legacy-ciphers"> + Enable support for deprecated, soon-to-be-dropped DSA keys. + + See https://marc.info/?l=openssh-unix-dev>m=170494903207436>w=2. + </flag> <flag name="livecd">Enable root password logins for live-cd environment.</flag> <flag name="security-key">Include builtin U2F/FIDO support</flag> <flag name="ssl">Enable additional crypto algorithms via OpenSSL</flag> |