From e491358c94b67d10df1dc31929661e5948162de0 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Fri, 14 Feb 2020 18:59:50 +0000 Subject: [PATCH] sshd: add upgrade process note about TCP wrappers We need to add user-facing deprecation notices for TCP wrappers; start with a note in the upgrade process docmentation. Sponsored by: The FreeBSD Foundation --- crypto/openssh/FREEBSD-upgrade | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crypto/openssh/FREEBSD-upgrade b/crypto/openssh/FREEBSD-upgrade index 742688f9d707..35f6595fe245 100644 --- a/crypto/openssh/FREEBSD-upgrade +++ b/crypto/openssh/FREEBSD-upgrade @@ -142,6 +142,9 @@ Support for TCP wrappers was removed in upstream 6.7p1. We've added it back by porting the 6.6p1 code forward. + TCP wrappers support in sshd will be disabled in HEAD and will + be removed from FreeBSD in the future. + 6) Agent client reference counting We've added code to ssh-agent.c to implement client reference