Date: Tue, 29 Mar 2005 07:21:35 +0900 (JST) From: KIMURA Yasuhiro <yasu@utahime.org> To: nectar@FreeBSD.org Cc: simon@FreeBSD.org Subject: Re: FreeBSD Security Advisory FreeBSD-SA-05:01.telnet Message-ID: <20050329.072135.17411324.yasu@utahime.org> In-Reply-To: <42487E8B.9030604@FreeBSD.org> References: <20050328212408.GC12478@mitch.veggiechinese.net> <20050328214011.GB7306@zaphod.nitro.dk> <42487E8B.9030604@FreeBSD.org>
next in thread | previous in thread | raw e-mail | index | archive | help
From: Jacques Vidrine <nectar@FreeBSD.org> 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050329.072135.17411324.yasu>