From owner-freebsd-questions@FreeBSD.ORG Fri Jan 23 01:14:17 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A841F1065670 for ; Fri, 23 Jan 2009 01:14:17 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-ew0-f20.google.com (mail-ew0-f20.google.com [209.85.219.20]) by mx1.freebsd.org (Postfix) with ESMTP id EC17F8FC22 for ; Fri, 23 Jan 2009 01:14:16 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: by ewy13 with SMTP id 13so3848074ewy.19 for ; Thu, 22 Jan 2009 17:14:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:in-reply-to:references:x-mailer:mime-version :content-type:content-transfer-encoding; bh=h2kUDv6CpSYtWvk/7fBSkZVQhgbvYykZG4D3rh5dMc0=; b=Rxsy1X9tTu7Mft0sUTw07PzS8a7Zp8twh3/m9MFZ3neif+N37H1u1CDCoPis4xYYWa ks1e7zi5Mp76i+BN2Dev1FItMGpOZXJdijlRWE39p3knCgtCHlgEDEi8ttjf0EZAF9Cp l2hPVQwj/ZOeeZc8AUUmCj3QULIURlpPbMGk4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=qH+L/5u0HY5i99i3IaQABV1lCGUh/MpkR9m/B8Fvzn2OuLq2ADMG++KilhuaRrVTai kurK0p78/Os23Y3HvRzhGBJT2k2J/fWJRLjdqYW8qIHZ2e2auMF901Z09pOEIuXtAN93 lJySkkBpmQCcR4z8Xb/b+Nxq1PE7z33poMbnc= Received: by 10.210.136.10 with SMTP id j10mr3006578ebd.188.1232673255845; Thu, 22 Jan 2009 17:14:15 -0800 (PST) Received: from gumby.homeunix.com (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mx.google.com with ESMTPS id b33sm20186282ika.15.2009.01.22.17.14.14 (version=SSLv3 cipher=RC4-MD5); Thu, 22 Jan 2009 17:14:15 -0800 (PST) Date: Fri, 23 Jan 2009 01:14:12 +0000 From: RW To: freebsd-questions@freebsd.org Message-ID: <20090123011412.1b4dfa5a@gumby.homeunix.com> In-Reply-To: <49791625.7000806@lvor.halvorsen.cc> References: <49791625.7000806@lvor.halvorsen.cc> X-Mailer: Claws Mail 3.7.0 (GTK+ 2.14.7; i386-portbld-freebsd7.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: Keeping FreeBSD updated (the binary way) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Jan 2009 01:14:18 -0000 On Fri, 23 Jan 2009 01:58:13 +0100 Svein Halvor Halvorsen wrote: > Is it possible to pkg_add -r packages from -STABLE on the latest > -RELEASE? That is, will the following work, or slowly render my > system to an incoherent state: > > 1) Regularly run freebsd-update > 2) Regularly run portsnap > 3) Set my PACKAGESITE to the -STABLE location > 4) Regularly run portupgrade -P > It'll work most of the time, but occasionally it will fail, when a STABLE package relies on a library or other feature that's not in the release. A compromise might be to stick to the release packages, until portaudit reveals a significant vulnerability and then switch to Stable until the next release.