From owner-freebsd-security Fri Jun 8 9:38:28 2001 Delivered-To: freebsd-security@freebsd.org Received: from ringworld.nanolink.com (ringworld.nanolink.com [195.24.48.13]) by hub.freebsd.org (Postfix) with SMTP id 67ABD37B401 for ; Fri, 8 Jun 2001 09:38:21 -0700 (PDT) (envelope-from roam@orbitel.bg) Received: (qmail 51776 invoked by uid 1000); 8 Jun 2001 16:37:02 -0000 Date: Fri, 8 Jun 2001 19:37:02 +0300 From: Peter Pentchev To: Dan Pelleg Cc: freebsd-security@freebsd.org Subject: Re: FreeBSD Security Advisory: FreeBSD-SA-01:40.fts Message-ID: <20010608193702.E535@ringworld.oblivion.bg> Mail-Followup-To: Dan Pelleg , freebsd-security@freebsd.org References: <20010608163410.7BF2137B401@hub.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010608163410.7BF2137B401@hub.freebsd.org>; from peldan@yahoo.com on Fri, Jun 08, 2001 at 12:33:50PM -0400 Sender: owner-freebsd-security@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, Jun 08, 2001 at 12:33:50PM -0400, Dan Pelleg wrote: > > I was trying this: > 3) To patch your present system: download the relevant patch from the > below location, and execute the following commands as root: > > But it seems that: > 1. > # cd /usr/src/lib/libc > > should be /usr/src/lib/libc/gen, right? > > (now in which directory do I "make depend && make all install"?) No, it shouldn't. src/lib/libc/gen contains only part of the libc sources - the so-called 'generic' functions. In this case, you need to rebuild the whole of libc - libc/gen only builds several object files, not a whole library. > 2. > # cd /usr/src/usr.bin/chgrp > > Probably /usr/src/usr.sbin/chown/ is a better choice. Yes, this one is valid :) G'luck, Peter -- This sentence no verb. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-security" in the body of the message