]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ssh: Update to OpenSSH 9.7p1
authorEd Maste <emaste@FreeBSD.org>
Mon, 18 Mar 2024 14:00:57 +0000 (10:00 -0400)
committerEd Maste <emaste@FreeBSD.org>
Mon, 18 Mar 2024 14:00:57 +0000 (10:00 -0400)
commita91a246563dffa876a52f53a98de4af9fa364c52
treeddbb3f8fe3c01ccb3d54ea08bdd56ca1279cf696
parentad99fea9045dd3daaeca3d2dd60fffecd2311826
parent9200ce3210fdc00706904d2eb2d8a481ed84eef3
ssh: Update to OpenSSH 9.7p1

This release contains mostly bugfixes.

It also makes support for the DSA signature algorithm a compile-time
option, with plans to disable it upstream later this year and remove
support entirely in 2025.

Full release notes at https://www.openssh.com/txt/release-9.7

Relnotes: Yes
Sponsored by: The FreeBSD Foundation
71 files changed:
crypto/openssh/.github/configs
crypto/openssh/.github/setup_ci.sh
crypto/openssh/.github/workflows/c-cpp.yml
crypto/openssh/.github/workflows/selfhosted.yml
crypto/openssh/.gitignore
crypto/openssh/.skipped-commit-ids
crypto/openssh/ChangeLog
crypto/openssh/PROTOCOL
crypto/openssh/PROTOCOL.agent
crypto/openssh/PROTOCOL.mux
crypto/openssh/README
crypto/openssh/README.platform
crypto/openssh/channels.c
crypto/openssh/clientloop.c
crypto/openssh/config.h
crypto/openssh/configure.ac
crypto/openssh/contrib/redhat/openssh.spec
crypto/openssh/contrib/suse/openssh.spec
crypto/openssh/gss-genr.c
crypto/openssh/kex.c
crypto/openssh/kex.h
crypto/openssh/m4/openssh.m4
crypto/openssh/misc.c
crypto/openssh/misc.h
crypto/openssh/nchan.c
crypto/openssh/openbsd-compat/getopt.h
crypto/openssh/openbsd-compat/openbsd-compat.h
crypto/openssh/readconf.c
crypto/openssh/readconf.h
crypto/openssh/regress/Makefile
crypto/openssh/regress/channel-timeout.sh
crypto/openssh/regress/dynamic-forward.sh
crypto/openssh/regress/misc/fuzz-harness/Makefile
crypto/openssh/regress/misc/fuzz-harness/agent_fuzz_helper.c
crypto/openssh/regress/multiplex.sh
crypto/openssh/regress/putty-ciphers.sh
crypto/openssh/regress/putty-kex.sh
crypto/openssh/regress/putty-transfer.sh
crypto/openssh/regress/test-exec.sh
crypto/openssh/regress/unittests/Makefile.inc
crypto/openssh/regress/unittests/hostkeys/test_iterate.c
crypto/openssh/regress/unittests/kex/test_kex.c
crypto/openssh/regress/unittests/sshkey/test_file.c
crypto/openssh/regress/unittests/sshkey/test_fuzz.c
crypto/openssh/regress/unittests/sshkey/test_sshkey.c
crypto/openssh/regress/unittests/sshsig/tests.c
crypto/openssh/servconf.c
crypto/openssh/session.c
crypto/openssh/sftp.c
crypto/openssh/ssh-add.1
crypto/openssh/ssh-add.c
crypto/openssh/ssh-agent.c
crypto/openssh/ssh-dss.c
crypto/openssh/ssh-keygen.c
crypto/openssh/ssh-keyscan.c
crypto/openssh/ssh-keysign.c
crypto/openssh/ssh-pkcs11-client.c
crypto/openssh/ssh.c
crypto/openssh/ssh_api.c
crypto/openssh/ssh_config.5
crypto/openssh/ssh_namespace.h
crypto/openssh/sshbuf-getput-crypto.c
crypto/openssh/sshconnect.c
crypto/openssh/sshconnect2.c
crypto/openssh/sshd.c
crypto/openssh/sshd_config
crypto/openssh/sshd_config.5
crypto/openssh/sshkey.c
crypto/openssh/sshsig.c
crypto/openssh/version.h
crypto/openssh/xmss_hash.c