From owner-freebsd-stable@FreeBSD.ORG Thu Aug 28 11:01:37 2003 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B47A716A4BF for ; Thu, 28 Aug 2003 11:01:37 -0700 (PDT) Received: from lariat.org (lariat.org [63.229.157.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id D088C43FDF for ; Thu, 28 Aug 2003 11:01:36 -0700 (PDT) (envelope-from brett@lariat.org) Received: from mustang.lariat.org (IDENT:ppp1000.lariat.org@lariat.org [63.229.157.2]) by lariat.org (8.9.3/8.9.3) with ESMTP id MAA24603; Thu, 28 Aug 2003 12:01:28 -0600 (MDT) X-message-flag: Warning! Use of Microsoft Outlook renders your system susceptible to Internet worms. Message-Id: <4.3.2.7.2.20030828120019.0324b6a0@localhost> X-Sender: brett@localhost X-Mailer: QUALCOMM Windows Eudora Version 4.3.2 Date: Thu, 28 Aug 2003 12:01:14 -0600 To: Colin Percival , stable@freebsd.org From: Brett Glass In-Reply-To: <5.0.2.1.1.20030828103403.02d683a8@popserver.sfu.ca> References: <200308280638.AAA19221@lariat.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Subject: Re: Need to build some systems this week. Snapshots? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2003 18:01:37 -0000 Will this fix everything that needs to be recompiled to avoid the realpath() bug? I'd assumed that I'd have to get a fresh build to deal with the problem. --Brett At 11:56 AM 8/28/2003, Colin Percival wrote: >At 00:38 28/08/2003 -0600, Brett Glass wrote: >>FreeBSD 4.9-RELEASE isn't due out until the end of next month. What's the best >>way to install a relatively stable build of FreeBSD, with all known security >>issues fixed, in the interim? I'd very much NOT like to do a CVS update and >>rebuild the world on these machines, as hard drive space and time available >>for installation will be limited. > >1. Install FreeBSD 4.8-RELEASE >2. pkg_add ftp://ftp.freebsd.org/pub/FreeBSD/ports/i386/packages-4-stable/security/freebsd-update-1.3.tgz >3. mv /usr/local/etc/freebsd-update.conf.sample /usr/local/etc/freebsd-update.conf >4. /usr/local/sbin/freebsd-update fetch >5. /usr/local/sbin/freebsd-update install > > (Ok, dumb question: Why is my pkg_message not part of the package on ftp.freebsd.org? It works when I `make package` locally.) > >Colin Percival > >