]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ssh: Update to OpenSSH 9.6p1
authorEd Maste <emaste@FreeBSD.org>
Fri, 5 Jan 2024 03:16:30 +0000 (22:16 -0500)
committerEd Maste <emaste@FreeBSD.org>
Fri, 5 Jan 2024 03:16:30 +0000 (22:16 -0500)
commit069ac18495ad8fde2748bc94b0f80a50250bb01d
tree2778fdfdb5aea7dde890f4ef35963ef8bd9f1bd3
parent6c951b37170f1fb2ae8b4827070743e61b6eaed2
parent38f55691cb1b1029d9daac42fc5b6b1850eb19c3
ssh: Update to OpenSSH 9.6p1

From the release notes,

> This release contains a number of security fixes, some small features
> and bugfixes.

The most significant change in 9.6p1 is a set of fixes for a newly-
discovered weakness in the SSH transport protocol.  The fix was already
merged into FreeBSD and released as FreeBSD-SA-23:19.openssh.

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

Relnotes: Yes
Sponsored by: The FreeBSD Foundation
69 files changed:
crypto/openssh/.depend
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/ChangeLog
crypto/openssh/Makefile.in
crypto/openssh/PROTOCOL
crypto/openssh/PROTOCOL.agent
crypto/openssh/README
crypto/openssh/auth2.c
crypto/openssh/authfd.c
crypto/openssh/authfd.h
crypto/openssh/channels.c
crypto/openssh/channels.h
crypto/openssh/cipher.c
crypto/openssh/cipher.h
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/kex.c
crypto/openssh/kex.h
crypto/openssh/log.c
crypto/openssh/m4/openssh.m4
crypto/openssh/misc.c
crypto/openssh/misc.h
crypto/openssh/moduli
crypto/openssh/monitor_wrap.c
crypto/openssh/mux.c
crypto/openssh/openbsd-compat/port-solaris.c
crypto/openssh/readconf.c
crypto/openssh/readconf.h
crypto/openssh/regress/Makefile
crypto/openssh/regress/agent-pkcs11-cert.sh
crypto/openssh/regress/agent-pkcs11-restrict.sh
crypto/openssh/regress/agent-pkcs11.sh
crypto/openssh/regress/conch-ciphers.sh
crypto/openssh/regress/dropbear-ciphers.sh
crypto/openssh/regress/dropbear-kex.sh
crypto/openssh/regress/forcecommand.sh
crypto/openssh/regress/sshsig.sh
crypto/openssh/regress/test-exec.sh
crypto/openssh/regress/unittests/Makefile
crypto/openssh/regress/unittests/Makefile.inc
crypto/openssh/scp.c
crypto/openssh/servconf.c
crypto/openssh/sftp-client.c
crypto/openssh/ssh-add.1
crypto/openssh/ssh-add.c
crypto/openssh/ssh-agent.c
crypto/openssh/ssh-pkcs11-client.c
crypto/openssh/ssh-pkcs11.h
crypto/openssh/ssh.1
crypto/openssh/ssh.c
crypto/openssh/ssh2.h
crypto/openssh/ssh_config.5
crypto/openssh/ssh_namespace.h
crypto/openssh/sshconnect.c
crypto/openssh/sshconnect.h
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
secure/usr.bin/ssh-agent/Makefile