]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
ssh: update to OpenSSH v8.8p1
authorEd Maste <emaste@FreeBSD.org>
Sun, 19 Dec 2021 16:02:02 +0000 (11:02 -0500)
committerEd Maste <emaste@FreeBSD.org>
Sun, 19 Dec 2021 16:02:02 +0000 (11:02 -0500)
commite9e8876a4d6afc1ad5315faaa191b25121a813d7
tree6cd5412a462bb189092d5d3bce71e9458107dce3
parent71a1539e378310120fede100b867ffa995fd9a7a
parent4f19900354cc6b4531038e294d8ad1d115118e9d
ssh: update to OpenSSH v8.8p1

OpenSSH v8.8p1 was motivated primarily by a security update and
deprecation of RSA/SHA1 signatures.  It also has a few minor bug fixes.

The security update was already applied to FreeBSD as an independent
change, and the RSA/SHA1 deprecation is excluded from this commit but
will immediately follow.

MFC after: 1 month
Relnotes: Yes
Sponsored by: The FreeBSD Foundation
45 files changed:
crypto/openssh/.github/setup_ci.sh
crypto/openssh/.github/workflows/c-cpp.yml
crypto/openssh/ChangeLog
crypto/openssh/README
crypto/openssh/auth-pam.c
crypto/openssh/channels.c
crypto/openssh/clientloop.c
crypto/openssh/compat.c
crypto/openssh/config.h
crypto/openssh/configure.ac
crypto/openssh/contrib/redhat/openssh.spec
crypto/openssh/contrib/suse/openssh.spec
crypto/openssh/log.c
crypto/openssh/openbsd-compat/bsd-pselect.c
crypto/openssh/opensshd.init.in
crypto/openssh/platform-tracing.c
crypto/openssh/readconf.c
crypto/openssh/readconf.h
crypto/openssh/regress/Makefile
crypto/openssh/regress/agent-getpeereid.sh
crypto/openssh/regress/exit-status-signal.sh
crypto/openssh/regress/hostkey-rotate.sh
crypto/openssh/regress/keys-command.sh
crypto/openssh/regress/putty-ciphers.sh
crypto/openssh/regress/putty-kex.sh
crypto/openssh/regress/putty-transfer.sh
crypto/openssh/regress/sftp-chroot.sh
crypto/openssh/regress/sshfp-connect.sh
crypto/openssh/regress/test-exec.sh
crypto/openssh/scp.1
crypto/openssh/scp.c
crypto/openssh/servconf.c
crypto/openssh/sftp-client.c
crypto/openssh/sftp-realpath.c
crypto/openssh/sftp.c
crypto/openssh/ssh-keygen.c
crypto/openssh/ssh.1
crypto/openssh/ssh.c
crypto/openssh/ssh_config
crypto/openssh/ssh_config.5
crypto/openssh/ssh_namespace.h
crypto/openssh/sshd.8
crypto/openssh/sshd_config
crypto/openssh/sshd_config.5
crypto/openssh/version.h