From owner-freebsd-security@FreeBSD.ORG Mon Mar 28 21:24:08 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 C997C16A4CE for ; Mon, 28 Mar 2005 21:24:08 +0000 (GMT) Received: from mitch.veggiechinese.net (mitch.veggiechinese.net [66.33.206.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF52943D49 for ; Mon, 28 Mar 2005 21:24:08 +0000 (GMT) (envelope-from freebsd-security@veggiechinese.net) Received: by mitch.veggiechinese.net (Postfix, from userid 1228) id 4E676A3AC; Mon, 28 Mar 2005 13:24:08 -0800 (PST) Date: Mon, 28 Mar 2005 13:24:08 -0800 From: Will Yardley To: freebsd-security@freebsd.org Message-ID: <20050328212408.GC12478@mitch.veggiechinese.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i 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 21:24:08 -0000 On Mon, Mar 28, 2005 at 07:52:14PM +0000, FreeBSD Security Advisories wrote: [ Not sure else where to follow up to - I don't want to bug the security team directly about this, so just writing the list for now ] > b) Execute the following commands as root: > > # cd /usr/src > # patch < /path/to/patch On my home machine (5.3-RELEASE) this failed - I had to go to /usr/src/contrib/telnet/telnet for the patch to apply. > c) Rebuild the operating system as described in > . Just curious... why is it necessary to rebuild the whole operating system? Normally, the security advisories just have you rebuild the program in question - wouldn't that have sufficed here? w