git: 6f7bc8e7a3d0 - main - ssh: describe deprecated options in general in update doc

From: Ed Maste <emaste_at_FreeBSD.org>
Date: Mon, 05 Sep 2022 00:11:12 UTC
The branch main has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=6f7bc8e7a3d060cc3395c3e0051e3f59182669c3

commit 6f7bc8e7a3d060cc3395c3e0051e3f59182669c3
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2022-08-19 14:43:19 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2022-09-05 00:11:03 +0000

    ssh: describe deprecated options in general in update doc
    
    Rename "HPN" to more general "Retired patches."  We handle two now-
    removed patches the same way: to avoid breaking existing configurations
    we accept, but ignore, the option.
    
    Sponsored by:   The FreeBSD Foundation
---
 crypto/openssh/FREEBSD-upgrade | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/crypto/openssh/FREEBSD-upgrade b/crypto/openssh/FREEBSD-upgrade
index f50e54edcc44..4c669fd4adb1 100644
--- a/crypto/openssh/FREEBSD-upgrade
+++ b/crypto/openssh/FREEBSD-upgrade
@@ -181,12 +181,12 @@
    upstream submission from
    https://github.com/openssh/openssh-portable/pull/262.
 
-8) HPN
+8) Retired patches
 
-   We no longer have the HPN patches (adaptive buffer size for
-   increased throughput on high-BxD links), but we recognize and
-   ignore HPN-related configuration options to avoid breaking existing
-   configurations.
+   We no longer have HPN patches (adaptive buffer size for increased
+   throughput on high-BxD links) or client-side VersionAddendum, but we
+   recognize and ignore the configuration options to avoid breaking
+   existing configurations.