From owner-freebsd-stable@FreeBSD.ORG Sat Jun 12 21:37:01 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 6BC3516A4CE for ; Sat, 12 Jun 2004 21:37:01 +0000 (GMT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6260B43D1F for ; Sat, 12 Jun 2004 21:37:01 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 5503872DF2; Sat, 12 Jun 2004 14:37:01 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 508A672DB5; Sat, 12 Jun 2004 14:37:01 -0700 (PDT) Date: Sat, 12 Jun 2004 14:37:01 -0700 (PDT) From: Doug White To: Chuck Swiger In-Reply-To: <40CB2BC2.4070201@mac.com> Message-ID: <20040612143602.D74026@carver.gumbysoft.com> References: <40CB2BC2.4070201@mac.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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: Sat, 12 Jun 2004 21:37:01 -0000 On Sat, 12 Jun 2004, Chuck Swiger wrote: > > also, if the PNG library having vulnerabilities (as it is now on my > > system) and I update the ports and compile it, do I have to update all the > > ports or only this one (will php break if I won't upgrade it)? > > That depends on whether the newer version of PNG retains shlib > backwards-compatibility with the older version. Good software tends to be > fine, other software where the authors are less concerned about retaining > compatibility with previous versions may require one to recompile dependent > ports as well. 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. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org