From owner-freebsd-questions@FreeBSD.ORG Tue Apr 26 23:14:59 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3CABA16A4CE for ; Tue, 26 Apr 2005 23:14:59 +0000 (GMT) Received: from post-24.mail.nl.demon.net (post-24.mail.nl.demon.net [194.159.73.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id B855943D54 for ; Tue, 26 Apr 2005 23:14:58 +0000 (GMT) (envelope-from albi@scii.nl) Received: from aseed.demon.nl ([83.160.138.119]:9897 helo=mail.aseed.antenna.nl) by post-24.mail.nl.demon.net with esmtp (Exim 4.43) id 1DQZGb-000F6X-3E; Tue, 26 Apr 2005 23:14:57 +0000 Received: from http.aseed.antenna.nl (unknown [192.168.0.50]) by mail.aseed.antenna.nl (Postfix) with ESMTP id AD1E628C00B; Wed, 27 Apr 2005 01:15:35 +0200 (CEST) Received: from localhost.localdomain (217-19-30-147.dsl.cambrium.nl [217.19.30.147]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by http.aseed.antenna.nl (Postfix) with ESMTP id 2088158CC24; Wed, 27 Apr 2005 01:14:58 +0200 (CEST) Date: Wed, 27 Apr 2005 01:14:52 +0200 From: "albi@scii.nl" To: Ryan Winograd Message-Id: <20050427011452.795cdfe5.albi@scii.nl> In-Reply-To: <426EC8E9.1080907@houston.rr.com> References: <426EC8E9.1080907@houston.rr.com> X-Mailer: Sylpheed version 1.0.4 (GTK+ 1.2.10; i386-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: Force install vulnerable port X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Apr 2005 23:14:59 -0000 On Tue, 26 Apr 2005 18:04:09 -0500 Ryan Winograd wrote: > How can I override portaudit when trying to install a port with > vulnerabilities like jdk? > > My temp. solution is to remove portaudit, but would like a way to be > able to keep it and still be able to build vulnerable ports. remove the portaudit-database in /var/db/portaudit/ after removing that, and installing your app. you can do portaudit -Fda again