Date: Sun, 5 Feb 2023 18:18:41 GMT From: Ed Maste <emaste@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: c755a7cc1ede - main - ssh: remove old reference from update instructions Message-ID: <202302051818.315IIfXu048803@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=c755a7cc1edea3875ae6910226e0bee0f0edb170 commit c755a7cc1edea3875ae6910226e0bee0f0edb170 Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2023-02-05 18:15:29 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2023-02-05 18:17:46 +0000 ssh: remove old reference from update instructions ssh_config and ssh_config.5 no longer contain the VersionAddendum, so remove instructions to update these files. Fixes: bffe60ead024 ("ssh: retire client VersionAddendum") Sponsored By: The FreeBSD Foundation --- crypto/openssh/FREEBSD-upgrade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crypto/openssh/FREEBSD-upgrade b/crypto/openssh/FREEBSD-upgrade index 9f6f3d577e01..f4be34754af7 100644 --- a/crypto/openssh/FREEBSD-upgrade +++ b/crypto/openssh/FREEBSD-upgrade @@ -66,8 +66,8 @@ (leaving them deleted). 10) Resolve conflicts. Remember to bump the version addendum in - version.h, and update the default value in ssh{,d}_config and - ssh{,d}_config.5. + version.h, and update the default value in sshd_config and + sshd_config.5. 11) Diff against the vendor branch:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302051818.315IIfXu048803>