From owner-freebsd-questions@FreeBSD.ORG  Mon Jan  7 21:59:54 2008
Return-Path: <owner-freebsd-questions@FreeBSD.ORG>
Delivered-To: freebsd-questions@freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 1EA0F16A419
	for <freebsd-questions@freebsd.org>;
	Mon,  7 Jan 2008 21:59:54 +0000 (UTC)
	(envelope-from jhary@unsane.co.uk)
Received: from unsane.co.uk (unsane-pt.tunnel.tserv2.fmt.ipv6.he.net
	[IPv6:2001:470:1f03:1f1::2])
	by mx1.freebsd.org (Postfix) with ESMTP id 890B813C4CE
	for <freebsd-questions@freebsd.org>;
	Mon,  7 Jan 2008 21:59:53 +0000 (UTC)
	(envelope-from jhary@unsane.co.uk)
Received: from shrimp.unsane.co.uk ([10.0.0.178]) (authenticated bits=0)
	by unsane.co.uk (8.14.0/8.14.0) with ESMTP id m07LwlFv082781
	(version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO);
	Mon, 7 Jan 2008 21:58:49 GMT (envelope-from jhary@unsane.co.uk)
Message-ID: <4782A0D2.6040008@unsane.co.uk>
Date: Mon, 07 Jan 2008 21:59:46 +0000
From: Vince <jhary@unsane.co.uk>
User-Agent: Thunderbird 2.0.0.6 (X11/20071007)
MIME-Version: 1.0
To: Jim Pazarena <fquest@ccstores.com>
References: <47829CB6.2050708@ccstores.com>
In-Reply-To: <47829CB6.2050708@ccstores.com>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Cc: freebsd-questions@freebsd.org
Subject: Re: tcp wrappers
X-BeenThere: freebsd-questions@freebsd.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: User questions <freebsd-questions.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-questions>
List-Post: <mailto:freebsd-questions@freebsd.org>
List-Help: <mailto:freebsd-questions-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-questions>, 
	<mailto:freebsd-questions-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 07 Jan 2008 21:59:54 -0000

Jim Pazarena wrote:
> tcp wrappers does not seem to be compiled with the 'blacklist patch' 
> which Wietse Venema provided
> some years back.
> 
> I am curious if/why the implementor(s) within FreeBSD chose to ignore 
> that useful patch?
> 
> Would someone please point out to me how/where I could re-compile tcpd 
> to include
> this patch? I am struggling trying to find the tcpd source on my system.
> 
Umm I think we use /usr/src/contrib/tcp_wrappers, not idea about the 
lack of 'blacklist patch' though.
Should be a case of patching the source there then
cd /usr/src/libexec/tcpd
make && make install clean
Although presumably you need to recompile anything that uses libwrap not 
just tcpd.

Vince

> Thanks
> 
> Jim Pazarena
> 
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to 
> "freebsd-questions-unsubscribe@freebsd.org"