From owner-freebsd-binup@FreeBSD.ORG Sun Jun 22 02:26:01 2003 Return-Path: Delivered-To: freebsd-binup@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34BE337B401 for ; Sun, 22 Jun 2003 02:26:01 -0700 (PDT) Received: from protov.plain.co.nz (protov.plain.co.nz [202.36.174.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3DAF43FA3 for ; Sun, 22 Jun 2003 02:25:59 -0700 (PDT) (envelope-from zombie@i4free.co.nz) Received: from i4free.co.nz (ppp65167.cyberxpress.co.nz [202.49.65.167]) by protov.plain.co.nz (Postfix) with ESMTP id 414E93CB39; Sun, 22 Jun 2003 21:25:54 +1200 (NZST) Message-ID: <3EF575F1.6090108@i4free.co.nz> Date: Sun, 22 Jun 2003 21:25:05 +1200 From: Andrew Turner User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030612 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kris Kennaway References: <3EF512DF.10602@i4free.co.nz> <20030622031848.GC89485@rot13.obsecurity.org> In-Reply-To: <20030622031848.GC89485@rot13.obsecurity.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-binup@freebsd.org Subject: Re: Protocol & package independent draft X-BeenThere: freebsd-binup@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Design and development of the binary update system List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Jun 2003 09:26:01 -0000 Kris Kennaway wrote: > On Sun, Jun 22, 2003 at 02:22:23PM +1200, Andrew Turner wrote: > >>I have been writing a design for binup to become protocol an package >>independent. This document dosn't specify how to build the packages or >>how to install the packages. >> >>This is the first draft and I would like feedback. >> >>With this draft the client is responsible to select the packages on the >>server to fetch then install them on it's own. > > > IMO, what we need is working code, not more drafts that get > bikeshedded around for a bit but then never get implemented. > > Kris I've started writing some code in c to download the packages using libfetch. If there are any changes to the draft I will fix them in the code when I release it. Andrew