From owner-freebsd-stable@FreeBSD.ORG Mon Jun 14 15:17:04 2004 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 3EF8816A4CE for ; Mon, 14 Jun 2004 15:17:04 +0000 (GMT) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id E186C43D41 for ; Mon, 14 Jun 2004 15:17:03 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from [10.1.1.193] (nfw1.codefab.com [199.103.21.225]) by pi.codefab.com (8.12.11/8.12.11) with ESMTP id i5EFGVo2081971; Mon, 14 Jun 2004 11:16:35 -0400 (EDT) In-Reply-To: <20040612143602.D74026@carver.gumbysoft.com> References: <40CB2BC2.4070201@mac.com> <20040612143602.D74026@carver.gumbysoft.com> Mime-Version: 1.0 (Apple Message framework v618) Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Mon, 14 Jun 2004 11:16:30 -0400 To: Doug White X-Mailer: Apple Mail (2.618) X-Spam-Status: No, hits=0.0 required=5.5 tests=none autolearn=no version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on pi.codefab.com cc: freebsd-stable@freebsd.org cc: Haim Ashkenazi Subject: Re: keeping my freebsd secure... 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: Mon, 14 Jun 2004 15:17:04 -0000 On Jun 12, 2004, at 5:37 PM, Doug White wrote: [ ...with regard to portupgrade handling library dependencies... ] > Note that portupgrade hoards old shared library versions in > /usr/(local/)?lib/compat, so as long as the library version changes, > you won't get bit by these types of incompatible upgrades. Of course, if the reason the library was updated was due to a security problem, having binaries link against the old version means that they are probably vulnerable to whatever the issue is... -- -Chuck