svn commit: r314601 - head/crypto/openssh

Dag-Erling Smørgrav des at FreeBSD.org
Fri Mar 3 14:25:56 UTC 2017


Author: des
Date: Fri Mar  3 14:25:55 2017
New Revision: 314601
URL: https://svnweb.freebsd.org/changeset/base/314601

Log:
  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.
  
  Reported by:	ngie

Modified:
  head/crypto/openssh/config.h

Modified: head/crypto/openssh/config.h
==============================================================================
--- head/crypto/openssh/config.h	Fri Mar  3 14:19:37 2017	(r314600)
+++ head/crypto/openssh/config.h	Fri Mar  3 14:25:55 2017	(r314601)
@@ -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-all mailing list