Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 940250 - net-misc/openssh-9.9 version bump
Summary: net-misc/openssh-9.9 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal enhancement
Assignee: Gentoo's Team for Core System packages
URL:
Whiteboard:
Keywords:
Depends on: 941255
Blocks:
  Show dependency tree
 
Reported: 2024-09-25 19:20 UTC by Gary E. Miller
Modified: 2024-10-29 01:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gary E. Miller 2024-09-25 19:20:07 UTC
openssh 9.9 is out:

https://www.openssh.com/releasenotes.html#9.9p1

Revbump please.  We may need that quantum resistant crypto real soon now.  :-)

Reproducible: Always
Comment 1 Larry the Git Cow gentoo-dev 2024-10-29 01:06:36 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0147b4dd59f9f653bada12ce3474c54df49030ad

commit 0147b4dd59f9f653bada12ce3474c54df49030ad
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2024-10-29 00:59:32 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-10-29 01:06:01 +0000

    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>

 net-misc/openssh/Manifest                          |   2 +
 .../files/9.9_p1/0001-fix-utmpx-ifdef.patch        |  39 ++
 ...build-construct_utmp-when-USE_BTMP-is-set.patch |  40 ++
 .../9.9_p1/0003-gss-serv.c-needs-sys-param.h.patch |  30 ++
 ...x-regression-introduced-when-I-switched-t.patch | 296 ++++++++++++++
 ...x-previous-change-to-ssh_config-Match-whi.patch |  70 ++++
 ...x-ML-KEM768x25519-KEX-on-big-endian-syste.patch |  99 +++++
 ...0007-upstream-explicitly-include-endian.h.patch |  37 ++
 ...-htole64-etc-for-systems-without-endian.h.patch |  66 +++
 .../files/openssh-9.9_p1-x-forwarding-slow.patch   |  66 +++
 net-misc/openssh/metadata.xml                      |   5 +
 net-misc/openssh/openssh-9.9_p1.ebuild             | 442 +++++++++++++++++++++
 12 files changed, 1192 insertions(+)