From owner-freebsd-security@FreeBSD.ORG Mon Mar 28 22:21:42 2005 Return-Path: Delivered-To: freebsd-security@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 52CB316A4CE; Mon, 28 Mar 2005 22:21:42 +0000 (GMT) Received: from utahime.as.wakwak.ne.jp (utahime.as.wakwak.ne.jp [61.205.238.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E6DA43D3F; Mon, 28 Mar 2005 22:21:41 +0000 (GMT) (envelope-from yasu@utahime.org) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) by utahime.as.wakwak.ne.jp (Postfix) with ESMTP id BB303B837; Tue, 29 Mar 2005 07:21:37 +0900 (JST) Received: from localhost.home.utahime.org (localhost.home.utahime.org [127.0.0.1])8220D54C2; Tue, 29 Mar 2005 07:21:37 +0900 (JST) Received: from eastasia.home.utahime.org (localhost.home.utahime.org [127.0.0.1])83946-5878A7BB; Tue, 29 Mar 2005 07:21:37 +0900 Received: from localhost (angel.home.utahime.org [192.168.174.4]) by eastasia.home.utahime.org (Postfix) with ESMTP id 4D88854A2; Tue, 29 Mar 2005 07:21:37 +0900 (JST) Date: Tue, 29 Mar 2005 07:21:35 +0900 (JST) Message-Id: <20050329.072135.17411324.yasu@utahime.org> To: nectar@FreeBSD.org From: KIMURA Yasuhiro In-Reply-To: <42487E8B.9030604@FreeBSD.org> References: <20050328212408.GC12478@mitch.veggiechinese.net> <20050328214011.GB7306@zaphod.nitro.dk> <42487E8B.9030604@FreeBSD.org> X-Mailer: Mew version 4.2.50 on Emacs 21.4 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-AntiVirus: checked by AntiVir MailGate (version: 2.0.2-14; AVE: 6.30.0.7; VDF: 6.30.0.51; host: eastasia.home.utahime.org) cc: freebsd-security@freebsd.org cc: freebsd-security@veggiechinese.net cc: simon@FreeBSD.org Subject: Re: FreeBSD Security Advisory FreeBSD-SA-05:01.telnet X-BeenThere: freebsd-security@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Security issues [members-only posting] List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Mar 2005 22:21:42 -0000 From: Jacques Vidrine Subject: Re: FreeBSD Security Advisory FreeBSD-SA-05:01.telnet Date: Mon, 28 Mar 2005 16:00:43 -0600 > > Due to multiple telnet versions (especially in FreeBSD 4) it was > > judged that including more specific build instructions for all the > > possible combinations of telnet and build options gave to high a risk > > for errors possibly resulting in users not actually getting telnet > > rebuild correctly. > > That's right. For 5.x, it is fairly straightforward: > > # cd /usr/src > # patch < /path/to/patch > # cd /usr/src/lib/libtelnet > # make obj && make depend && make > # cd /usr/src/usr.bin/telnet > # make obj && make depend && make && make install > > But 4.x has no less than four possible telnet clients that might be > installed depending upon local settings of NOCRYPT, MAKE_KERBEROS4, > MAKE_KERBEROS5, and probably others :-/ Does it also get simple on 4.x if there is no /etc/make.conf? --- KIMURA Yasuhiro Mail: yasu@utahime.org WWW: http://www.utahime.org/