Date: Wed, 29 Mar 2023 23:33:38 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: 9faa27f263d1 - main - ssh: update FREEBSD-upgrade for upstream CheckHostIP default change Message-ID: <202303292333.32TNXcgX097746@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=9faa27f263d1b68cc1beb5a58e9ff2a80fa1e20e commit 9faa27f263d1b68cc1beb5a58e9ff2a80fa1e20e Author: Ed Maste <emaste@FreeBSD.org> AuthorDate: 2023-03-29 22:27:21 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2023-03-29 23:32:44 +0000 ssh: update FREEBSD-upgrade for upstream CheckHostIP default change We changed the CheckHostIP default to "no" years ago. Upstream has now made the same change, so do not list it as a local change any longer. I did not just remove the "Modified client-side defaults" section to avoid having to renumber everything, and we may add a new local change in the future. Sponsored by: The FreeBSD Foundation --- crypto/openssh/FREEBSD-upgrade | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/crypto/openssh/FREEBSD-upgrade b/crypto/openssh/FREEBSD-upgrade index 78cca746fb77..caf9597b0d6b 100644 --- a/crypto/openssh/FREEBSD-upgrade +++ b/crypto/openssh/FREEBSD-upgrade @@ -121,9 +121,9 @@ 2) Modified client-side defaults - We've modified some configuration defaults in ssh: - - - CheckHostIP defaults to "no". + We defaulted CheckHostIP to "no" in 2000 (a95c1225217b). Upstream has + now made the same change, and we no longer have any modified client-side + defaults. 3) Canonic host names
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202303292333.32TNXcgX097746>