[Midnightbsd-cvs] [MidnightBSD/src] 4f6cdf: OpenSSH 9.3p1

Lucas Holt noreply at github.com
Tue Dec 26 15:54:07 EST 2023


  Branch: refs/heads/master
  Home:   https://github.com/MidnightBSD/src
  Commit: 4f6cdfa87b4b8fd12be04323b8419f87a26d82a0
      https://github.com/MidnightBSD/src/commit/4f6cdfa87b4b8fd12be04323b8419f87a26d82a0
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2023-12-26 (Tue, 26 Dec 2023)

  Changed paths:
    M .depend
    M .github/ci-status.md
    M .github/configs
    M .github/run_test.sh
    M .github/setup_ci.sh
    M .github/workflows/c-cpp.yml
    M .github/workflows/selfhosted.yml
    M .github/workflows/upstream.yml
    M ChangeLog
    M Makefile.in
    M README
    M README.md
    M auth-pam.c
    M auth-shadow.c
    M auth.c
    M auth2-hostbased.c
    M auth2-none.c
    M auth2-pubkey.c
    M auth2-pubkeyfile.c
    M auth2.c
    M authfd.c
    M authfile.c
    M canohost.c
    M channels.c
    M channels.h
    M clientloop.c
    M compat.c
    M compat.h
    M contrib/redhat/openssh.spec
    M contrib/suse/openssh.spec
    M dispatch.c
    M dns.c
    M dns.h
    M hostfile.c
    M kex.c
    M kex.h
    M kexgexs.c
    M krl.c
    M misc.c
    M misc.h
    M moduli.c
    M monitor.c
    M mux.c
    M openbsd-compat/bsd-getentropy.c
    M openbsd-compat/bsd-snprintf.c
    M openbsd-compat/getopt.h
    M openbsd-compat/getopt_long.c
    M openbsd-compat/getrrsetbyname.c
    M openbsd-compat/libressl-api-compat.c
    M openbsd-compat/mktemp.c
    M openbsd-compat/openbsd-compat.h
    M packet.c
    M progressmeter.c
    M readconf.c
    M regress/agent-getpeereid.sh
    M regress/agent-restrict.sh
    M regress/agent.sh
    M regress/dhgex.sh
    M regress/integrity.sh
    M regress/keygen-sshfp.sh
    M regress/knownhosts.sh
    M regress/multiplex.sh
    R regress/sshd-log-wrapper.sh
    M regress/test-exec.sh
    M regress/unittests/kex/test_proposal.c
    M regress/unittests/kex/tests.c
    M regress/unittests/misc/test_ptimeout.c
    M sandbox-seccomp-filter.c
    M scp.c
    M servconf.c
    M serverloop.c
    M session.c
    M sftp-client.c
    M sftp-server.c
    M sftp.c
    M ssh-add.c
    M ssh-agent.c
    M ssh-dss.c
    M ssh-ecdsa-sk.c
    M ssh-ecdsa.c
    M ssh-keygen.1
    M ssh-keygen.c
    M ssh-keyscan.1
    M ssh-keyscan.c
    M ssh-pkcs11.c
    M ssh-rsa.c
    M ssh.c
    M ssh_config.5
    M sshconnect.c
    M sshconnect2.c
    M sshd.8
    M sshd.c
    M sshd_config.5
    M umac.c
    M version.h

  Log Message:
  -----------
  OpenSSH 9.3p1


  Commit: f5a2053e1f4789d3a4e04513c90d794aca3bf4bd
      https://github.com/MidnightBSD/src/commit/f5a2053e1f4789d3a4e04513c90d794aca3bf4bd
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2023-12-26 (Tue, 26 Dec 2023)

  Changed paths:
    M crypto/openssh/.depend
    M crypto/openssh/ChangeLog
    M crypto/openssh/Makefile.in
    M crypto/openssh/README
    M crypto/openssh/README.md
    M crypto/openssh/auth-pam.c
    M crypto/openssh/auth-shadow.c
    M crypto/openssh/auth.c
    M crypto/openssh/auth2-hostbased.c
    M crypto/openssh/auth2-none.c
    M crypto/openssh/auth2-pubkey.c
    M crypto/openssh/auth2-pubkeyfile.c
    M crypto/openssh/auth2.c
    M crypto/openssh/authfd.c
    M crypto/openssh/authfile.c
    M crypto/openssh/canohost.c
    M crypto/openssh/channels.c
    M crypto/openssh/channels.h
    M crypto/openssh/clientloop.c
    M crypto/openssh/compat.c
    M crypto/openssh/compat.h
    M crypto/openssh/contrib/redhat/openssh.spec
    M crypto/openssh/contrib/suse/openssh.spec
    M crypto/openssh/dispatch.c
    M crypto/openssh/dns.c
    M crypto/openssh/dns.h
    M crypto/openssh/hostfile.c
    M crypto/openssh/kex.c
    M crypto/openssh/kex.h
    M crypto/openssh/kexgexs.c
    M crypto/openssh/krl.c
    M crypto/openssh/misc.c
    M crypto/openssh/misc.h
    M crypto/openssh/moduli.c
    M crypto/openssh/monitor.c
    M crypto/openssh/mux.c
    M crypto/openssh/openbsd-compat/bsd-getentropy.c
    M crypto/openssh/openbsd-compat/bsd-snprintf.c
    M crypto/openssh/openbsd-compat/getopt.h
    M crypto/openssh/openbsd-compat/getopt_long.c
    M crypto/openssh/openbsd-compat/getrrsetbyname.c
    M crypto/openssh/openbsd-compat/libressl-api-compat.c
    M crypto/openssh/openbsd-compat/mktemp.c
    M crypto/openssh/openbsd-compat/openbsd-compat.h
    M crypto/openssh/packet.c
    M crypto/openssh/progressmeter.c
    M crypto/openssh/readconf.c
    M crypto/openssh/regress/agent-getpeereid.sh
    M crypto/openssh/regress/agent-restrict.sh
    M crypto/openssh/regress/agent.sh
    M crypto/openssh/regress/dhgex.sh
    M crypto/openssh/regress/integrity.sh
    M crypto/openssh/regress/keygen-sshfp.sh
    M crypto/openssh/regress/knownhosts.sh
    M crypto/openssh/regress/multiplex.sh
    R crypto/openssh/regress/sshd-log-wrapper.sh
    M crypto/openssh/regress/test-exec.sh
    M crypto/openssh/regress/unittests/kex/test_proposal.c
    M crypto/openssh/regress/unittests/kex/tests.c
    M crypto/openssh/regress/unittests/misc/test_ptimeout.c
    M crypto/openssh/sandbox-seccomp-filter.c
    M crypto/openssh/scp.c
    M crypto/openssh/servconf.c
    M crypto/openssh/serverloop.c
    M crypto/openssh/session.c
    M crypto/openssh/sftp-client.c
    M crypto/openssh/sftp-server.c
    M crypto/openssh/sftp.c
    M crypto/openssh/ssh-add.c
    M crypto/openssh/ssh-agent.c
    M crypto/openssh/ssh-dss.c
    M crypto/openssh/ssh-ecdsa-sk.c
    M crypto/openssh/ssh-ecdsa.c
    M crypto/openssh/ssh-keygen.1
    M crypto/openssh/ssh-keygen.c
    M crypto/openssh/ssh-keyscan.1
    M crypto/openssh/ssh-keyscan.c
    M crypto/openssh/ssh-pkcs11.c
    M crypto/openssh/ssh-rsa.c
    M crypto/openssh/ssh.c
    M crypto/openssh/ssh_config.5
    M crypto/openssh/sshconnect.c
    M crypto/openssh/sshconnect2.c
    M crypto/openssh/sshd.8
    M crypto/openssh/sshd.c
    M crypto/openssh/sshd_config.5
    M crypto/openssh/umac.c
    M crypto/openssh/version.h

  Log Message:
  -----------
  OpenSSH 9.3p1
Merge commit '4f6cdfa87b4b8fd12be04323b8419f87a26d82a0'


  Commit: 56738ea990a3d322f99ef40761dc0590fe45f595
      https://github.com/MidnightBSD/src/commit/56738ea990a3d322f99ef40761dc0590fe45f595
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2023-12-26 (Tue, 26 Dec 2023)

  Changed paths:
    M crypto/openssh/session.c
    A crypto/openssh/sk_config.h
    M crypto/openssh/ssh-gss.h
    M crypto/openssh/ssh.1
    M crypto/openssh/ssh_namespace.h
    M crypto/openssh/sshd_config
    M crypto/openssh/version.h
    M secure/lib/libssh/Makefile

  Log Message:
  -----------
  Update openssh to 9.3p1


  Commit: 209e961ec4cf724e9da93f52913901fbac021ad6
      https://github.com/MidnightBSD/src/commit/209e961ec4cf724e9da93f52913901fbac021ad6
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2023-12-26 (Tue, 26 Dec 2023)

  Changed paths:
    M UPDATING

  Log Message:
  -----------
  OpenSSH 9.3p1


  Commit: b15fd36099528b5c2250ad8dbb52617103ee8fca
      https://github.com/MidnightBSD/src/commit/b15fd36099528b5c2250ad8dbb52617103ee8fca
  Author: Lucas Holt <luke at foolishgames.com>
  Date:   2023-12-26 (Tue, 26 Dec 2023)

  Changed paths:
    M crypto/openssh/sftp.c

  Log Message:
  -----------
      Overwriting tmp in tmp = make_absolute_pwd_glob(tmp, remote_path)
    leaks the storage that tmp points to.

Obtained from: FreeBSD


Compare: https://github.com/MidnightBSD/src/compare/c2290d7202e6...b15fd3609952


More information about the Midnightbsd-cvs mailing list