svn commit: r357925 - head/crypto/openssh

Ed Maste emaste at FreeBSD.org
Fri Feb 14 18:59:50 UTC 2020


Author: emaste
Date: Fri Feb 14 18:59:50 2020
New Revision: 357925
URL: https://svnweb.freebsd.org/changeset/base/357925

Log:
  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

Modified:
  head/crypto/openssh/FREEBSD-upgrade

Modified: head/crypto/openssh/FREEBSD-upgrade
==============================================================================
--- head/crypto/openssh/FREEBSD-upgrade	Fri Feb 14 18:50:03 2020	(r357924)
+++ head/crypto/openssh/FREEBSD-upgrade	Fri Feb 14 18:59:50 2020	(r357925)
@@ -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


More information about the svn-src-head mailing list