From owner-freebsd-questions@FreeBSD.ORG Tue Sep 25 08:27:51 2007 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 0A76816A496 for ; Tue, 25 Sep 2007 08:27:51 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from ch-smtp02.sth.basefarm.net (ch-smtp02.sth.basefarm.net [80.76.149.213]) by mx1.freebsd.org (Postfix) with ESMTP id A94EA13C459 for ; Tue, 25 Sep 2007 08:27:50 +0000 (UTC) (envelope-from erikt@midgard.homeip.net) Received: from c83-253-31-60.bredband.comhem.se ([83.253.31.60]:50621 helo=falcon.midgard.homeip.net) by ch-smtp02.sth.basefarm.net with esmtp (Exim 4.66) (envelope-from ) id 1Ia5l5-0003Vh-88 for freebsd-questions@freebsd.org; Tue, 25 Sep 2007 10:27:07 +0200 Received: (qmail 4899 invoked from network); 25 Sep 2007 10:00:25 +0200 Received: from owl.midgard.homeip.net (10.1.5.7) by falcon.midgard.homeip.net with ESMTP; 25 Sep 2007 10:00:25 +0200 Received: (qmail 95410 invoked by uid 1001); 25 Sep 2007 10:00:25 +0200 Date: Tue, 25 Sep 2007 10:00:25 +0200 From: Erik Trulsson To: Tim DeBoer Message-ID: <20070925080025.GA95335@owl.midgard.homeip.net> Mail-Followup-To: Tim DeBoer , freebsd-questions@freebsd.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.16 (2007-06-09) X-Originating-IP: 83.253.31.60 X-Scan-Result: No virus found in message 1Ia5l5-0003Vh-88. X-Scan-Signature: ch-smtp02.sth.basefarm.net 1Ia5l5-0003Vh-88 2985a7cab63e6825eb3c868cf56b007a Cc: freebsd-questions@freebsd.org Subject: Re: Override ports security restrictions? 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: Tue, 25 Sep 2007 08:27:51 -0000 On Tue, Sep 25, 2007 at 01:27:05AM -0600, Tim DeBoer wrote: > I'm trying to install /usr/ports/graphics/png > > ===> png-1.2.12_1 has known vulnerabilities: > => png -- DoS crash vulnerability. > Reference: > => Please update your ports tree and try again. > *** Error code 1 > > While I can appreciate the attempt to protect me from doing something > "stupid", I really do need to get this installed, and from what I've > read, it looks like a non-issue for me. > > Is there a way to get "force" ports to install this package? Yes. Use 'make -DIGNORE_VULNERABILITIES install' (This is documented in the ports(7) manpage.) -- Erik Trulsson ertr1013@student.uu.se