From owner-cvs-src@FreeBSD.ORG Mon Aug 22 22:12:51 2005 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38A4516A41F; Mon, 22 Aug 2005 22:12:51 +0000 (GMT) (envelope-from cperciva@freebsd.org) Received: from pd2mo3so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id CAA9643D45; Mon, 22 Aug 2005 22:12:50 +0000 (GMT) (envelope-from cperciva@freebsd.org) Received: from pd2mr8so.prod.shaw.ca (pd2mr8so-qfe3.prod.shaw.ca [10.0.141.11]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0ILN008NG94L5000@l-daemon>; Mon, 22 Aug 2005 16:00:21 -0600 (MDT) Received: from pn2ml4so.prod.shaw.ca ([10.0.121.148]) by pd2mr8so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0ILN00K2Q94L3EM0@pd2mr8so.prod.shaw.ca>; Mon, 22 Aug 2005 16:00:21 -0600 (MDT) Received: from [192.168.0.60] (S0106006067227a4a.vc.shawcable.net [24.87.209.6]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0ILN0050E94JBH@l-daemon>; Mon, 22 Aug 2005 16:00:20 -0600 (MDT) Date: Mon, 22 Aug 2005 15:00:20 -0700 From: Colin Percival In-reply-to: <200508221742.39896.jhb@FreeBSD.org> To: John Baldwin Message-id: <430A4AF4.4070004@freebsd.org> MIME-version: 1.0 Content-type: text/plain; charset=ISO-8859-1 Content-transfer-encoding: 7bit X-Accept-Language: en-us, en References: <200508190356.j7J3uj5D095435@repoman.freebsd.org> <200508221615.37569.jhb@FreeBSD.org> <430A4223.6080009@freebsd.org> <200508221742.39896.jhb@FreeBSD.org> User-Agent: Mozilla Thunderbird 1.0.6 (X11/20050724) Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf newvers.sh X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Aug 2005 22:12:51 -0000 John Baldwin wrote: > On Monday 22 August 2005 05:22 pm, Colin Percival wrote: >>FreeBSD Update doesn't know how to add new files; fortunately, it doesn't >>need to. Security patches don't add new files (or remove them). > > Yet. :) I'm going to try hard to make sure it stays that way. :-) >>The problem of upgrading between versions is outside of the scope of >>FreeBSD Update; it exists _only_ for the purpose of of tracking the >>RELENG_x_y branches. > > Hmm, ok. Might be useful someday to let folks choose to update their 5.3 box > to 5.4, etc. I put some instructions online for doing this -- essentially it comes down to "work out which configuration files you've changed, extract everything else from the new release's ISO image, and then compare file lists to remove any junk which was left behind": http://www.daemonology.net/freebsd-upgrade-5.3-to-5.4/ I considered doing some work to replace "download the 5.4-RELEASE ISO image" with "download a few MB of binary diffs" and generally to make the process more user friendly, but I haven't seen much interest in this so I haven't bothered. That said, I think that bsdupdates.com is going to be doing something along those lines. Colin Percival