From owner-freebsd-questions@FreeBSD.ORG Tue Sep 25 08:37: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 4C41816A417 for ; Tue, 25 Sep 2007 08:37:51 +0000 (UTC) (envelope-from tdeboer@gmail.com) Received: from wa-out-1112.google.com (wa-out-1112.google.com [209.85.146.183]) by mx1.freebsd.org (Postfix) with ESMTP id 0BDAD13C457 for ; Tue, 25 Sep 2007 08:37:50 +0000 (UTC) (envelope-from tdeboer@gmail.com) Received: by wa-out-1112.google.com with SMTP id k17so2369020waf for ; Tue, 25 Sep 2007 01:37:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=X3t2nyvcAVtQBbGKD70bFXrwvzhf/1lRa4boDP+zMZ4=; b=ut5G1xgIBFuW5QE2DK46Ol4/GTbhLCkiJK8966jLF39Gi1awi+L00H1hPO5+fySTd762TMc2MmVuzWVfD0ux3+PrSD7TiEGRvya87DelRnwdlKg+X92AnDT+J+qNZpp2HH/cZS93f3cEznldZrH03wNTJLEbh7ldWiyc5PrLbJY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=bVhbeCkBputPjsrdyRErogrftaABe6L3KemMxHUmkNrLZb9yti84zFVkzudGYwyyTtP25CbFyTZLVVjSZtpCmLbIAni7nMAW1p6V/jFLuMQcf223V9LfCQaW8V3SSbm3RgoXYm2IfYF3R9yJlVrCojSJwN4EFViUZKel7XAiciE= Received: by 10.114.89.1 with SMTP id m1mr1007939wab.1190709470429; Tue, 25 Sep 2007 01:37:50 -0700 (PDT) Received: by 10.114.202.12 with HTTP; Tue, 25 Sep 2007 01:37:49 -0700 (PDT) Message-ID: Date: Tue, 25 Sep 2007 02:37:49 -0600 From: "Tim DeBoer" To: "Tim DeBoer" , freebsd-questions@freebsd.org In-Reply-To: <20070925080025.GA95335@owl.midgard.homeip.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070925080025.GA95335@owl.midgard.homeip.net> Cc: 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:37:51 -0000 On 9/25/07, Erik Trulsson wrote: > 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 > Hmmm, it seems to want to work, but I end up with a bunch of errors. # make -DIGNORE_VULNERABILITIES install "/usr/ports/Mk/bsd.port.mk", line 2294: warning: String co mparison operator should be either == or != "/usr/ports/Mk/bsd.port.mk", line 2294: warning: String co mparison operator should be either == or != "/usr/ports/Mk/bsd.port.mk", line 2294: Malformed conditio nal (((${OSVERSION} < 504105 || (${OSVERSION} >= 600000 && ${OSVERSION} < 600103) || (${OSVERSION} >= 700000 && ${OS VERSION} < 700012)) && ${PKGORIGIN} != "ports-mgmt/pkg_ins tall") || exists(${LOCALBASE}/sbin/pkg_info)) "/usr/ports/Mk/bsd.port.mk", line 2295: warning: String co mparison operator should be either == or != "/usr/ports/Mk/bsd.port.mk", line 2295: warning: String co mparison operator should be either == or != "/usr/ports/Mk/bsd.port.mk", line 2295: Malformed conditio nal ((${OSVERSION} < 504105 || (${OSVERSION} >= 600000 && ${OSVERSION} < 600103) || (${OSVERSION} >= 700000 && ${OSV ERSION} < 700012)) && ${PKGORIGIN} != "ports-mgmt/pkg_inst all") "/usr/ports/Mk/bsd.port.mk", line 6100: if-less endif "/usr/ports/Mk/bsd.port.mk", line 6100: Need an operator "/usr/ports/Mk/bsd.port.mk", line 6103: if-less endif "/usr/ports/Mk/bsd.port.mk", line 6103: Need an operator make: fatal errors encountered -- cannot continue Any thoughts? Thanks, I really do appreciate the help :-) -- Tim DeBoer Just once, I'd like it if someone called me "Sir". Without adding "You're creating a scene".