svn commit: r324137 - stable/10/crypto/openssh

Ngie Cooper ngie at FreeBSD.org
Sat Sep 30 20:31:28 UTC 2017


Author: ngie
Date: Sat Sep 30 20:31:27 2017
New Revision: 324137
URL: https://svnweb.freebsd.org/changeset/base/324137

Log:
  MFC r314601:
  r314601 (by des):
  
  Re-apply part of r311585 which was inadvertantly reverted in the upgrade
  to 7.3p1.  The other part (which adds -DLIBWRAP to sshd's CFLAGS) is
  still in place.

Modified:
  stable/10/crypto/openssh/config.h
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/crypto/openssh/config.h
==============================================================================
--- stable/10/crypto/openssh/config.h	Sat Sep 30 20:28:50 2017	(r324136)
+++ stable/10/crypto/openssh/config.h	Sat Sep 30 20:31:27 2017	(r324137)
@@ -1438,7 +1438,7 @@
 /* #undef LASTLOG_WRITE_PUTUTXLINE */
 
 /* Define if you want TCP Wrappers support */
-#define LIBWRAP 1
+/* #undef LIBWRAP */
 
 /* Define to whatever link() returns for "not supported" if it doesn't return
    EOPNOTSUPP. */


More information about the svn-src-stable mailing list