Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Sep 2021 00:55:50 GMT
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 1ceb4ca5c566 - stable/13 - openssh: disable libwrap (TCP wrappers) at configure time
Message-ID:  <202109090055.1890to39042755@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by emaste:

URL: https://cgit.FreeBSD.org/src/commit/?id=1ceb4ca5c566c4552d1912f6a8c8a09bc63873c4

commit 1ceb4ca5c566c4552d1912f6a8c8a09bc63873c4
Author:     Ed Maste <emaste@FreeBSD.org>
AuthorDate: 2021-09-02 00:30:05 +0000
Commit:     Ed Maste <emaste@FreeBSD.org>
CommitDate: 2021-09-09 00:50:05 +0000

    openssh: disable libwrap (TCP wrappers) at configure time
    
    We define LIBWRAP at build time in secure/usr.sbin/sshd/Makefile if
    WITH_TCPWRAPPERS is in effect, so it should not be set in config.h.
    
    MFC after:      1 week
    Sponsored by:   The FreeBSD Foundation
    
    (cherry picked from commit 36cd1e5e8c216e0f67832d59d629f2910a02d4fc)
---
 crypto/openssh/freebsd-configure.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/crypto/openssh/freebsd-configure.sh b/crypto/openssh/freebsd-configure.sh
index b2ac309d86b0..d89d536bfd6a 100755
--- a/crypto/openssh/freebsd-configure.sh
+++ b/crypto/openssh/freebsd-configure.sh
@@ -8,7 +8,7 @@ configure_args="
     --sysconfdir=/etc/ssh
     --with-pam
     --with-ssl-dir=/usr
-    --with-tcp-wrappers
+    --without-tcp-wrappers
     --with-libedit
     --with-ssl-engine
     --without-xauth



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109090055.1890to39042755>